Searched refs:device_no (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/pcmcia/
H A Ddevice_id.h156 .device_no = (mfc), }
163 .device_no = (mfc), }
170 .device_no = (mfc), }
178 .device_no = (mfc), }
186 .device_no = (mfc), }
195 .device_no = (mfc), }
239 .device_no = (mfc), \
H A Dds.h78 /* the socket and the device_no [for multifunction devices]
84 u8 device_no; member in struct:pcmcia_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dds.c104 __u8 func_id, function, device_no; local
110 &match_flags, &manf_id, &card_id, &func_id, &function, &device_no,
124 dynid->id.device_no = device_no;
297 (p_dev->socket->device_count == 1) && (p_dev->device_no == 0))
363 (p_dev->device_no == 0))
496 p_dev->device_no = (s->device_count++);
500 if ((p_dev->device_no >= 2) && (function == 0))
504 if (p_dev->device_no >= 4)
516 dev_set_name(&p_dev->dev, "%d.%d", p_dev->socket->sock, p_dev->device_no);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cdrom/
H A Dviocd.c205 int device_no = DEVICE_NR(diskinfo); local
216 (u64)&we, VIOVERSION << 16, ((u64)device_no << 48),
239 int device_no = DEVICE_NR((struct disk_info *)cdi->handle); local
248 VIOVERSION << 16, ((u64)device_no << 48), 0, 0, 0);
326 int device_no = DEVICE_NR((struct disk_info *)cdi->handle); local
337 (u64)&we, VIOVERSION << 16, ((u64)device_no << 48),
362 u64 device_no = DEVICE_NR((struct disk_info *)cdi->handle); local
363 /* NOTE: flags is 1 or 0 so it won't overwrite the device_no */
377 (device_no << 48) | (flags << 32), 0, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsfnt_info.h42 short device_no; /* synthesizer number */ member in struct:soundfont_patch_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmod_devicetable.h250 __u8 device_no; member in struct:pcmcia_device_id
H A Dsoundcard.h228 short device_no; /* Synthesizer number */ member in struct:patch_info
315 short device_no; /* Synthesizer number */ member in struct:sysex_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dfile2alias.c522 id->device_no = TO_NATIVE(id->device_no);
538 id->device_no);

Completed in 64 milliseconds