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()
851 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov2640_g_fmt()
882 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov2640_s_fmt()
963 static int ov2640_video_probe(struct i2c_client *client) in ov2640_video_probe()
1020 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov2640_g_mbus_config()
1051 struct i2c_client *client = to_i2c_client(dev); in ov2640_hw_power()
1065 struct i2c_client *client = to_i2c_client(dev); in ov2640_hw_reset()
1078 static int ov2640_probe_dt(struct i2c_client *client, in ov2640_probe_dt()
1108 static int ov2640_probe(struct i2c_client *client, in ov2640_probe()
1176 static int ov2640_remove(struct i2c_client *client) in ov2640_remove()