Searched defs:hcd (Results 1 – 5 of 5) sorted by relevance
132 #define HCD_HW_ACCESSIBLE(hcd) ((hcd)->flags & (1U << HCD_FLAG_HW_ACCESSIBLE)) argument133 #define HCD_POLL_RH(hcd) ((hcd)->flags & (1U << HCD_FLAG_POLL_RH)) argument134 #define HCD_POLL_PENDING(hcd) ((hcd)->flags & (1U << HCD_FLAG_POLL_PENDING)) argument135 #define HCD_WAKEUP_PENDING(hcd) ((hcd)->flags & (1U << HCD_FLAG_WAKEUP_PENDING)) argument136 #define HCD_RH_RUNNING(hcd) ((hcd)->flags & (1U << HCD_FLAG_RH_RUNNING)) argument137 #define HCD_DEAD(hcd) ((hcd)->flags & (1U << HCD_FLAG_DEAD)) argument144 #define HCD_INTF_AUTHORIZED(hcd) \ argument242 static inline struct usb_bus *hcd_to_bus(struct usb_hcd *hcd) in hcd_to_bus()425 static inline int hcd_giveback_urb_in_bh(struct usb_hcd *hcd) in hcd_giveback_urb_in_bh()430 static inline bool hcd_periodic_completion_in_progress(struct usb_hcd *hcd, in hcd_periodic_completion_in_progress()[all …]
203 struct usb_hcd *hcd = NULL; in sunxi_insmod_ohci() local313 struct usb_hcd *hcd = NULL; in sunxi_rmmod_ohci() local548 struct usb_hcd *hcd = NULL; in sunxi_ohci_hcd_suspend() local643 struct usb_hcd *hcd = NULL; in sunxi_ohci_hcd_resume() local
241 struct usb_hcd *hcd = NULL; in ehci_ed_test() local548 struct usb_hcd *hcd = NULL; in sunxi_insmod_ehci() local664 struct usb_hcd *hcd = NULL; in sunxi_rmmod_ehci() local909 struct usb_hcd *hcd = NULL; in sunxi_ehci_hcd_suspend() local988 struct usb_hcd *hcd = NULL; in sunxi_ehci_hcd_resume() local
192 struct usb_hcd *hcd = NULL; in ed_test_store() local654 struct usb_hcd *hcd = NULL; in sunxi_xhci_hcd_suspend() local717 struct usb_hcd *hcd = NULL; in sunxi_xhci_hcd_resume() local
371 struct usb_hcd *hcd; member