Home
last modified time | relevance | path

Searched defs:PRINTK (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.c159 #define PRINTK(x) printk x macro
161 #define PRINTK(x) macro
H A Dsmc91x.c151 #define PRINTK(dev, fmt, ...) \ macro
/linux/drivers/atm/
H A Dnicstar.c92 #define PRINTK(args...) printk(args) macro
94 #define PRINTK(args...) do {} while (0) macro
/linux/init/
H A DKconfig1613 config PRINTK config