Searched refs:ov772x_read (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/media/i2c/soc_camera/ |
| D | ov772x.c | 516 static inline int ov772x_read(struct i2c_client *client, u8 addr) in ov772x_read() function 529 s32 val = ov772x_read(client, command); in ov772x_mask_set() 631 ret = ov772x_read(client, reg->reg); in ov772x_g_register() 946 pid = ov772x_read(client, PID); in ov772x_video_probe() 947 ver = ov772x_read(client, VER); in ov772x_video_probe() 968 ov772x_read(client, MIDH), in ov772x_video_probe() 969 ov772x_read(client, MIDL)); in ov772x_video_probe()
|
| /Linux-v4.19/drivers/media/i2c/ |
| D | ov772x.c | 552 static int ov772x_read(struct i2c_client *client, u8 addr) in ov772x_read() function 575 s32 val = ov772x_read(client, command); in ov772x_mask_set() 851 ret = ov772x_read(client, reg->reg); in ov772x_g_register() 1279 pid = ov772x_read(client, PID); in ov772x_video_probe() 1282 ver = ov772x_read(client, VER); in ov772x_video_probe() 1300 midh = ov772x_read(client, MIDH); in ov772x_video_probe() 1303 midl = ov772x_read(client, MIDL); in ov772x_video_probe()
|