Searched refs:usb_bus (Results 1 – 3 of 3) sorted by relevance
| /include/linux/usb/ |
| 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);
|
| A D | hcd.h | 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() 515 void *hcd_buffer_alloc(struct usb_bus *bus, size_t size, 517 void hcd_buffer_free(struct usb_bus *bus, size_t size, 533 extern void usb_hcd_start_port_resume(struct usb_bus *bus, int portnum); 534 extern void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum); 547 struct usb_bus *, unsigned port); 713 void (*urb_submit)(struct usb_bus *bus, struct urb *urb); 714 void (*urb_submit_error)(struct usb_bus *bus, struct urb *urb, int err); [all …]
|
| /include/linux/ |
| A D | usb.h | 448 struct usb_bus { struct 474 struct usb_bus *hs_companion; /* Companion EHCI bus, if any */ argument 672 struct usb_bus *bus;
|
Completed in 13 milliseconds