/kernel/linux/linux-5.10/drivers/usb/mon/ |
H A 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() 252 * Tear usb_bus and mon_bus apart. 254 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubu [all...] |
H A 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);
|
/kernel/linux/linux-6.6/drivers/usb/mon/ |
H A 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() 252 * Tear usb_bus and mon_bus apart. 254 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubu [all...] |
H A 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);
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | hcd.h | 61 * 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 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);
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | hcd.h | 47 * 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 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);
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | usb-pxa3xx-ulpi.h | 26 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 D | notify.c | 60 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 D | buffer.c | 5 * 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 D | usb.h | 209 extern void usb_notify_add_bus(struct usb_bus *ubus); 210 extern void usb_notify_remove_bus(struct usb_bus *ubus);
|
H A D | sysfs.c | 909 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 D | hcd.c | 50 * 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 D | devices.c | 439 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 D | notify.c | 60 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 D | buffer.c | 5 * 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 D | usb.h | 210 extern void usb_notify_add_bus(struct usb_bus *ubus); 211 extern void usb_notify_remove_bus(struct usb_bus *ubus);
|
H A D | sysfs.c | 910 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 D | hcd.c | 50 * 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 D | devices.c | 392 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 D | pxa3xx-ulpi.c | 133 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 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()
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy-ulpi.c | 199 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 D | usb.c | 61 struct usb_bus *bus = hcd_to_bus(hcd); in hcd_start()
|