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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dparport_ip32.c295 * pr_debug1(). __pr_trace() is the low-level macro and is not to be used
298 #define __pr_trace(pr, p, fmt, ...) \ macro
303 #define pr_trace(p, fmt, ...) __pr_trace(pr_debug, p, fmt , ##__VA_ARGS__)
304 #define pr_trace1(p, fmt, ...) __pr_trace(pr_debug1, p, fmt , ##__VA_ARGS__)

Completed in 90 milliseconds