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

/drivers/usb/host/
H A Doxu210hp-hcd.c56 dev_dbg(oxu_to_hcd(oxu)->self.controller , fmt , ## args)
58 dev_err(oxu_to_hcd(oxu)->self.controller , fmt , ## args)
60 dev_info(oxu_to_hcd(oxu)->self.controller , fmt , ## args)
66 static inline struct usb_hcd *oxu_to_hcd(struct oxu_hcd *oxu) function
378 oxu_to_hcd(oxu)->state = HC_STATE_HALT;
397 if (!HC_IS_RUNNING(oxu_to_hcd(oxu)->state))
406 oxu_to_hcd(oxu)->state = HC_STATE_HALT;
418 oxu_to_hcd(oxu)->state = HC_STATE_HALT;
935 oxu_to_hcd(oxu)->self.bandwidth_int_reqs--;
966 usb_hcd_giveback_urb(oxu_to_hcd(ox
[all...]

Completed in 15 milliseconds