Searched refs:__pr_trace (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/parport/ |
H A D | parport_ip32.c | 285 #define __pr_trace(pr, p, fmt, ...) \ macro 290 #define pr_trace(p, fmt, ...) __pr_trace(pr_debug, p, fmt , ##__VA_ARGS__) 291 #define pr_trace1(p, fmt, ...) __pr_trace(pr_debug1, p, fmt , ##__VA_ARGS__)
|