Home
last modified time | relevance | path

Searched refs:CARD_INFO (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/media/video/
Dzr36120_i2c.c67 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()
Dzr36120.h96 #define CARD_INFO KERN_INFO "%s(%lu): " macro
Dzr36120.c223 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/
Dibmphp_core.c1247 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()
Dibmphp.h691 #define CARD_INFO 0x07 macro