Lines Matching defs:device_id
1881 int device_id;
1883 device_id = i2c_smbus_read_byte_data(client, W83795_REG_DEVICEID);
1889 if (device_id < 0 || (device_id & 0xf0) != 0x50) {
1895 device_id = alt_id;
1898 return device_id;
1905 int bank, vendor_id, device_id, expected, i2c_addr, config;
1931 device_id = w83795_get_device_id(client) |
1933 if ((device_id >> 4) != 0x795) {
1972 'A' + (device_id & 0xf), address);