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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dparport_ip32.c294 * pr_debug1(). __pr_trace() is the low-level macro and is not to be used
297 #define __pr_trace(pr, p, fmt, ...) \ macro
302 #define pr_trace(p, fmt, ...) __pr_trace(pr_debug, p, fmt , ##__VA_ARGS__)
303 #define pr_trace1(p, fmt, ...) __pr_trace(pr_debug1, p, fmt , ##__VA_ARGS__)

Completed in 82 milliseconds