Searched refs:pr_debug1 (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.c71 * 1 standard level: pr_debug1 is enabled
277 * pr_debug1 - print debug messages
282 # define pr_debug1(...) printk(KERN_DEBUG __VA_ARGS__) macro
284 # define pr_debug1(...) do { } while (0) macro
295 * pr_debug1(). __pr_trace() is the low-level macro and is not to be used
304 #define pr_trace1(p, fmt, ...) __pr_trace(pr_debug1, p, fmt , ##__VA_ARGS__)
457 pr_debug1(PPIP32 "%s: extra bits in %s(%s): " \
1250 pr_debug1(PPIP32 "%s: FIFO write timed out\n", p->name);
1254 pr_debug1(PPIP32 "%s: Signal pending\n", p->name);
1258 pr_debug1(PPIP3
[all...]

Completed in 158 milliseconds