Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/i2c/
Dadv7842.c280 static s32 adv_smbus_read_byte_data_check(struct i2c_client *client, in adv_smbus_read_byte_data_check() function
300 int ret = adv_smbus_read_byte_data_check(client, command, true); in adv_smbus_read_byte_data()
3479 rev = adv_smbus_read_byte_data_check(client, 0xea, false) << 8 | in adv7842_probe()
3480 adv_smbus_read_byte_data_check(client, 0xeb, false); in adv7842_probe()
3483 rev = adv_smbus_read_byte_data_check(client, 0xea, false) << 8 | in adv7842_probe()
3484 adv_smbus_read_byte_data_check(client, 0xeb, false); in adv7842_probe()
Dadv7511-v4l2.c158 static s32 adv_smbus_read_byte_data_check(struct i2c_client *client, in adv_smbus_read_byte_data_check() function
177 int ret = adv_smbus_read_byte_data_check(client, command, true); in adv_smbus_read_byte_data()