Lines Matching refs:args
451 #define fhci_dbg(fhci, fmt, args...) \
452 dev_dbg(fhci_to_hcd(fhci)->self.controller, fmt, ##args)
453 #define fhci_vdbg(fhci, fmt, args...) \
454 dev_vdbg(fhci_to_hcd(fhci)->self.controller, fmt, ##args)
455 #define fhci_err(fhci, fmt, args...) \
456 dev_err(fhci_to_hcd(fhci)->self.controller, fmt, ##args)
457 #define fhci_info(fhci, fmt, args...) \
458 dev_info(fhci_to_hcd(fhci)->self.controller, fmt, ##args)
459 #define fhci_warn(fhci, fmt, args...) \
460 dev_warn(fhci_to_hcd(fhci)->self.controller, fmt, ##args)