Home
last modified time | relevance | path

Searched refs:usb_hcd (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H A Dhcd.h60 * USB Host Controller Driver (usb_hcd) framework
82 struct usb_hcd { struct
199 struct usb_hcd *shared_hcd;
200 struct usb_hcd *primary_hcd;
242 static inline struct usb_bus *hcd_to_bus(struct usb_hcd *hcd) in hcd_to_bus()
247 static inline struct usb_hcd *bus_to_hcd(struct usb_bus *bus) in bus_to_hcd()
249 return container_of(bus, struct usb_hcd, self); in bus_to_hcd()
261 irqreturn_t (*irq) (struct usb_hcd *hcd);
277 int (*reset) (struct usb_hcd *hcd);
278 int (*start) (struct usb_hcd *hc
[all...]

Completed in 2 milliseconds