Searched refs:usb_bus (Results 1 – 3 of 3) sorted by relevance
/include/linux/usb/ |
D | hcd.h | 75 struct usb_bus self; /* hcd is-a bus */ 183 static inline struct usb_bus *hcd_to_bus(struct usb_hcd *hcd) in hcd_to_bus() 188 static inline struct usb_hcd *bus_to_hcd(struct usb_bus *bus) in bus_to_hcd() 405 void *hcd_buffer_alloc(struct usb_bus *bus, size_t size, 407 void hcd_buffer_free(struct usb_bus *bus, size_t size, 429 struct usb_bus *, unsigned port); 613 void (*urb_submit)(struct usb_bus *bus, struct urb *urb); 614 void (*urb_submit_error)(struct usb_bus *bus, struct urb *urb, int err); 615 void (*urb_complete)(struct usb_bus *bus, struct urb *urb, int status); 621 static inline void usbmon_urb_submit(struct usb_bus *bus, struct urb *urb) in usbmon_urb_submit() [all …]
|
D | otg.h | 60 struct usb_bus *host; 64 int (*set_host)(struct usb_otg *otg, struct usb_bus *host); 216 otg_set_host(struct usb_otg *otg, struct usb_bus *host) in otg_set_host() 277 extern int usb_bus_start_enum(struct usb_bus *bus, unsigned port_num);
|
/include/linux/ |
D | usb.h | 322 struct usb_bus { struct 341 struct usb_bus *hs_companion; /* Companion EHCI bus, if any */ argument 460 struct usb_bus *bus;
|