/linux-4.4.14/include/linux/usb/ |
D | hcd.h | 78 struct usb_bus self; /* hcd is-a bus */ 219 static inline struct usb_bus *hcd_to_bus(struct usb_hcd *hcd) in hcd_to_bus() 224 static inline struct usb_hcd *bus_to_hcd(struct usb_bus *bus) in bus_to_hcd() 474 void *hcd_buffer_alloc(struct usb_bus *bus, size_t size, 476 void hcd_buffer_free(struct usb_bus *bus, size_t size, 487 extern void usb_hcd_start_port_resume(struct usb_bus *bus, int portnum); 488 extern void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum); 501 struct usb_bus *, unsigned port); 657 void (*urb_submit)(struct usb_bus *bus, struct urb *urb); 658 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); 83 otg_set_host(struct usb_otg *otg, struct usb_bus *host) in otg_set_host() 113 extern int usb_bus_start_enum(struct usb_bus *bus, unsigned port_num);
|
/linux-4.4.14/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() 122 static void mon_submit_error(struct usb_bus *ubus, struct urb *urb, int error) in mon_submit_error() 149 static void mon_complete(struct usb_bus *ubus, struct urb *urb, int status) in mon_complete() 166 struct usb_bus *ubus; in mon_stop() 196 static void mon_bus_add(struct usb_bus *ubus) in mon_bus_add() 208 static void mon_bus_remove(struct usb_bus *ubus) in mon_bus_remove() 253 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubus) in mon_dissolve() 282 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 | 1331 int mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_bin_add()
|
/linux-4.4.14/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.4.14/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 | 112 struct usb_bus *bus, in hcd_buffer_alloc() 136 struct usb_bus *bus, in hcd_buffer_free()
|
D | usb.h | 176 extern void usb_notify_add_bus(struct usb_bus *ubus); 177 extern void usb_notify_remove_bus(struct usb_bus *ubus);
|
D | hcd.c | 859 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_show() local 862 hcd = bus_to_hcd(usb_bus); in authorized_default_show() 873 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_store() local 876 hcd = bus_to_hcd(usb_bus); in authorized_default_store() 958 static void usb_bus_init (struct usb_bus *bus) in usb_bus_init() 986 static int usb_register_bus(struct usb_bus *bus) in usb_register_bus() 1023 static void usb_deregister_bus (struct usb_bus *bus) in usb_deregister_bus() 1118 void usb_hcd_start_port_resume(struct usb_bus *bus, int portnum) in usb_hcd_start_port_resume() 1140 void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum) in usb_hcd_end_port_resume() 1357 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.4.14/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.4.14/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.4.14/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 | 200 static int tahvo_usb_set_host(struct usb_otg *otg, struct usb_bus *host) in tahvo_usb_set_host()
|
D | phy-msm-usb.c | 487 struct usb_bus *bus = phy->otg->host; in msm_otg_suspend() 584 struct usb_bus *bus = phy->otg->host; in msm_otg_resume() 726 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.4.14/include/linux/ |
D | usb.h | 352 struct usb_bus { struct 377 struct usb_bus *hs_companion; /* Companion EHCI bus, if any */ argument 558 struct usb_bus *bus;
|
/linux-4.4.14/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 | 618 static int twl4030_set_host(struct usb_otg *otg, struct usb_bus *host) in twl4030_set_host()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-dbg.c | 377 struct usb_bus *bus; 939 static struct debug_buffer *alloc_buffer(struct usb_bus *bus, in alloc_buffer() 1052 struct usb_bus *bus = &ehci_to_hcd(ehci)->self; in create_debug_files()
|
D | ohci-dbg.c | 763 struct usb_bus *bus = &ohci_to_hcd(ohci)->self; in create_debug_files()
|
D | fotg210-hcd.c | 326 struct usb_bus *bus; 755 *alloc_buffer(struct usb_bus *bus, ssize_t (*fill_func)(struct debug_buffer *)) in alloc_buffer() 859 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.4.14/Documentation/driver-model/ |
D | class.txt | 108 | `-- 1 -> ../../../root/pci0/00:1f.0/usb_bus/00:1f.2-1:0/
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | hcd.c | 2176 struct usb_bus *bus = hcd_to_bus(hcd); in dwc2_allocate_bus_bandwidth() 2189 struct usb_bus *bus = hcd_to_bus(hcd); in dwc2_free_bus_bandwidth() 2324 struct usb_bus *bus = hcd_to_bus(hcd); in _dwc2_hcd_start()
|