/drivers/usb/mon/ |
D | mon_main.c | 22 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubus); 24 static void mon_bus_init(struct usb_bus *ubus); 96 static void mon_submit(struct usb_bus *ubus, struct urb *urb) in mon_submit() 123 static void mon_submit_error(struct usb_bus *ubus, struct urb *urb, int error) in mon_submit_error() 150 static void mon_complete(struct usb_bus *ubus, struct urb *urb, int status) in mon_complete() 167 struct usb_bus *ubus; in mon_stop() 197 static void mon_bus_add(struct usb_bus *ubus) in mon_bus_add() 209 static void mon_bus_remove(struct usb_bus *ubus) in mon_bus_remove() 254 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubus) in mon_dissolve() 283 static void mon_bus_init(struct usb_bus *ubus) in mon_bus_init() [all …]
|
D | usb_mon.h | 21 struct usb_bus *u_bus; 58 int /*bool*/ mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus); 60 int /*bool*/ mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus);
|
D | mon_text.c | 701 int mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_text_add()
|
/drivers/usb/core/ |
D | notify.c | 60 void usb_notify_add_bus(struct usb_bus *ubus) in usb_notify_add_bus() 65 void usb_notify_remove_bus(struct usb_bus *ubus) in usb_notify_remove_bus()
|
D | buffer.c | 116 struct usb_bus *bus, in hcd_buffer_alloc() 145 struct usb_bus *bus, in hcd_buffer_free()
|
D | usb.h | 209 extern void usb_notify_add_bus(struct usb_bus *ubus); 210 extern void usb_notify_remove_bus(struct usb_bus *ubus);
|
D | sysfs.c | 912 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_show() local 915 hcd = bus_to_hcd(usb_bus); in authorized_default_show() 926 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_store() local 929 hcd = bus_to_hcd(usb_bus); in authorized_default_store()
|
D | hcd.c | 894 static void usb_bus_init (struct usb_bus *bus) in usb_bus_init() 921 static int usb_register_bus(struct usb_bus *bus) in usb_register_bus() 955 static void usb_deregister_bus (struct usb_bus *bus) in usb_deregister_bus() 1050 void usb_hcd_start_port_resume(struct usb_bus *bus, int portnum) in usb_hcd_start_port_resume() 1072 void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum) in usb_hcd_end_port_resume() 1283 static int hcd_alloc_coherent(struct usb_bus *bus, in hcd_alloc_coherent() 1318 static void hcd_free_coherent(struct usb_bus *bus, dma_addr_t *dma_handle, in hcd_free_coherent() 2445 int usb_bus_start_enum(struct usb_bus *bus, unsigned port_num) in usb_bus_start_enum()
|
D | devices.c | 439 struct usb_device *usbdev, struct usb_bus *bus, in usb_device_dump() 560 struct usb_bus *bus; in usb_device_read()
|
D | usb.c | 652 static unsigned usb_bus_is_wusb(struct usb_bus *bus) in usb_bus_is_wusb() 697 struct usb_bus *bus, unsigned port1) in usb_alloc_dev()
|
/drivers/staging/greybus/ |
D | usb.c | 61 struct usb_bus *bus = hcd_to_bus(hcd); in hcd_start()
|
/drivers/usb/phy/ |
D | phy-ulpi.c | 199 static int ulpi_set_host(struct usb_otg *otg, struct usb_bus *host) in ulpi_set_host()
|
D | phy-generic.c | 192 static int nop_set_host(struct usb_otg *otg, struct usb_bus *host) in nop_set_host()
|
D | phy-jz4770.c | 144 static int ingenic_usb_phy_set_host(struct usb_otg *otg, struct usb_bus *host) in ingenic_usb_phy_set_host()
|
D | phy-tahvo.c | 192 static int tahvo_usb_set_host(struct usb_otg *otg, struct usb_bus *host) in tahvo_usb_set_host()
|
D | phy-mv-usb.c | 62 struct usb_bus *host) in mv_otg_set_host()
|
D | phy-ab8500-usb.c | 658 static int ab8500_usb_set_host(struct usb_otg *otg, struct usb_bus *host) in ab8500_usb_set_host()
|
D | phy-fsl-usb.c | 550 static int fsl_otg_set_host(struct usb_otg *otg, struct usb_bus *host) in fsl_otg_set_host()
|
/drivers/phy/ti/ |
D | phy-dm816x-usb.c | 62 static int dm816x_usb_phy_set_host(struct usb_otg *otg, struct usb_bus *host) in dm816x_usb_phy_set_host()
|
D | phy-omap-usb2.c | 135 static int omap_usb_set_host(struct usb_otg *otg, struct usb_bus *host) in omap_usb_set_host()
|
D | phy-twl4030-usb.c | 657 static int twl4030_set_host(struct usb_otg *otg, struct usb_bus *host) in twl4030_set_host()
|
/drivers/usb/host/ |
D | ehci-dbg.c | 335 struct usb_bus *bus; 915 static struct debug_buffer *alloc_buffer(struct usb_bus *bus, in alloc_buffer() 1028 struct usb_bus *bus = &ehci_to_hcd(ehci)->self; in create_debug_files()
|
D | ohci-dbg.c | 764 struct usb_bus *bus = &ohci_to_hcd(ohci)->self; in create_debug_files()
|
D | fotg210-hcd.c | 316 struct usb_bus *bus; 742 *alloc_buffer(struct usb_bus *bus, ssize_t (*fill_func)(struct debug_buffer *)) in alloc_buffer() 846 struct usb_bus *bus = &fotg210_to_hcd(fotg210)->self; in create_debug_files() 860 struct usb_bus *bus = &fotg210_to_hcd(fotg210)->self; in remove_debug_files()
|
/drivers/phy/motorola/ |
D | phy-cpcap-usb.c | 153 static int cpcap_usb_phy_set_host(struct usb_otg *otg, struct usb_bus *host) in cpcap_usb_phy_set_host()
|