Searched refs:deviceid (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/parport/
H A Ddaisy.c92 char *deviceid; local
143 deviceid = kmalloc (1000, GFP_KERNEL);
144 if (deviceid) {
145 if (parport_device_id (numdevs - 1, deviceid, 1000) > 2)
148 kfree (deviceid);
460 char *deviceid; local
521 deviceid = kmalloc (1000, GFP_KERNEL);
522 if (!deviceid) return 0;
525 parport_device_id (thisdev, deviceid, 1000);
527 kfree (deviceid);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/dio/
H A Ddio.c5 * int dio_find(u_int deviceid)
8 * Note that the deviceid parameter should be the encoded ID.
107 static int __init dio_find_slow(int deviceid) argument
137 if (prid == deviceid)
143 int dio_find(int deviceid) argument
150 if (b->id == deviceid && b->configured == 0)
154 return dio_find_slow(deviceid);
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Detc.h80 uint16 deviceid; /* pci function device id */ member in struct:etc_info
H A Detc47xx.c173 if ((ch->sbh = sb_attach(etc->deviceid, ch->osh, regsva, PCI_BUS, NULL, &ch->vars,
404 switch (ch->etc->deviceid) {
460 ASSERT(!((ch->etc->deviceid == BCM4402_ENET_ID) && (ch->etc->chiprev == 0)));
517 if (ch->etc->deviceid == BCM47XX_ENET_ID) {
527 } else if (ch->etc->deviceid == BCM4402_ENET_ID) {
H A Detc.c78 etc->deviceid = (uint16) device;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Ddio.h196 extern int dio_find(int deviceid);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Ddio.h196 extern int dio_find(int deviceid);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Datp870u.c70 unsigned short deviceid; member in struct:atp_unit
313 if (dev->deviceid != 0x8081)
850 if (dev->deviceid != 0x8081)
2469 dev->deviceid = dev_id[h];
2545 dev->deviceid = dev_id[h];
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dcmpci.c228 unsigned short deviceid; /* pci_id */ member in struct:cm_state
2231 if (s->deviceid == PCI_DEVICE_ID_CMEDIA_CM8738) {
2868 unsigned short deviceid; member in struct:__anon2649
2890 if (devicetable[i].deviceid == pcidev->device)
3037 s->deviceid = pcidev->device;
/asus-wl-520gu-7.0.1.45/src/include/
H A Dwlioctl.h595 uint deviceid; /* device id of chip */ member in struct:wlc_rev_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/sis/
H A Dinit.c4203 FindPCIIOBase(unsigned index,unsigned deviceid) argument
4209 regs.x.cx = deviceid;
4222 regs.x.cx = deviceid;

Completed in 96 milliseconds