Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/pnp/
Ddriver.c46 const struct pnp_device_id *drv_id = drv->id_table; in match_device() local
48 if (!drv_id) in match_device()
51 while (*drv_id->id) { in match_device()
52 if (compare_pnp_id(dev->id, drv_id->id)) in match_device()
53 return drv_id; in match_device()
54 drv_id++; in match_device()
Dcard.c20 const struct pnp_card_device_id *drv_id = drv->id_table; in match_card() local
22 while (*drv_id->id) { in match_card()
23 if (compare_pnp_id(card->id, drv_id->id)) { in match_card()
31 !*drv_id->devs[i].id) in match_card()
32 return drv_id; in match_card()
36 drv_id->devs[i].id)) { in match_card()
46 drv_id++; in match_card()
/linux-3.4.99/drivers/isdn/hardware/eicon/
Ddebug_if.h39 dword drv_id; member
Ddebug.c27 void diva_mnt_internal_dprintf(dword drv_id, dword type, char *p, ...);
472 pmsg->drv_id = 0; /* id 0 - DIMAINT */ in DI_register()
544 pmsg->drv_id = 0; /* id 0 - DIMAINT */ in DI_deregister()
630 pmsg->drv_id = id; /* driver MAINT id */ in DI_format()
668 pmsg->drv_id = id; /* driver MAINT id */ in DI_format()
709 pmsg->drv_id = id; /* driver MAINT id */ in DI_format()
1000 pmsg->drv_id = 0; /* id 0 - DIMAINT */ in diva_mnt_add_xdi_adapter()
1087 pmsg->drv_id = 0; /* id 0 - DIMAINT */ in diva_mnt_remove_xdi_adapter()
1863 pmsg->drv_id = pC->hDbg->id; in diva_maint_trace_notify()
1910 void diva_mnt_internal_dprintf(dword drv_id, dword type, char *fmt, ...) { in diva_mnt_internal_dprintf() argument
[all …]
Dmaintidi.c33 extern void diva_mnt_internal_dprintf(dword drv_id, dword type, char *p, ...);