Home
last modified time | relevance | path

Searched refs:usb_bus (Results 1 - 25 of 69) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/usb/mon/
H A 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()
252 * Tear usb_bus and mon_bus apart.
254 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubu
[all...]
H A 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);
/kernel/linux/linux-6.6/drivers/usb/mon/
H A 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()
252 * Tear usb_bus and mon_bus apart.
254 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubu
[all...]
H A 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);
/kernel/linux/linux-5.10/include/linux/usb/
H A Dhcd.h61 * Since "struct usb_bus" is so thin, you can't share much code in it.
87 struct usb_bus self; /* hcd is-a bus */
239 static inline struct usb_bus *hcd_to_bus(struct usb_hcd *hcd) in hcd_to_bus()
244 static inline struct usb_hcd *bus_to_hcd(struct usb_bus *bus) in bus_to_hcd()
502 void *hcd_buffer_alloc(struct usb_bus *bus, size_t size,
504 void hcd_buffer_free(struct usb_bus *bus, size_t size,
520 extern void usb_hcd_start_port_resume(struct usb_bus *bus, int portnum);
521 extern void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum);
534 struct usb_bus *, unsigned port);
700 void (*urb_submit)(struct usb_bus *bu
[all...]
H A 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);
/kernel/linux/linux-6.6/include/linux/usb/
H A Dhcd.h47 * Since "struct usb_bus" is so thin, you can't share much code in it.
73 struct usb_bus self; /* hcd is-a bus */
224 static inline struct usb_bus *hcd_to_bus(struct usb_hcd *hcd) in hcd_to_bus()
229 static inline struct usb_hcd *bus_to_hcd(struct usb_bus *bus) in bus_to_hcd()
497 void *hcd_buffer_alloc(struct usb_bus *bus, size_t size,
499 void hcd_buffer_free(struct usb_bus *bus, size_t size,
515 extern void usb_hcd_start_port_resume(struct usb_bus *bus, int portnum);
516 extern void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum);
529 struct usb_bus *, unsigned port);
695 void (*urb_submit)(struct usb_bus *bu
[all...]
H A 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);
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dusb-pxa3xx-ulpi.h26 int pxa3xx_u2d_start_hc(struct usb_bus *host);
28 void pxa3xx_u2d_stop_hc(struct usb_bus *host);
/kernel/linux/linux-5.10/drivers/usb/core/
H A 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()
H A Dbuffer.c5 * This implementation plugs in through generic "usb_bus" level methods,
114 struct usb_bus *bus, in hcd_buffer_alloc()
143 struct usb_bus *bus, in hcd_buffer_free()
H A Dusb.h209 extern void usb_notify_add_bus(struct usb_bus *ubus);
210 extern void usb_notify_remove_bus(struct usb_bus *ubus);
H A Dsysfs.c909 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_show() local
912 hcd = bus_to_hcd(usb_bus); in authorized_default_show()
923 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_store() local
926 hcd = bus_to_hcd(usb_bus); in authorized_default_store()
H A Dhcd.c50 * Plugs into usbcore (usb_bus) and lets HCDs share code, minimizing
73 * 2002-02-21 Pull in most of the usb_bus support from usb.c; some
74 * associated cleanup. "usb_hcd" still != "usb_bus".
892 * This code is used to initialize a usb_bus structure, memory for which is
895 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()
954 static void usb_deregister_bus (struct usb_bus *bus) in usb_deregister_bus()
1049 void usb_hcd_start_port_resume(struct usb_bus *bus, int portnum) in usb_hcd_start_port_resume()
1071 void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum) in usb_hcd_end_port_resume()
1282 static int hcd_alloc_coherent(struct usb_bus *bu
[all...]
H A Ddevices.c439 struct usb_device *usbdev, struct usb_bus *bus, in usb_device_dump()
560 struct usb_bus *bus; in usb_device_read()
/kernel/linux/linux-6.6/drivers/usb/core/
H A 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()
H A Dbuffer.c5 * This implementation plugs in through generic "usb_bus" level methods,
116 struct usb_bus *bus, in hcd_buffer_alloc()
145 struct usb_bus *bus, in hcd_buffer_free()
H A Dusb.h210 extern void usb_notify_add_bus(struct usb_bus *ubus);
211 extern void usb_notify_remove_bus(struct usb_bus *ubus);
H A Dsysfs.c910 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_show() local
913 hcd = bus_to_hcd(usb_bus); in authorized_default_show()
924 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_store() local
927 hcd = bus_to_hcd(usb_bus); in authorized_default_store()
H A Dhcd.c50 * Plugs into usbcore (usb_bus) and lets HCDs share code, minimizing
73 * 2002-02-21 Pull in most of the usb_bus support from usb.c; some
74 * associated cleanup. "usb_hcd" still != "usb_bus".
866 * This code is used to initialize a usb_bus structure, memory for which is
869 static void usb_bus_init (struct usb_bus *bus) in usb_bus_init()
896 static int usb_register_bus(struct usb_bus *bus) in usb_register_bus()
930 static void usb_deregister_bus (struct usb_bus *bus) in usb_deregister_bus()
1025 void usb_hcd_start_port_resume(struct usb_bus *bus, int portnum) in usb_hcd_start_port_resume()
1047 void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum) in usb_hcd_end_port_resume()
1259 static int hcd_alloc_coherent(struct usb_bus *bu
[all...]
H A Ddevices.c392 struct usb_device *usbdev, struct usb_bus *bus, in usb_device_dump()
512 struct usb_bus *bus; in usb_device_read()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A 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()
/kernel/linux/linux-5.10/drivers/phy/ti/
H A Dphy-dm816x-usb.c62 static int dm816x_usb_phy_set_host(struct usb_otg *otg, struct usb_bus *host) in dm816x_usb_phy_set_host()
/kernel/linux/linux-5.10/drivers/usb/phy/
H A Dphy-ulpi.c199 static int ulpi_set_host(struct usb_otg *otg, struct usb_bus *host) in ulpi_set_host()
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dusb.c61 struct usb_bus *bus = hcd_to_bus(hcd); in hcd_start()

Completed in 23 milliseconds

123