Lines Matching refs:sd
459 static int tw9910_s_stream(struct v4l2_subdev *sd, int enable) in tw9910_s_stream() argument
461 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_s_stream()
499 static int tw9910_g_std(struct v4l2_subdev *sd, v4l2_std_id *norm) in tw9910_g_std() argument
501 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_g_std()
509 static int tw9910_s_std(struct v4l2_subdev *sd, v4l2_std_id norm) in tw9910_s_std() argument
511 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_s_std()
523 static int tw9910_g_register(struct v4l2_subdev *sd, in tw9910_g_register() argument
526 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_g_register()
546 static int tw9910_s_register(struct v4l2_subdev *sd, in tw9910_s_register() argument
549 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_s_register()
559 static int tw9910_s_power(struct v4l2_subdev *sd, int on) in tw9910_s_power() argument
561 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_s_power()
568 static int tw9910_set_frame(struct v4l2_subdev *sd, u32 *width, u32 *height) in tw9910_set_frame() argument
570 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_set_frame()
653 static int tw9910_g_crop(struct v4l2_subdev *sd, struct v4l2_crop *a) in tw9910_g_crop() argument
655 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_g_crop()
672 static int tw9910_cropcap(struct v4l2_subdev *sd, struct v4l2_cropcap *a) in tw9910_cropcap() argument
674 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_cropcap()
694 static int tw9910_g_fmt(struct v4l2_subdev *sd, in tw9910_g_fmt() argument
697 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_g_fmt()
715 static int tw9910_s_fmt(struct v4l2_subdev *sd, in tw9910_s_fmt() argument
732 ret = tw9910_set_frame(sd, &width, &height); in tw9910_s_fmt()
740 static int tw9910_try_fmt(struct v4l2_subdev *sd, in tw9910_try_fmt() argument
743 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_try_fmt()
824 static int tw9910_enum_fmt(struct v4l2_subdev *sd, unsigned int index, in tw9910_enum_fmt() argument
834 static int tw9910_g_mbus_config(struct v4l2_subdev *sd, in tw9910_g_mbus_config() argument
837 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_g_mbus_config()
850 static int tw9910_s_mbus_config(struct v4l2_subdev *sd, in tw9910_s_mbus_config() argument
853 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_s_mbus_config()
873 static int tw9910_g_tvnorms(struct v4l2_subdev *sd, v4l2_std_id *norm) in tw9910_g_tvnorms() argument