Searched refs:midh (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/media/i2c/soc_camera/ |
D | ov9640.c | 571 u8 pid, ver, midh, midl; in ov9640_video_probe() local 587 ret = ov9640_reg_read(client, OV9640_MIDH, &midh); in ov9640_video_probe() 609 devname, pid, ver, midh, midl); in ov9640_video_probe()
|
/Linux-v4.19/drivers/media/i2c/ |
D | ov772x.c | 1270 int pid, ver, midh, midl; in ov772x_video_probe() local 1300 midh = ov772x_read(client, MIDH); in ov772x_video_probe() 1301 if (midh < 0) in ov772x_video_probe() 1302 return midh; in ov772x_video_probe() 1309 devname, pid, ver, midh, midl); in ov772x_video_probe()
|
D | ov2640.c | 1050 u8 pid, ver, midh, midl; in ov2640_video_probe() local 1064 midh = i2c_smbus_read_byte_data(client, MIDH); in ov2640_video_probe() 1080 devname, pid, ver, midh, midl); in ov2640_video_probe()
|
D | ov7740.c | 920 unsigned int midh, midl, pidh, pidl; in ov7740_detect() local 923 ret = regmap_read(regmap, REG_MIDH, &midh); in ov7740_detect() 926 if (midh != 0x7f) in ov7740_detect()
|
D | ov6650.c | 811 u8 pidh, pidl, midh, midl; in ov6650_video_probe() local 825 ret = ov6650_reg_read(client, REG_MIDH, &midh); in ov6650_video_probe() 841 pidh, pidl, midh, midl); in ov6650_video_probe()
|