Searched refs:pidl (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/media/i2c/ |
D | ov7740.c | 944 unsigned int midh, midl, pidh, pidl; in ov7740_detect() local 965 ret = regmap_read(regmap, REG_PIDL, &pidl); in ov7740_detect() 968 if ((pidl != 0x40) && (pidl != 0x41) && (pidl != 0x42)) in ov7740_detect()
|
D | ov6650.c | 874 u8 pidh, pidl, midh, midl; in ov6650_video_probe() local 922 ret = ov6650_reg_read(client, REG_PIDL, &pidl); in ov6650_video_probe() 931 if ((pidh != OV6650_PIDH) || (pidl != OV6650_PIDL)) { in ov6650_video_probe() 933 pidh, pidl); in ov6650_video_probe() 940 pidh, pidl, midh, midl); in ov6650_video_probe()
|