Searched refs:pr_trace1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/parport/ |
H A D | parport_ip32.c | 275 * pr_trace, pr_trace1 - trace function calls 281 * function name. pr_trace() uses pr_debug(), and pr_trace1() uses 291 #define pr_trace1(p, fmt, ...) __pr_trace(pr_debug1, p, fmt , ##__VA_ARGS__) macro 552 pr_trace1(NULL, "(%d)", irq); in parport_ip32_merr_interrupt()
|
/kernel/linux/linux-6.6/drivers/parport/ |
H A D | parport_ip32.c | 275 * pr_trace, pr_trace1 - trace function calls 281 * function name. pr_trace() uses pr_debug(), and pr_trace1() uses 291 #define pr_trace1(p, fmt, ...) __pr_trace(pr_debug1, p, fmt , ##__VA_ARGS__) macro 552 pr_trace1(NULL, "(%d)", irq); in parport_ip32_merr_interrupt()
|
Completed in 6 milliseconds