Home
last modified time | relevance | path

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

12

/linux-6.1.9/include/linux/usb/
Dhcd.h73 struct usb_bus self; /* hcd is-a bus */
225 static inline struct usb_bus *hcd_to_bus(struct usb_hcd *hcd) in hcd_to_bus()
230 static inline struct usb_hcd *bus_to_hcd(struct usb_bus *bus) in bus_to_hcd()
498 void *hcd_buffer_alloc(struct usb_bus *bus, size_t size,
500 void hcd_buffer_free(struct usb_bus *bus, size_t size,
511 extern void usb_hcd_start_port_resume(struct usb_bus *bus, int portnum);
512 extern void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum);
525 struct usb_bus *, unsigned port);
691 void (*urb_submit)(struct usb_bus *bus, struct urb *urb);
692 void (*urb_submit_error)(struct usb_bus *bus, struct urb *urb, int err);
[all …]
Dotg.h22 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-6.1.9/drivers/usb/mon/
Dmon_main.c22 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 …]
Dusb_mon.h21 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-6.1.9/include/linux/platform_data/
Dusb-pxa3xx-ulpi.h26 int pxa3xx_u2d_start_hc(struct usb_bus *host);
28 void pxa3xx_u2d_stop_hc(struct usb_bus *host);
/linux-6.1.9/drivers/usb/core/
Dnotify.c60 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()
Dbuffer.c116 struct usb_bus *bus, in hcd_buffer_alloc()
145 struct usb_bus *bus, in hcd_buffer_free()
Dusb.h209 extern void usb_notify_add_bus(struct usb_bus *ubus);
210 extern void usb_notify_remove_bus(struct usb_bus *ubus);
Dsysfs.c917 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_show() local
920 hcd = bus_to_hcd(usb_bus); in authorized_default_show()
931 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_store() local
934 hcd = bus_to_hcd(usb_bus); in authorized_default_store()
Ddevices.c392 struct usb_device *usbdev, struct usb_bus *bus, in usb_device_dump()
513 struct usb_bus *bus; in usb_device_read()
Dhcd.c894 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()
1046 void usb_hcd_start_port_resume(struct usb_bus *bus, int portnum) in usb_hcd_start_port_resume()
1068 void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum) in usb_hcd_end_port_resume()
1280 static int hcd_alloc_coherent(struct usb_bus *bus, in hcd_alloc_coherent()
1315 static void hcd_free_coherent(struct usb_bus *bus, dma_addr_t *dma_handle, in hcd_free_coherent()
2438 int usb_bus_start_enum(struct usb_bus *bus, unsigned port_num) in usb_bus_start_enum()
Dusb.c530 static unsigned usb_bus_is_wusb(struct usb_bus *bus) in usb_bus_is_wusb()
575 struct usb_bus *bus, unsigned port1) in usb_alloc_dev()
/linux-6.1.9/arch/arm/mach-pxa/
Dpxa3xx-ulpi.c133 static int pxa310_start_otg_host_transcvr(struct usb_bus *host) in pxa310_start_otg_host_transcvr()
158 static int pxa310_start_otg_hc(struct usb_bus *host) in pxa310_start_otg_hc()
236 static inline int pxa310_start_otg_hc(struct usb_bus *host) in pxa310_start_otg_hc()
248 int pxa3xx_u2d_start_hc(struct usb_bus *host) in pxa3xx_u2d_start_hc()
267 void pxa3xx_u2d_stop_hc(struct usb_bus *host) in pxa3xx_u2d_stop_hc()
/linux-6.1.9/drivers/staging/greybus/
Dusb.c61 struct usb_bus *bus = hcd_to_bus(hcd); in hcd_start()
/linux-6.1.9/drivers/phy/ti/
Dphy-dm816x-usb.c53 static int dm816x_usb_phy_set_host(struct usb_otg *otg, struct usb_bus *host) in dm816x_usb_phy_set_host()
Dphy-omap-usb2.c135 static int omap_usb_set_host(struct usb_otg *otg, struct usb_bus *host) in omap_usb_set_host()
Dphy-twl4030-usb.c657 static int twl4030_set_host(struct usb_otg *otg, struct usb_bus *host) in twl4030_set_host()
/linux-6.1.9/drivers/usb/phy/
Dphy-ulpi.c199 static int ulpi_set_host(struct usb_otg *otg, struct usb_bus *host) in ulpi_set_host()
Dphy-generic.c192 static int nop_set_host(struct usb_otg *otg, struct usb_bus *host) in nop_set_host()
Dphy-jz4770.c144 static int ingenic_usb_phy_set_host(struct usb_otg *otg, struct usb_bus *host) in ingenic_usb_phy_set_host()
Dphy-tahvo.c192 static int tahvo_usb_set_host(struct usb_otg *otg, struct usb_bus *host) in tahvo_usb_set_host()
/linux-6.1.9/include/linux/
Dusb.h424 struct usb_bus { struct
450 struct usb_bus *hs_companion; /* Companion EHCI bus, if any */ argument
644 struct usb_bus *bus;
/linux-6.1.9/drivers/usb/host/
Dehci-dbg.c335 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-6.1.9/Documentation/devicetree/bindings/usb/
Damlogic,meson-g12a-usb-ctrl.yaml192 - const: usb_bus
/linux-6.1.9/drivers/phy/motorola/
Dphy-cpcap-usb.c145 static int cpcap_usb_phy_set_host(struct usb_otg *otg, struct usb_bus *host) in cpcap_usb_phy_set_host()

12