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.c288 * pr_trace, pr_trace1 - trace function calls
294 * function name. pr_trace() uses pr_debug(), and pr_trace1() uses
303 #define pr_trace(p, fmt, ...) __pr_trace(pr_debug, p, fmt , ##__VA_ARGS__) macro
519 pr_trace(NULL,
556 pr_trace(NULL, "(%d): ctx=%d", irq, parport_ip32_dma.ctx);
584 pr_trace(NULL, "(%d, %lu)", dir, (unsigned long)count);
638 pr_trace(NULL, "()");
1094 pr_trace(p, "(): %s", cleared ? "cleared" : "failed");

Completed in 53 milliseconds