Home
last modified time | relevance | path

Searched refs:midh (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/media/i2c/
Dov9640.c589 u8 pid, ver, midh, midl; in ov9640_video_probe() local
605 ret = ov9640_reg_read(client, OV9640_MIDH, &midh); in ov9640_video_probe()
627 devname, pid, ver, midh, midl); in ov9640_video_probe()
Dov7740.c909 unsigned int midh, midl, pidh, pidl; in ov7740_detect() local
912 ret = regmap_read(regmap, REG_MIDH, &midh); in ov7740_detect()
915 if (midh != 0x7f) in ov7740_detect()
Dov2640.c1075 u8 pid, ver, midh, midl; in ov2640_video_probe() local
1089 midh = i2c_smbus_read_byte_data(client, MIDH); in ov2640_video_probe()
1105 devname, pid, ver, midh, midl); in ov2640_video_probe()
Dov6650.c898 u8 pidh, pidl, midh, midl; in ov6650_video_probe() local
948 ret = ov6650_reg_read(client, REG_MIDH, &midh); in ov6650_video_probe()
964 pidh, pidl, midh, midl); in ov6650_video_probe()
Dov772x.c1272 int pid, ver, midh, midl; in ov772x_video_probe() local
1302 ret = regmap_read(priv->regmap, MIDH, &midh); in ov772x_video_probe()
1311 devname, pid, ver, midh, midl); in ov772x_video_probe()