Lines Matching refs:sd

694 static int ov5642_get_register(struct v4l2_subdev *sd, struct v4l2_dbg_register *reg)  in ov5642_get_register()  argument
696 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_get_register()
712 static int ov5642_set_register(struct v4l2_subdev *sd, const struct v4l2_dbg_register *reg) in ov5642_set_register() argument
714 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_set_register()
736 static int ov5642_set_resolution(struct v4l2_subdev *sd) in ov5642_set_resolution() argument
738 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_set_resolution()
789 static int ov5642_try_fmt(struct v4l2_subdev *sd, in ov5642_try_fmt() argument
792 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_try_fmt()
809 static int ov5642_s_fmt(struct v4l2_subdev *sd, in ov5642_s_fmt() argument
812 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_s_fmt()
819 ov5642_try_fmt(sd, mf); in ov5642_s_fmt()
825 static int ov5642_g_fmt(struct v4l2_subdev *sd, in ov5642_g_fmt() argument
828 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_g_fmt()
842 static int ov5642_enum_fmt(struct v4l2_subdev *sd, unsigned int index, in ov5642_enum_fmt() argument
852 static int ov5642_s_crop(struct v4l2_subdev *sd, const struct v4l2_crop *a) in ov5642_s_crop() argument
854 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_s_crop()
873 ret = ov5642_set_resolution(sd); in ov5642_s_crop()
880 static int ov5642_g_crop(struct v4l2_subdev *sd, struct v4l2_crop *a) in ov5642_g_crop() argument
882 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_g_crop()
894 static int ov5642_cropcap(struct v4l2_subdev *sd, struct v4l2_cropcap *a) in ov5642_cropcap() argument
908 static int ov5642_g_mbus_config(struct v4l2_subdev *sd, in ov5642_g_mbus_config() argument
918 static int ov5642_s_power(struct v4l2_subdev *sd, int on) in ov5642_s_power() argument
920 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov5642_s_power()
934 ret = ov5642_set_resolution(sd); in ov5642_s_power()