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()
549 static int tw9910_g_register(struct v4l2_subdev *sd, in tw9910_g_register() argument
552 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_g_register()
572 static int tw9910_s_register(struct v4l2_subdev *sd, in tw9910_s_register() argument
575 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_s_register()
585 static int tw9910_s_power(struct v4l2_subdev *sd, int on) in tw9910_s_power() argument
587 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_s_power()
594 static int tw9910_set_frame(struct v4l2_subdev *sd, u32 *width, u32 *height) in tw9910_set_frame() argument
596 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_set_frame()
679 static int tw9910_g_crop(struct v4l2_subdev *sd, struct v4l2_crop *a) in tw9910_g_crop() argument
681 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_g_crop()
698 static int tw9910_cropcap(struct v4l2_subdev *sd, struct v4l2_cropcap *a) in tw9910_cropcap() argument
700 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_cropcap()
720 static int tw9910_get_fmt(struct v4l2_subdev *sd, in tw9910_get_fmt() argument
725 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_get_fmt()
746 static int tw9910_s_fmt(struct v4l2_subdev *sd, in tw9910_s_fmt() argument
763 ret = tw9910_set_frame(sd, &width, &height); in tw9910_s_fmt()
771 static int tw9910_set_fmt(struct v4l2_subdev *sd, in tw9910_set_fmt() argument
776 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_set_fmt()
804 return tw9910_s_fmt(sd, mf); in tw9910_set_fmt()
864 static int tw9910_enum_mbus_code(struct v4l2_subdev *sd, in tw9910_enum_mbus_code() argument
875 static int tw9910_g_mbus_config(struct v4l2_subdev *sd, in tw9910_g_mbus_config() argument
878 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_g_mbus_config()
891 static int tw9910_s_mbus_config(struct v4l2_subdev *sd, in tw9910_s_mbus_config() argument
894 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw9910_s_mbus_config()
914 static int tw9910_g_tvnorms(struct v4l2_subdev *sd, v4l2_std_id *norm) in tw9910_g_tvnorms() argument