Searched refs:deviceID (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dos.h31 extern int sound_alloc_dma(int chn, char *deviceID);
32 extern int sound_open_dma(int chn, char *deviceID);
H A Dsoundcard.c630 int sound_alloc_dma(int chn, char *deviceID) argument
634 if ((err = request_dma(chn, deviceID)) != 0)
643 int sound_open_dma(int chn, char *deviceID) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dsddr09.c953 sddr09_read_deviceID(struct us_data *us, unsigned char *deviceID) { argument
970 deviceID[i] = content[i];
1004 unsigned char deviceID[4]; local
1010 result = sddr09_read_deviceID(us, deviceID);
1019 deviceID[0], deviceID[1], deviceID[2], deviceID[3]);
1024 nand_flash_manufacturer(deviceID[0]));
1027 cardinfo = nand_find_id(deviceID[
[all...]
H A Dsddr55.c523 unsigned char *deviceID) {
547 *deviceID = content[1];
567 unsigned char uninitialized_var(deviceID);
575 &deviceID);
583 US_DEBUGP("Device ID = %02X\n", deviceID);
592 switch (deviceID) {
521 sddr55_read_deviceID(struct us_data *us, unsigned char *manufacturerID, unsigned char *deviceID) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/pnpbios/
H A Dpnpbios.h155 u32 deviceID; /* EISA encoded system ID or 0 */ member in struct:pnp_bios_install_struct::__anon13977
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dvmi.h210 short deviceID; member in struct:pci_header
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dpmcc4_drv.c1595 extern void wanpmcC4T1E1_hookInterrupt (int cardID, int deviceID, void *handler);
1598 wanpmcC4T1E1_hookInterrupt (int cardID, int deviceID, void *handler) argument
1601 nciInterrupt[cardID][deviceID] = handler;
1645 wanpmcC4T1E1_getBaseAddress (int cardID, int deviceID) argument
1655 if (deviceID < ci->max_port) /* comet is supported */
1656 base = ((unsigned long) ci->port[deviceID].cometbase);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D8250_pci.c913 unsigned long deviceID; local
925 deviceID = ioread32(p);
927 if (deviceID == 0x07000200) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dvmi_32.c491 pci->deviceID != PCI_DEVICE_ID_VMWARE_VMI) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pm8001/
H A Dpm8001_hwi.c3717 static void build_smp_cmd(u32 deviceID, u32 hTag, struct smp_req *psmp_cmd) argument
3720 psmp_cmd->device_id = cpu_to_le32(deviceID);

Completed in 225 milliseconds