/Linux-v4.19/include/linux/usb/ |
D | hcd.h | 80 struct usb_bus self; /* hcd is-a bus */ 228 static inline struct usb_bus *hcd_to_bus(struct usb_hcd *hcd) in hcd_to_bus() 233 static inline struct usb_hcd *bus_to_hcd(struct usb_bus *bus) in bus_to_hcd() 488 void *hcd_buffer_alloc(struct usb_bus *bus, size_t size, 490 void hcd_buffer_free(struct usb_bus *bus, size_t size, 501 extern void usb_hcd_start_port_resume(struct usb_bus *bus, int portnum); 502 extern void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum); 515 struct usb_bus *, unsigned port); 672 void (*urb_submit)(struct usb_bus *bus, struct urb *urb); 673 void (*urb_submit_error)(struct usb_bus *bus, struct urb *urb, int err); [all …]
|
D | otg.h | 22 struct usb_bus *host; 28 int (*set_host)(struct usb_otg *otg, struct usb_bus *host); 84 otg_set_host(struct usb_otg *otg, struct usb_bus *host) in otg_set_host() 114 extern int usb_bus_start_enum(struct usb_bus *bus, unsigned port_num);
|
/Linux-v4.19/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);
|
/Linux-v4.19/include/linux/platform_data/ |
D | usb-pxa3xx-ulpi.h | 29 int pxa3xx_u2d_start_hc(struct usb_bus *host); 31 void pxa3xx_u2d_stop_hc(struct usb_bus *host);
|
/Linux-v4.19/drivers/usb/core/ |
D | notify.c | 63 void usb_notify_add_bus(struct usb_bus *ubus) in usb_notify_add_bus() 68 void usb_notify_remove_bus(struct usb_bus *ubus) in usb_notify_remove_bus()
|
D | usb.c | 533 static unsigned usb_bus_is_wusb(struct usb_bus *bus) in usb_bus_is_wusb() 556 struct usb_bus *bus, unsigned port1) in usb_alloc_dev() 937 struct usb_bus *bus; 974 struct usb_bus *bus; 1008 struct usb_bus *bus; 1060 struct usb_bus *bus; 1096 struct usb_bus *bus; 1124 struct usb_bus *bus;
|
D | buffer.c | 119 struct usb_bus *bus, in hcd_buffer_alloc() 147 struct usb_bus *bus, in hcd_buffer_free()
|
D | usb.h | 184 extern void usb_notify_add_bus(struct usb_bus *ubus); 185 extern void usb_notify_remove_bus(struct usb_bus *ubus);
|
D | hcd.c | 883 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_show() local 886 hcd = bus_to_hcd(usb_bus); in authorized_default_show() 897 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_store() local 900 hcd = bus_to_hcd(usb_bus); in authorized_default_store() 982 static void usb_bus_init (struct usb_bus *bus) in usb_bus_init() 1008 static int usb_register_bus(struct usb_bus *bus) in usb_register_bus() 1041 static void usb_deregister_bus (struct usb_bus *bus) in usb_deregister_bus() 1134 void usb_hcd_start_port_resume(struct usb_bus *bus, int portnum) in usb_hcd_start_port_resume() 1156 void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum) in usb_hcd_end_port_resume() 1373 static int hcd_alloc_coherent(struct usb_bus *bus, in hcd_alloc_coherent() [all …]
|
D | devices.c | 471 struct usb_device *usbdev, struct usb_bus *bus, in usb_device_dump() 592 struct usb_bus *bus; in usb_device_read()
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | pxa3xx-ulpi.c | 136 static int pxa310_start_otg_host_transcvr(struct usb_bus *host) in pxa310_start_otg_host_transcvr() 161 static int pxa310_start_otg_hc(struct usb_bus *host) in pxa310_start_otg_hc() 239 static inline int pxa310_start_otg_hc(struct usb_bus *host) in pxa310_start_otg_hc() 251 int pxa3xx_u2d_start_hc(struct usb_bus *host) in pxa3xx_u2d_start_hc() 270 void pxa3xx_u2d_stop_hc(struct usb_bus *host) in pxa3xx_u2d_stop_hc()
|
/Linux-v4.19/drivers/usb/wusbcore/ |
D | wusbhc.c | 30 struct usb_bus *usb_bus = dev_get_drvdata(dev); in usbhc_dev_to_wusbhc() local 31 struct usb_hcd *usb_hcd = bus_to_hcd(usb_bus); in usbhc_dev_to_wusbhc()
|
/Linux-v4.19/drivers/staging/greybus/ |
D | usb.c | 61 struct usb_bus *bus = hcd_to_bus(hcd); in hcd_start()
|
/Linux-v4.19/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 | 193 static int nop_set_host(struct usb_otg *otg, struct usb_bus *host) in nop_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-ab8500-usb.c | 624 static int ab8500_usb_set_host(struct usb_otg *otg, struct usb_bus *host) in ab8500_usb_set_host()
|
/Linux-v4.19/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 | 83 static int omap_usb_set_host(struct usb_otg *otg, struct usb_bus *host) in omap_usb_set_host()
|
D | phy-twl4030-usb.c | 636 static int twl4030_set_host(struct usb_otg *otg, struct usb_bus *host) in twl4030_set_host()
|
/Linux-v4.19/include/linux/ |
D | usb.h | 426 struct usb_bus { struct 453 struct usb_bus *hs_companion; /* Companion EHCI bus, if any */ argument 648 struct usb_bus *bus;
|
/Linux-v4.19/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()
|
/Linux-v4.19/Documentation/driver-model/ |
D | class.txt | 108 | `-- 1 -> ../../../root/pci0/00:1f.0/usb_bus/00:1f.2-1:0/
|
/Linux-v4.19/drivers/phy/motorola/ |
D | phy-cpcap-usb.c | 152 static int cpcap_usb_phy_set_host(struct usb_otg *otg, struct usb_bus *host) in cpcap_usb_phy_set_host()
|