Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/soc_camera/
Dov9640.c571 u8 pid, ver, midh, midl; in ov9640_video_probe() local
589 ret = ov9640_reg_read(client, OV9640_MIDL, &midl); in ov9640_video_probe()
609 devname, pid, ver, midh, midl); in ov9640_video_probe()
/Linux-v4.19/drivers/media/i2c/
Dov772x.c1270 int pid, ver, midh, midl; in ov772x_video_probe() local
1303 midl = ov772x_read(client, MIDL); in ov772x_video_probe()
1304 if (midl < 0) in ov772x_video_probe()
1305 return midl; in ov772x_video_probe()
1309 devname, pid, ver, midh, midl); in ov772x_video_probe()
Dov2640.c1050 u8 pid, ver, midh, midl; in ov2640_video_probe() local
1065 midl = i2c_smbus_read_byte_data(client, MIDL); in ov2640_video_probe()
1080 devname, pid, ver, midh, midl); in ov2640_video_probe()
Dov7740.c920 unsigned int midh, midl, pidh, pidl; in ov7740_detect() local
929 ret = regmap_read(regmap, REG_MIDL, &midl); in ov7740_detect()
932 if (midl != 0xa2) in ov7740_detect()
Dov6650.c811 u8 pidh, pidl, midh, midl; in ov6650_video_probe() local
827 ret = ov6650_reg_read(client, REG_MIDL, &midl); in ov6650_video_probe()
841 pidh, pidl, midh, midl); in ov6650_video_probe()