Searched refs:CARD_INFO (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/media/video/ |
D | zr36120_i2c.c | 67 DEBUG(printk(CARD_INFO "decoder attached\n",CARD)); in attach_inform() 85 DEBUG(printk(CARD_INFO "tuner attached\n",CARD)); in attach_inform() 89 DEBUG(printk(CARD_INFO "attach_inform; tuner wont be set to type %d\n",CARD,ztv->tuner_type)); in attach_inform() 93 DEBUG(printk(CARD_INFO "attach_inform; unknown device id=%d\n",CARD,id)); in attach_inform() 106 DEBUG(printk(CARD_INFO "decoder detached\n",CARD)); in detach_inform() 110 DEBUG(printk(CARD_INFO "tuner detached\n",CARD)); in detach_inform() 113 DEBUG(printk(CARD_INFO "detach_inform; unknown device id=%d\n",CARD,id)); in detach_inform()
|
D | zr36120.h | 96 #define CARD_INFO KERN_INFO "%s(%lu): " macro
|
D | zr36120.c | 223 printk(CARD_INFO "somebody killed the workqueue (kindof=%d)!\n",CARD,ztv->workqueue->kindof); in reap_states() 261 printk(CARD_INFO "what is this doing on the queue? (kindof=%d)\n",CARD,ztv->workqueue->kindof); in reap_states()
|
/linux-2.4.37.9/drivers/hotplug/ |
D | ibmphp_core.c | 1247 if ((slot_cur->ext_status & CARD_INFO) == PCIX133) in print_card_capability() 1249 else if ((slot_cur->ext_status & CARD_INFO) == PCIX66) in print_card_capability() 1251 else if ((slot_cur->ext_status & CARD_INFO) == PCI66) in print_card_capability()
|
D | ibmphp.h | 691 #define CARD_INFO 0x07 macro
|