Searched refs:vin_to_source (Results 1 – 2 of 2) sorted by relevance
223 ret = v4l2_subdev_call(vin_to_source(vin), pad, get_fmt, NULL, &fmt); in rvin_reset_format()254 struct v4l2_subdev *sd = vin_to_source(vin); in rvin_try_format()446 sd = vin_to_source(vin); in rvin_remote_rectangle()594 struct v4l2_subdev *sd = vin_to_source(vin); in rvin_g_parm()603 struct v4l2_subdev *sd = vin_to_source(vin); in rvin_s_parm()612 struct v4l2_subdev *sd = vin_to_source(vin); in rvin_g_pixelaspect()624 struct v4l2_subdev *sd = vin_to_source(vin); in rvin_enum_input()665 struct v4l2_subdev *sd = vin_to_source(vin); in rvin_querystd()675 ret = v4l2_subdev_call(vin_to_source(vin), video, s_std, a); in rvin_s_std()689 if (v4l2_subdev_has_op(vin_to_source(vin), pad, dv_timings_cap)) in rvin_g_std()[all …]
259 #define vin_to_source(vin) ((vin)->parallel.subdev) macro