Lines Matching refs:args
2005 #define xhci_dbg(xhci, fmt, args...) \
2006 dev_dbg(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
2007 #define xhci_err(xhci, fmt, args...) \
2008 dev_err(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
2009 #define xhci_warn(xhci, fmt, args...) \
2010 dev_warn(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
2011 #define xhci_warn_ratelimited(xhci, fmt, args...) \
2012 dev_warn_ratelimited(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
2013 #define xhci_info(xhci, fmt, args...) \
2014 dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args)