Home
last modified time | relevance | path

Searched refs:oxu (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Doxu210hp-hcd.c55 #define oxu_dbg(oxu, fmt, args...) \ argument
56 dev_dbg(oxu_to_hcd(oxu)->self.controller , fmt , ## args)
57 #define oxu_err(oxu, fmt, args...) \ argument
58 dev_err(oxu_to_hcd(oxu)->self.controller , fmt , ## args)
59 #define oxu_info(oxu, fmt, args...) \ argument
60 dev_info(oxu_to_hcd(oxu)->self.controller , fmt , ## args)
66 static inline struct usb_hcd *oxu_to_hcd(struct oxu_hcd *oxu) in oxu_to_hcd() argument
68 return container_of((void *) oxu, struct usb_hcd, hcd_priv); in oxu_to_hcd()
86 #define oxu_vdbg(oxu, fmt, args...) /* Nop */ argument
205 #define dbg_status(oxu, label, status) { \ argument
[all …]
Doxu210hp.h303 struct oxu_hcd *oxu; member