Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/
Dadv7842.c272 static s32 adv_smbus_read_byte_data_check(struct i2c_client *client, in adv_smbus_read_byte_data_check() function
292 int ret = adv_smbus_read_byte_data_check(client, command, true); in adv_smbus_read_byte_data()
3489 rev = adv_smbus_read_byte_data_check(client, 0xea, false) << 8 | in adv7842_probe()
3490 adv_smbus_read_byte_data_check(client, 0xeb, false); in adv7842_probe()
3493 rev = adv_smbus_read_byte_data_check(client, 0xea, false) << 8 | in adv7842_probe()
3494 adv_smbus_read_byte_data_check(client, 0xeb, false); in adv7842_probe()
Dadv7511-v4l2.c157 static s32 adv_smbus_read_byte_data_check(struct i2c_client *client, in adv_smbus_read_byte_data_check() function
176 int ret = adv_smbus_read_byte_data_check(client, command, true); in adv_smbus_read_byte_data()