Searched defs:DEV_LABEL (Results 1 - 9 of 9) sorted by relevance

/drivers/atm/
H A Dadummy.c29 #define DEV_LABEL "adummy" macro
153 printk(KERN_ERR DEV_LABEL ": kzalloc() failed\n");
157 atm_dev = atm_dev_register(DEV_LABEL, NULL, &adummy_ops, -1, NULL);
159 printk(KERN_ERR DEV_LABEL ": atm_dev_register() failed\n");
171 printk(KERN_ERR DEV_LABEL ": adummy_start() failed\n");
H A Datmtcp.c29 #define DEV_LABEL "atmtcp" macro
368 dev = atm_dev_register(DEV_LABEL,NULL,&atmtcp_v_dev_ops,itf,NULL);
H A Dzatm.h16 #define DEV_LABEL "zatm" macro
H A Deni.h22 #define DEV_LABEL "eni" macro
H A Dambassador.h31 #define DEV_LABEL "amb" macro
46 printk(severity DEV_LABEL ": " format "\n" , ## args)
71 ( (debug & (bits)) ? printk (KERN_INFO DEV_LABEL ": " format , ## args) : 1 )
77 ( (debug & (bits)) ? printk (KERN_INFO DEV_LABEL ": " format "\n" , ## args) : 1 )
H A Dhorizon.h38 #define DEV_LABEL "hrz" macro
50 printk(severity DEV_LABEL ": " format "\n" , ## args)
72 ( (debug & (bits)) ? printk (KERN_INFO DEV_LABEL ": " format , ## args) : 1 )
78 ( (debug & (bits)) ? printk (KERN_INFO DEV_LABEL ": " format "\n" , ## args) : 1 )
H A Dlanai.c164 #define DEV_LABEL "lanai" macro
169 printk(KERN_DEBUG DEV_LABEL ": " format, ##args)
173 printk(KERN_ERR DEV_LABEL ": " format, ##args); \
185 printk(KERN_DEBUG DEV_LABEL ": " format, ##args)
562 printk(KERN_ERR DEV_LABEL
810 printk(KERN_ERR DEV_LABEL "(itf %d): Timed out on "
865 printk(KERN_INFO DEV_LABEL "(itf %d): *NOT* reading EEPROM\n",
936 printk(KERN_ERR DEV_LABEL "(itf %d): error reading EEPROM byte %d\n",
979 printk(KERN_ERR DEV_LABEL "(itf %d): EEPROM checksum bad "
986 printk(KERN_ERR DEV_LABEL "(it
[all...]
H A Dhe.h46 #define DEV_LABEL "he" macro
H A Diphase.h170 #define DEV_LABEL "ia" macro

Completed in 110 milliseconds