Searched refs:pidl (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | ov7740.c | 909 unsigned int midh, midl, pidh, pidl; in ov7740_detect() local 930 ret = regmap_read(regmap, REG_PIDL, &pidl); in ov7740_detect() 933 if ((pidl != 0x40) && (pidl != 0x41) && (pidl != 0x42)) in ov7740_detect()
|
H A D | ov6650.c | 898 u8 pidh, pidl, midh, midl; in ov6650_video_probe() local 946 ret = ov6650_reg_read(client, REG_PIDL, &pidl); 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()
|