Home
last modified time | relevance | path

Searched refs:DEVICE_ID_REG (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/i2c/
Dsr030pc30.c40 #define DEVICE_ID_REG 0x0004 macro
668 ret = i2c_smbus_read_byte_data(client, DEVICE_ID_REG); in sr030pc30_detect()
Dnoon010pc30.c41 #define DEVICE_ID_REG 0x0004 macro
692 ret = i2c_smbus_read_byte_data(client, DEVICE_ID_REG); in noon010_detect()
/linux-4.1.27/drivers/hwmon/
Dnct7904.c30 #define DEVICE_ID_REG 0x7C /* Any bank */ macro
506 (i2c_smbus_read_byte_data(client, DEVICE_ID_REG) & 0xf0) != 0x50 || in nct7904_detect()