Lines Matching refs:sd
242 static int mt9v022_s_stream(struct v4l2_subdev *sd, int enable) in mt9v022_s_stream() argument
244 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_stream()
279 static int mt9v022_s_crop(struct v4l2_subdev *sd, const struct v4l2_crop *a) in mt9v022_s_crop() argument
281 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_crop()
353 static int mt9v022_g_crop(struct v4l2_subdev *sd, struct v4l2_crop *a) in mt9v022_g_crop() argument
355 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_crop()
364 static int mt9v022_cropcap(struct v4l2_subdev *sd, struct v4l2_cropcap *a) in mt9v022_cropcap() argument
378 static int mt9v022_g_fmt(struct v4l2_subdev *sd, in mt9v022_g_fmt() argument
381 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_fmt()
393 static int mt9v022_s_fmt(struct v4l2_subdev *sd, in mt9v022_s_fmt() argument
396 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_fmt()
428 ret = mt9v022_s_crop(sd, &a); in mt9v022_s_fmt()
440 static int mt9v022_try_fmt(struct v4l2_subdev *sd, in mt9v022_try_fmt() argument
443 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_try_fmt()
467 static int mt9v022_g_register(struct v4l2_subdev *sd, in mt9v022_g_register() argument
470 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_register()
484 static int mt9v022_s_register(struct v4l2_subdev *sd, in mt9v022_s_register() argument
487 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_register()
499 static int mt9v022_s_power(struct v4l2_subdev *sd, int on) in mt9v022_s_power() argument
501 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_power()
512 struct v4l2_subdev *sd = &mt9v022->subdev; in mt9v022_g_volatile_ctrl() local
513 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_volatile_ctrl()
556 struct v4l2_subdev *sd = &mt9v022->subdev; in mt9v022_s_ctrl() local
557 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_ctrl()
738 static int mt9v022_g_skip_top_lines(struct v4l2_subdev *sd, u32 *lines) in mt9v022_g_skip_top_lines() argument
740 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_skip_top_lines()
761 static int mt9v022_enum_fmt(struct v4l2_subdev *sd, unsigned int index, in mt9v022_enum_fmt() argument
764 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_enum_fmt()
774 static int mt9v022_g_mbus_config(struct v4l2_subdev *sd, in mt9v022_g_mbus_config() argument
777 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_g_mbus_config()
791 static int mt9v022_s_mbus_config(struct v4l2_subdev *sd, in mt9v022_s_mbus_config() argument
794 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9v022_s_mbus_config()