Searched defs:deviceID (Results 1 - 6 of 6) sorted by relevance

/drivers/usb/storage/
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
H A Dsddr09.c1085 sddr09_read_deviceID(struct us_data *us, unsigned char *deviceID) { argument
1102 deviceID[i] = content[i];
1153 unsigned char deviceID[4]; local
1159 result = sddr09_read_deviceID(us, deviceID);
1168 deviceID[0], deviceID[1], deviceID[2], deviceID[3]);
1173 nand_flash_manufacturer(deviceID[0]));
1176 cardinfo = nand_find_id(deviceID[
[all...]
/drivers/pnp/pnpbios/
H A Dpnpbios.h155 u32 deviceID; /* EISA encoded system ID or 0 */ member in struct:pnp_bios_install_struct::__anon3852
/drivers/staging/cxt1e1/
H A Dpmcc4_drv.c1554 extern void wanpmcC4T1E1_hookInterrupt (int cardID, int deviceID, void *handler);
1557 wanpmcC4T1E1_hookInterrupt (int cardID, int deviceID, void *handler) argument
1560 nciInterrupt[cardID][deviceID] = handler;
1610 wanpmcC4T1E1_getBaseAddress (int cardID, int deviceID) argument
1620 if (deviceID < ci->max_port) /* comet is supported */
1621 base = ((unsigned long) ci->port[deviceID].cometbase);
/drivers/scsi/pm8001/
H A Dpm8001_hwi.c3924 static void build_smp_cmd(u32 deviceID, __le32 hTag, struct smp_req *psmp_cmd) argument
3927 psmp_cmd->device_id = cpu_to_le32(deviceID);
/drivers/tty/serial/8250/
H A D8250_pci.c1010 unsigned long deviceID; local
1022 deviceID = ioread32(p);
1024 if (deviceID == 0x07000200) {

Completed in 396 milliseconds