Lines Matching refs:i2c_client
621 static struct ov2640_priv *to_ov2640(const struct i2c_client *client) in to_ov2640()
627 static int ov2640_write_array(struct i2c_client *client, in ov2640_write_array()
645 static int ov2640_mask_set(struct i2c_client *client, in ov2640_mask_set()
660 static int ov2640_reset(struct i2c_client *client) in ov2640_reset()
691 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov2640_s_ctrl()
715 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov2640_g_register()
734 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov2640_s_register()
746 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov2640_s_power()
772 static int ov2640_set_params(struct i2c_client *client, u32 *width, u32 *height, in ov2640_set_params()
853 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov2640_get_fmt()
889 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov2640_set_fmt()
956 static int ov2640_video_probe(struct i2c_client *client) in ov2640_video_probe()
1013 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov2640_g_mbus_config()
1047 struct i2c_client *client = to_i2c_client(dev); in ov2640_hw_power()
1061 struct i2c_client *client = to_i2c_client(dev); in ov2640_hw_reset()
1074 static int ov2640_probe_dt(struct i2c_client *client, in ov2640_probe_dt()
1104 static int ov2640_probe(struct i2c_client *client, in ov2640_probe()
1172 static int ov2640_remove(struct i2c_client *client) in ov2640_remove()