Home
last modified time | relevance | path

Searched refs:usb_bus (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-12-stable/sys/dev/usb/
Dusb_controller.h38 struct usb_bus;
49 typedef void (usb_bus_mem_sub_cb_t)(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page…
50 typedef void (usb_bus_mem_cb_t)(struct usb_bus *bus, usb_bus_mem_sub_cb_t *scb);
69 void (*set_hw_power) (struct usb_bus *);
70 void (*set_hw_power_sleep) (struct usb_bus *, uint32_t);
121 void (*xfer_poll) (struct usb_bus *);
192 void usb_bus_mem_flush_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb);
193 uint8_t usb_bus_mem_alloc_all(struct usb_bus *bus, bus_dma_tag_t dmat, usb_bus_mem_cb_t *cb);
194 void usb_bus_mem_free_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb);
195 uint16_t usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr);
[all …]
Dusb_hub.h70 void usb_bus_port_set_device(struct usb_bus *bus, struct usb_port *up,
72 struct usb_device *usb_bus_port_get_device(struct usb_bus *bus,
74 void usb_needs_explore(struct usb_bus *bus, uint8_t do_probe);
76 void usb_bus_power_update(struct usb_bus *bus);
77 void usb_bus_powerd(struct usb_bus *bus);
78 void uhub_root_intr(struct usb_bus *, const uint8_t *, uint8_t);
Dusb_pf.c75 static struct usb_bus *usbpf_ifname2ubus(const char *);
101 struct usb_bus *ubus; in usbpf_uninit()
129 static struct usb_bus *
155 struct usb_bus *ubus; in usbpf_clone_match()
172 struct usb_bus *ubus; in usbpf_clone_create()
220 struct usb_bus *ubus; in usbpf_clone_destroy()
242 usbpf_attach(struct usb_bus *ubus) in usbpf_attach()
250 usbpf_detach(struct usb_bus *ubus) in usbpf_detach()
391 struct usb_bus *bus; in usbpf_xfertap()
Dusb_pf.h117 void usbpf_attach(struct usb_bus *);
118 void usbpf_detach(struct usb_bus *);
Dusb_bus.h41 struct usb_bus *bus;
48 struct usb_bus { struct
Dusb_hub.c545 struct usb_bus *bus; in uhub_explore_sub()
994 uhub_root_intr(struct usb_bus *bus, const uint8_t *ptr, uint8_t len) in uhub_root_intr()
1580 struct usb_bus *bus = sc->sc_udev->bus; in uhub_detach()
1887 struct usb_bus *bus = udev->bus; in usb_hs_bandwidth_adjust()
2071 usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr) in usb_isoc_time_expand()
2109 struct usb_bus *bus; in usbd_fs_isoc_schedule_alloc_slot()
2229 usb_bus_port_get_device(struct usb_bus *bus, struct usb_port *up) in usb_bus_port_get_device()
2248 usb_bus_port_set_device(struct usb_bus *bus, struct usb_port *up, in usb_bus_port_set_device()
2291 usb_needs_explore(struct usb_bus *bus, uint8_t do_probe) in usb_needs_explore()
2338 struct usb_bus *bus; in usb_needs_explore_all()
[all …]
Dusb_device.h216 struct usb_bus *bus; /* our USB BUS */
303 struct usb_device *usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
Dusb_dev.h57 struct usb_bus *bus;
Dusb_core.h73 struct usb_bus;
Dusb_transfer.h183 struct usb_bus *bus; /* pointer to USB bus (cached) */
/freebsd-12-stable/sys/dev/usb/controller/
Dusb_controller.c82 static void usb_attach_sub(device_t, struct usb_bus *);
156 usb_root_mount_rel(struct usb_bus *bus) in usb_root_mount_rel()
172 struct usb_bus *bus = device_get_ivars(dev); in usb_attach()
198 struct usb_bus *bus = device_get_softc(dev); in usb_detach()
259 struct usb_bus *bus = device_get_softc(dev); in usb_suspend()
287 struct usb_bus *bus = device_get_softc(dev); in usb_resume()
308 usb_bus_reset_async_locked(struct usb_bus *bus) in usb_bus_reset_async_locked()
332 struct usb_bus *bus = device_get_softc(dev); in usb_shutdown()
367 struct usb_bus *bus; in usb_bus_explore()
429 struct usb_bus *bus; in usb_bus_detach()
[all …]
Datmegadci.h196 typedef void (atmegadci_clocks_t)(struct usb_bus *);
256 struct usb_bus sc_bus;
Davr32dci.h162 typedef void (avr32dci_clocks_t)(struct usb_bus *);
224 struct usb_bus sc_bus;
Dsaf1761_otg.h131 struct usb_bus sc_bus;
Ddwc_otg.h164 struct usb_bus sc_bus;
Duhci.h206 struct usb_bus sc_bus; /* base device */
Dohci.h227 struct usb_bus sc_bus; /* base device */
Duss820dci.h333 struct usb_bus sc_bus;
Dohci.c121 static void ohci_do_poll(struct usb_bus *bus);
148 ohci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) in ohci_iterate_hw_softc()
1240 ohci_do_poll(struct usb_bus *bus) in ohci_do_poll()
2670 ohci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) in ohci_set_hw_power_sleep()
2688 ohci_set_hw_power(struct usb_bus *bus) in ohci_set_hw_power()
Dmusb_otg.h397 struct usb_bus sc_bus;
Davr32dci.c108 static void avr32dci_do_poll(struct usb_bus *);
1307 avr32dci_do_poll(struct usb_bus *bus) in avr32dci_do_poll()
2072 avr32dci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) in avr32dci_set_hw_power_sleep()
/freebsd-12-stable/lib/libusb/
Dusb.h221 struct usb_bus;
234 struct usb_bus *bus;
247 struct usb_bus { struct
248 struct usb_bus *next; argument
249 struct usb_bus *prev; argument
263 extern struct usb_bus *usb_busses; argument
304 struct usb_bus *usb_get_busses(void);
Dlibusb01.c79 struct usb_bus *usb_busses = NULL;
81 static struct usb_bus usb_global_bus = {
974 struct usb_bus *
/freebsd-12-stable/sys/mips/cavium/usb/
Doctusb.h114 struct usb_bus sc_bus; /* base device */
Doctusb.c111 static void octusb_do_poll(struct usb_bus *);
847 octusb_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) in octusb_iterate_hw_softc()
965 octusb_do_poll(struct usb_bus *bus) in octusb_do_poll()
1910 octusb_set_hw_power(struct usb_bus *bus) in octusb_set_hw_power()
1916 octusb_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) in octusb_set_hw_power_sleep()

12