Searched refs:midl (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
D | ov9640.c | 591 u8 pid, ver, midh, midl; in ov9640_video_probe() local 609 ret = ov9640_reg_read(client, OV9640_MIDL, &midl); in ov9640_video_probe() 629 devname, pid, ver, midh, midl); in ov9640_video_probe()
|
D | ov7740.c | 945 unsigned int midh, midl, pidh, pidl; in ov7740_detect() local 954 ret = regmap_read(regmap, REG_MIDL, &midl); in ov7740_detect() 957 if (midl != 0xa2) in ov7740_detect()
|
D | ov2640.c | 1084 u8 pid, ver, midh, midl; in ov2640_video_probe() local 1099 midl = i2c_smbus_read_byte_data(client, MIDL); in ov2640_video_probe() 1114 devname, pid, ver, midh, midl); in ov2640_video_probe()
|
D | ov6650.c | 821 u8 pidh, pidl, midh, midl; in ov6650_video_probe() local 873 ret = ov6650_reg_read(client, REG_MIDL, &midl); in ov6650_video_probe() 887 pidh, pidl, midh, midl); in ov6650_video_probe()
|
D | ov772x.c | 1237 int pid, ver, midh, midl; in ov772x_video_probe() local 1270 ret = regmap_read(priv->regmap, MIDL, &midl); in ov772x_video_probe() 1276 devname, pid, ver, midh, midl); in ov772x_video_probe()
|