Lines Matching refs:fmt

39 #define pr_fmt(fmt)     KBUILD_MODNAME ": %s:%d: " fmt, __func__, __LINE__  argument
41 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
74 #define usbip_dbg_with_flag(flag, fmt, args...) \ argument
77 pr_debug(fmt, ##args); \
80 #define usbip_dbg_sysfs(fmt, args...) \ argument
81 usbip_dbg_with_flag(usbip_debug_sysfs, fmt , ##args)
82 #define usbip_dbg_xmit(fmt, args...) \ argument
83 usbip_dbg_with_flag(usbip_debug_xmit, fmt , ##args)
84 #define usbip_dbg_urb(fmt, args...) \ argument
85 usbip_dbg_with_flag(usbip_debug_urb, fmt , ##args)
86 #define usbip_dbg_eh(fmt, args...) \ argument
87 usbip_dbg_with_flag(usbip_debug_eh, fmt , ##args)
89 #define usbip_dbg_vhci_rh(fmt, args...) \ argument
90 usbip_dbg_with_flag(usbip_debug_vhci_rh, fmt , ##args)
91 #define usbip_dbg_vhci_hc(fmt, args...) \ argument
92 usbip_dbg_with_flag(usbip_debug_vhci_hc, fmt , ##args)
93 #define usbip_dbg_vhci_rx(fmt, args...) \ argument
94 usbip_dbg_with_flag(usbip_debug_vhci_rx, fmt , ##args)
95 #define usbip_dbg_vhci_tx(fmt, args...) \ argument
96 usbip_dbg_with_flag(usbip_debug_vhci_tx, fmt , ##args)
97 #define usbip_dbg_vhci_sysfs(fmt, args...) \ argument
98 usbip_dbg_with_flag(usbip_debug_vhci_sysfs, fmt , ##args)
100 #define usbip_dbg_stub_cmp(fmt, args...) \ argument
101 usbip_dbg_with_flag(usbip_debug_stub_cmp, fmt , ##args)
102 #define usbip_dbg_stub_rx(fmt, args...) \ argument
103 usbip_dbg_with_flag(usbip_debug_stub_rx, fmt , ##args)
104 #define usbip_dbg_stub_tx(fmt, args...) \ argument
105 usbip_dbg_with_flag(usbip_debug_stub_tx, fmt , ##args)