/linux-4.1.27/include/linux/usb/ |
D | hcd.h | 84 struct usb_bus self; /* hcd is-a bus */ 209 static inline struct usb_bus *hcd_to_bus(struct usb_hcd *hcd) in hcd_to_bus() 214 static inline struct usb_hcd *bus_to_hcd(struct usb_bus *bus) in bus_to_hcd() 463 void *hcd_buffer_alloc(struct usb_bus *bus, size_t size, 465 void hcd_buffer_free(struct usb_bus *bus, size_t size, 476 extern void usb_hcd_start_port_resume(struct usb_bus *bus, int portnum); 477 extern void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum); 490 struct usb_bus *, unsigned port); 648 void (*urb_submit)(struct usb_bus *bus, struct urb *urb); 649 void (*urb_submit_error)(struct usb_bus *bus, struct urb *urb, int err); [all …]
|
D | otg.h | 21 struct usb_bus *host; 27 int (*set_host)(struct usb_otg *otg, struct usb_bus *host); 68 otg_set_host(struct usb_otg *otg, struct usb_bus *host) in otg_set_host() 98 extern int usb_bus_start_enum(struct usb_bus *bus, unsigned port_num);
|
/linux-4.1.27/drivers/usb/mon/ |
D | mon_main.c | 21 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubus); 23 static void mon_bus_init(struct usb_bus *ubus); 95 static void mon_submit(struct usb_bus *ubus, struct urb *urb) in mon_submit() 121 static void mon_submit_error(struct usb_bus *ubus, struct urb *urb, int error) in mon_submit_error() 147 static void mon_complete(struct usb_bus *ubus, struct urb *urb, int status) in mon_complete() 163 struct usb_bus *ubus; in mon_stop() 193 static void mon_bus_add(struct usb_bus *ubus) in mon_bus_add() 205 static void mon_bus_remove(struct usb_bus *ubus) in mon_bus_remove() 250 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubus) in mon_dissolve() 279 static void mon_bus_init(struct usb_bus *ubus) in mon_bus_init() [all …]
|
D | usb_mon.h | 20 struct usb_bus *u_bus; 57 int /*bool*/ mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus); 59 int /*bool*/ mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus);
|
D | mon_text.c | 666 int mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_text_add()
|
D | mon_bin.c | 1330 int mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_bin_add()
|
/linux-4.1.27/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-4.1.27/drivers/usb/core/ |
D | notify.c | 61 void usb_notify_add_bus(struct usb_bus *ubus) in usb_notify_add_bus() 66 void usb_notify_remove_bus(struct usb_bus *ubus) in usb_notify_remove_bus()
|
D | usb.c | 397 static unsigned usb_bus_is_wusb(struct usb_bus *bus) in usb_bus_is_wusb() 420 struct usb_bus *bus, unsigned port1) in usb_alloc_dev() 781 struct usb_bus *bus; 818 struct usb_bus *bus; 852 struct usb_bus *bus; 904 struct usb_bus *bus; 940 struct usb_bus *bus; 968 struct usb_bus *bus;
|
D | buffer.c | 111 struct usb_bus *bus, in hcd_buffer_alloc() 135 struct usb_bus *bus, in hcd_buffer_free()
|
D | usb.h | 174 extern void usb_notify_add_bus(struct usb_bus *ubus); 175 extern void usb_notify_remove_bus(struct usb_bus *ubus);
|
D | hcd.c | 856 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_show() local 859 usb_hcd = bus_to_hcd(usb_bus); in authorized_default_show() 870 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_store() local 873 usb_hcd = bus_to_hcd(usb_bus); in authorized_default_store() 907 static void usb_bus_init (struct usb_bus *bus) in usb_bus_init() 935 static int usb_register_bus(struct usb_bus *bus) in usb_register_bus() 972 static void usb_deregister_bus (struct usb_bus *bus) in usb_deregister_bus() 1067 void usb_hcd_start_port_resume(struct usb_bus *bus, int portnum) in usb_hcd_start_port_resume() 1089 void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum) in usb_hcd_end_port_resume() 1306 static int hcd_alloc_coherent(struct usb_bus *bus, in hcd_alloc_coherent() [all …]
|
D | devices.c | 497 struct usb_device *usbdev, struct usb_bus *bus, in usb_device_dump() 616 struct usb_bus *bus; in usb_device_read()
|
D | hub.c | 2066 struct usb_bus *bus = udev->bus; in choose_devnum() 2261 struct usb_bus *bus = udev->bus; in usb_enumerate_device_otg()
|
/linux-4.1.27/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-4.1.27/drivers/usb/wusbcore/ |
D | wusbhc.c | 44 struct usb_bus *usb_bus = dev_get_drvdata(dev); in usbhc_dev_to_wusbhc() local 45 struct usb_hcd *usb_hcd = bus_to_hcd(usb_bus); in usbhc_dev_to_wusbhc()
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy-ulpi.c | 212 static int ulpi_set_host(struct usb_otg *otg, struct usb_bus *host) in ulpi_set_host()
|
D | phy-generic.c | 191 static int nop_set_host(struct usb_otg *otg, struct usb_bus *host) in nop_set_host()
|
D | phy-tahvo.c | 199 static int tahvo_usb_set_host(struct usb_otg *otg, struct usb_bus *host) in tahvo_usb_set_host()
|
D | phy-msm-usb.c | 461 struct usb_bus *bus = phy->otg->host; in msm_otg_suspend() 558 struct usb_bus *bus = phy->otg->host; in msm_otg_resume() 700 static int msm_otg_set_host(struct usb_otg *otg, struct usb_bus *host) in msm_otg_set_host()
|
D | phy-mv-usb.c | 67 struct usb_bus *host) in mv_otg_set_host()
|
D | phy-fsl-usb.c | 556 static int fsl_otg_set_host(struct usb_otg *otg, struct usb_bus *host) in fsl_otg_set_host()
|
D | phy-ab8500-usb.c | 1089 static int ab8500_usb_set_host(struct usb_otg *otg, struct usb_bus *host) in ab8500_usb_set_host()
|
D | phy-isp1301-omap.c | 1275 isp1301_set_host(struct usb_otg *otg, struct usb_bus *host) in isp1301_set_host()
|
/linux-4.1.27/include/linux/ |
D | usb.h | 348 struct usb_bus { struct 374 struct usb_bus *hs_companion; /* Companion EHCI bus, if any */ argument 551 struct usb_bus *bus;
|
/linux-4.1.27/drivers/phy/ |
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 | 81 static int omap_usb_set_host(struct usb_otg *otg, struct usb_bus *host) in omap_usb_set_host()
|
D | phy-twl4030-usb.c | 622 static int twl4030_set_host(struct usb_otg *otg, struct usb_bus *host) in twl4030_set_host()
|
/linux-4.1.27/drivers/usb/host/ |
D | ehci-dbg.c | 377 struct usb_bus *bus; 938 static struct debug_buffer *alloc_buffer(struct usb_bus *bus, in alloc_buffer() 1051 struct usb_bus *bus = &ehci_to_hcd(ehci)->self; in create_debug_files()
|
D | ohci-dbg.c | 761 struct usb_bus *bus = &ohci_to_hcd(ohci)->self; in create_debug_files()
|
D | fusbh200-hcd.c | 335 struct usb_bus *bus; 739 static struct debug_buffer *alloc_buffer(struct usb_bus *bus, in alloc_buffer() 843 struct usb_bus *bus = &fusbh200_to_hcd(fusbh200)->self; in create_debug_files()
|
D | fotg210-hcd.c | 343 struct usb_bus *bus; 768 static struct debug_buffer *alloc_buffer(struct usb_bus *bus, in alloc_buffer() 872 struct usb_bus *bus = &fotg210_to_hcd(fotg210)->self; in create_debug_files()
|
D | r8a66597-hcd.c | 2097 struct usb_bus *bus; in r8a66597_check_detect_child()
|
/linux-4.1.27/Documentation/driver-model/ |
D | class.txt | 108 | `-- 1 -> ../../../root/pci0/00:1f.0/usb_bus/00:1f.2-1:0/
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | hcd.c | 2126 struct usb_bus *bus = hcd_to_bus(hcd); in dwc2_allocate_bus_bandwidth() 2139 struct usb_bus *bus = hcd_to_bus(hcd); in dwc2_free_bus_bandwidth() 2273 struct usb_bus *bus = hcd_to_bus(hcd); in _dwc2_hcd_start()
|