Searched refs:pr_debug1 (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.c71 * 1 standard level: pr_debug1 is enabled
276 * pr_debug1 - print debug messages
281 # define pr_debug1(...) printk(KERN_DEBUG __VA_ARGS__) macro
283 # define pr_debug1(...) do { } while (0) macro
294 * pr_debug1(). __pr_trace() is the low-level macro and is not to be used
303 #define pr_trace1(p, fmt, ...) __pr_trace(pr_debug1, p, fmt , ##__VA_ARGS__)
456 pr_debug1(PPIP32 "%s: extra bits in %s(%s): " \
1247 pr_debug1(PPIP32 "%s: FIFO write timed out\n", p->name);
1251 pr_debug1(PPIP32 "%s: Signal pending\n", p->name);
1255 pr_debug1(PPIP3
[all...]

Completed in 60 milliseconds