Lines Matching refs:args
1966 #define xhci_dbg(xhci, fmt, args...) \
1967 dev_dbg(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1968 #define xhci_err(xhci, fmt, args...) \
1969 dev_err(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1970 #define xhci_warn(xhci, fmt, args...) \
1971 dev_warn(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1972 #define xhci_warn_ratelimited(xhci, fmt, args...) \
1973 dev_warn_ratelimited(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1974 #define xhci_info(xhci, fmt, args...) \
1975 dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args)