Home
last modified time | relevance | path

Searched defs:hcd (Results 1 – 3 of 3) sorted by relevance

/include/linux/usb/
A Dehci-dbgp.h57 static inline int xen_dbgp_reset_prep(struct usb_hcd *hcd) in xen_dbgp_reset_prep()
62 static inline int xen_dbgp_external_startup(struct usb_hcd *hcd) in xen_dbgp_external_startup()
73 static inline int dbgp_reset_prep(struct usb_hcd *hcd) in dbgp_reset_prep()
78 static inline int dbgp_external_startup(struct usb_hcd *hcd) in dbgp_external_startup()
A Dhcd.h119 #define HCD_HW_ACCESSIBLE(hcd) ((hcd)->flags & (1U << HCD_FLAG_HW_ACCESSIBLE)) argument
120 #define HCD_POLL_RH(hcd) ((hcd)->flags & (1U << HCD_FLAG_POLL_RH)) argument
121 #define HCD_POLL_PENDING(hcd) ((hcd)->flags & (1U << HCD_FLAG_POLL_PENDING)) argument
123 #define HCD_RH_RUNNING(hcd) ((hcd)->flags & (1U << HCD_FLAG_RH_RUNNING)) argument
124 #define HCD_DEAD(hcd) ((hcd)->flags & (1U << HCD_FLAG_DEAD)) argument
132 #define HCD_INTF_AUTHORIZED(hcd) \ argument
224 static inline struct usb_bus *hcd_to_bus(struct usb_hcd *hcd) in hcd_to_bus()
409 static inline int hcd_giveback_urb_in_bh(struct usb_hcd *hcd) in hcd_giveback_urb_in_bh()
420 static inline bool hcd_uses_dma(struct usb_hcd *hcd) in hcd_uses_dma()
591 struct usb_hcd *hcd; member
[all …]
/include/linux/platform_data/
A Dusb-ohci-s3c2410.h23 struct usb_hcd *hcd; member

Completed in 7 milliseconds