Searched refs:deviceID (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/sound/oss/ |
D | os.h | 31 extern int sound_alloc_dma(int chn, char *deviceID); 32 extern int sound_open_dma(int chn, char *deviceID);
|
D | soundcard.c | 615 int sound_alloc_dma(int chn, char *deviceID) in sound_alloc_dma() argument 619 if ((err = request_dma(chn, deviceID)) != 0) in sound_alloc_dma() 628 int sound_open_dma(int chn, char *deviceID) in sound_open_dma() argument
|
/linux-2.6.39/drivers/staging/gma500/ |
D | psb_powermgmt.c | 567 u32 deviceID = 0; in ospm_power_using_hw_begin() 604 deviceID = gui32MRSTDisplayDeviceID; in ospm_power_using_hw_begin() 610 deviceID = gui32SGXDeviceID; in ospm_power_using_hw_begin() 619 deviceID = gui32MRSTDisplayDeviceID; in ospm_power_using_hw_begin() 630 deviceID = gui32MRSTMSVDXDeviceID; in ospm_power_using_hw_begin() 643 deviceID = gui32MRSTDisplayDeviceID; in ospm_power_using_hw_begin() 654 deviceID = gui32MRSTTOPAZDeviceID; in ospm_power_using_hw_begin()
|
/linux-2.6.39/drivers/usb/storage/ |
D | sddr09.c | 1085 sddr09_read_deviceID(struct us_data *us, unsigned char *deviceID) { in sddr09_read_deviceID() argument 1102 deviceID[i] = content[i]; in sddr09_read_deviceID() 1153 unsigned char deviceID[4]; in sddr09_get_cardinfo() local 1159 result = sddr09_read_deviceID(us, deviceID); in sddr09_get_cardinfo() 1168 deviceID[0], deviceID[1], deviceID[2], deviceID[3]); in sddr09_get_cardinfo() 1173 nand_flash_manufacturer(deviceID[0])); in sddr09_get_cardinfo() 1176 cardinfo = nand_find_id(deviceID[1]); in sddr09_get_cardinfo() 1189 if (deviceID[2] == 0xa5) { in sddr09_get_cardinfo() 1195 if (deviceID[3] == 0xc0) { in sddr09_get_cardinfo()
|
D | sddr55.c | 523 unsigned char *deviceID) { in sddr55_read_deviceID() argument 547 *deviceID = content[1]; in sddr55_read_deviceID() 567 unsigned char uninitialized_var(deviceID); in sddr55_get_capacity() 575 &deviceID); in sddr55_get_capacity() 583 US_DEBUGP("Device ID = %02X\n", deviceID); in sddr55_get_capacity() 592 switch (deviceID) { in sddr55_get_capacity()
|
/linux-2.6.39/drivers/pnp/pnpbios/ |
D | pnpbios.h | 155 u32 deviceID; /* EISA encoded system ID or 0 */ member
|
/linux-2.6.39/drivers/staging/cxt1e1/ |
D | pmcc4_drv.c | 1624 extern void wanpmcC4T1E1_hookInterrupt (int cardID, int deviceID, void *handler); 1627 wanpmcC4T1E1_hookInterrupt (int cardID, int deviceID, void *handler) in wanpmcC4T1E1_hookInterrupt() argument 1630 nciInterrupt[cardID][deviceID] = handler; in wanpmcC4T1E1_hookInterrupt() 1680 wanpmcC4T1E1_getBaseAddress (int cardID, int deviceID) in wanpmcC4T1E1_getBaseAddress() argument 1690 if (deviceID < ci->max_port) /* comet is supported */ in wanpmcC4T1E1_getBaseAddress() 1691 base = ((unsigned long) ci->port[deviceID].cometbase); in wanpmcC4T1E1_getBaseAddress()
|
/linux-2.6.39/drivers/tty/serial/ |
D | 8250_pci.c | 914 unsigned long deviceID; in pci_oxsemi_tornado_init() local 926 deviceID = ioread32(p); in pci_oxsemi_tornado_init() 928 if (deviceID == 0x07000200) { in pci_oxsemi_tornado_init()
|
/linux-2.6.39/drivers/scsi/pm8001/ |
D | pm8001_hwi.c | 3714 static void build_smp_cmd(u32 deviceID, u32 hTag, struct smp_req *psmp_cmd) in build_smp_cmd() argument 3717 psmp_cmd->device_id = cpu_to_le32(deviceID); in build_smp_cmd()
|