Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/i2c/
Dadv7842.c237 static s32 adv_smbus_read_byte_data_check(struct i2c_client *client, in adv_smbus_read_byte_data_check() function
257 int ret = adv_smbus_read_byte_data_check(client, command, true); in adv_smbus_read_byte_data()
2999 rev = adv_smbus_read_byte_data_check(client, 0xea, false) << 8 | in adv7842_probe()
3000 adv_smbus_read_byte_data_check(client, 0xeb, false); in adv7842_probe()
3003 rev = adv_smbus_read_byte_data_check(client, 0xea, false) << 8 | in adv7842_probe()
3004 adv_smbus_read_byte_data_check(client, 0xeb, false); in adv7842_probe()
Dadv7604.c349 static s32 adv_smbus_read_byte_data_check(struct i2c_client *client, in adv_smbus_read_byte_data_check() function
367 return adv_smbus_read_byte_data_check(state->i2c_clients[page], in adv_smbus_read_byte_data()
2755 val = adv_smbus_read_byte_data_check(client, 0xfb, false); in adv76xx_probe()
2762 val = (adv_smbus_read_byte_data_check(client, 0xea, false) << 8) in adv76xx_probe()
2763 | (adv_smbus_read_byte_data_check(client, 0xeb, false) << 0); in adv76xx_probe()
Dadv7511.c149 static s32 adv_smbus_read_byte_data_check(struct i2c_client *client, in adv_smbus_read_byte_data_check() function
168 int ret = adv_smbus_read_byte_data_check(client, command, true); in adv_smbus_read_byte_data()