Searched defs:ehci_to_hcd (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/host/
H A Dehci.h274 static inline struct usb_hcd *ehci_to_hcd (struct ehci_hcd *ehci) function
651 #define ehci_is_TDI(e) (ehci_to_hcd(e)->has_tt)
842 dev_dbg(ehci_to_hcd(ehci)->self.controller , fmt , ## args)
844 dev_err(ehci_to_hcd(ehci)->self.controller , fmt , ## args)
846 dev_info(ehci_to_hcd(ehci)->self.controller , fmt , ## args)
848 dev_warn(ehci_to_hcd(ehci)->self.controller , fmt , ## args)

Completed in 72 milliseconds