Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dov6650.c898 u8 pidh, pidl, midh, midl; in ov6650_video_probe() local
944 ret = ov6650_reg_read(client, REG_PIDH, &pidh); in ov6650_video_probe()
955 if ((pidh != OV6650_PIDH) || (pidl != OV6650_PIDL)) { in ov6650_video_probe()
957 pidh, pidl); in ov6650_video_probe()
964 pidh, pidl, midh, midl); in ov6650_video_probe()
Dov7740.c909 unsigned int midh, midl, pidh, pidl; in ov7740_detect() local
924 ret = regmap_read(regmap, REG_PIDH, &pidh); in ov7740_detect()
927 if (pidh != 0x77) in ov7740_detect()