Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
Doxu210hp-hcd.c334 struct oxu_hcd *oxu; member
482 #define oxu_dbg(oxu, fmt, args...) \ argument
483 dev_dbg(oxu_to_hcd(oxu)->self.controller , fmt , ## args)
484 #define oxu_err(oxu, fmt, args...) \ argument
485 dev_err(oxu_to_hcd(oxu)->self.controller , fmt , ## args)
486 #define oxu_info(oxu, fmt, args...) \ argument
487 dev_info(oxu_to_hcd(oxu)->self.controller , fmt , ## args)
493 static inline struct usb_hcd *oxu_to_hcd(struct oxu_hcd *oxu) in oxu_to_hcd() argument
495 return container_of((void *) oxu, struct usb_hcd, hcd_priv); in oxu_to_hcd()
513 #define oxu_vdbg(oxu, fmt, args...) /* Nop */ argument
[all …]