Home
last modified time | relevance | path

Searched refs:__pr_trace (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/parport/
H A Dparport_ip32.c282 * pr_debug1(). __pr_trace() is the low-level macro and is not to be used
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__)
/kernel/linux/linux-6.6/drivers/parport/
H A Dparport_ip32.c282 * pr_debug1(). __pr_trace() is the low-level macro and is not to be used
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__)

Completed in 8 milliseconds