Searched refs:adv_smbus_read_byte_data_check (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/media/i2c/ |
D | adv7842.c | 286 static s32 adv_smbus_read_byte_data_check(struct i2c_client *client, in adv_smbus_read_byte_data_check() function 306 int ret = adv_smbus_read_byte_data_check(client, command, true); in adv_smbus_read_byte_data() 3235 rev = adv_smbus_read_byte_data_check(client, 0xea, false) << 8 | in adv7842_probe() 3236 adv_smbus_read_byte_data_check(client, 0xeb, false); in adv7842_probe() 3239 rev = adv_smbus_read_byte_data_check(client, 0xea, false) << 8 | in adv7842_probe() 3240 adv_smbus_read_byte_data_check(client, 0xeb, false); in adv7842_probe()
|
D | adv7511.c | 152 static s32 adv_smbus_read_byte_data_check(struct i2c_client *client, in adv_smbus_read_byte_data_check() function 171 int ret = adv_smbus_read_byte_data_check(client, command, true); in adv_smbus_read_byte_data()
|