Searched refs:midh (Results 1 – 3 of 3) sorted by relevance
/drivers/media/i2c/soc_camera/ |
D | ov9640.c | 593 u8 pid, ver, midh, midl; in ov9640_video_probe() local 609 ret = ov9640_reg_read(client, OV9640_MIDH, &midh); in ov9640_video_probe() 633 devname, pid, ver, midh, midl); in ov9640_video_probe()
|
D | ov2640.c | 992 u8 pid, ver, midh, midl; in ov2640_video_probe() local 1006 midh = i2c_smbus_read_byte_data(client, MIDH); in ov2640_video_probe() 1023 devname, pid, ver, midh, midl); in ov2640_video_probe()
|
D | ov6650.c | 833 u8 pidh, pidl, midh, midl; in ov6650_video_probe() local 847 ret = ov6650_reg_read(client, REG_MIDH, &midh); in ov6650_video_probe() 863 pidh, pidl, midh, midl); in ov6650_video_probe()
|