Home
last modified time | relevance | path

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

/include/linux/usb/
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()
Dhcd.h120 #define HCD_HW_ACCESSIBLE(hcd) ((hcd)->flags & (1U << HCD_FLAG_HW_ACCESSIBLE)) argument
121 #define HCD_POLL_RH(hcd) ((hcd)->flags & (1U << HCD_FLAG_POLL_RH)) argument
122 #define HCD_POLL_PENDING(hcd) ((hcd)->flags & (1U << HCD_FLAG_POLL_PENDING)) argument
123 #define HCD_WAKEUP_PENDING(hcd) ((hcd)->flags & (1U << HCD_FLAG_WAKEUP_PENDING)) argument
124 #define HCD_RH_RUNNING(hcd) ((hcd)->flags & (1U << HCD_FLAG_RH_RUNNING)) argument
125 #define HCD_DEAD(hcd) ((hcd)->flags & (1U << HCD_FLAG_DEAD)) argument
126 #define HCD_DEFER_RH_REGISTER(hcd) ((hcd)->flags & (1U << HCD_FLAG_DEFER_RH_REGISTER)) argument
133 #define HCD_INTF_AUTHORIZED(hcd) \ argument
230 static inline struct usb_bus *hcd_to_bus(struct usb_hcd *hcd) in hcd_to_bus()
420 static inline int hcd_giveback_urb_in_bh(struct usb_hcd *hcd) in hcd_giveback_urb_in_bh()
[all …]
Dxhci-sideband.h91 static inline bool xhci_sideband_check(struct usb_hcd *hcd) in xhci_sideband_check()
/include/linux/platform_data/
Dusb-ohci-s3c2410.h23 struct usb_hcd *hcd; member