Searched refs:ov6650_reg_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | ov6650.c | 306 ret = ov6650_reg_read(client, reg, &val); in ov6650_reg_rmw() 348 ret = ov6650_reg_read(client, REG_GAIN, ®); in ov6550_g_volatile_ctrl() 353 ret = ov6650_reg_read(client, REG_BLUE, ®); in ov6550_g_volatile_ctrl() 355 ret = ov6650_reg_read(client, REG_RED, ®2); in ov6550_g_volatile_ctrl() 362 ret = ov6650_reg_read(client, REG_AECH, ®); in ov6550_g_volatile_ctrl() 436 ret = ov6650_reg_read(client, reg->reg, &val); in ov6650_get_register() 920 ret = ov6650_reg_read(client, REG_PIDH, &pidh); in ov6650_video_probe() 922 ret = ov6650_reg_read(client, REG_PIDL, &pidl); in ov6650_video_probe() 924 ret = ov6650_reg_read(client, REG_MIDH, &midh); in ov6650_video_probe() 979 ret = ov6650_reg_read(client, REG_COMJ, &comj); in ov6650_get_mbus_config() [all …]
|