Lines Matching refs:v4l2_sd
155 struct v4l2_subdev *v4l2_sd; member
681 struct v4l2_subdev *v4l2_sd = ceudev->sd->v4l2_sd; in ceu_start_streaming() local
691 ret = v4l2_subdev_call(v4l2_sd, video, s_stream, 1); in ceu_start_streaming()
732 struct v4l2_subdev *v4l2_sd = ceudev->sd->v4l2_sd; in ceu_stop_streaming() local
741 v4l2_subdev_call(v4l2_sd, video, s_stream, 0); in ceu_stop_streaming()
785 struct v4l2_subdev *v4l2_sd = ceu_sd->v4l2_sd; in __ceu_try_fmt() local
846 ret = v4l2_subdev_call(v4l2_sd, pad, set_fmt, &pad_state, &sd_format); in __ceu_try_fmt()
851 ret = v4l2_subdev_call(v4l2_sd, pad, set_fmt, in __ceu_try_fmt()
887 struct v4l2_subdev *v4l2_sd = ceu_sd->v4l2_sd; in ceu_set_fmt() local
905 ret = v4l2_subdev_call(v4l2_sd, pad, set_fmt, NULL, &format); in ceu_set_fmt()
971 struct v4l2_subdev *v4l2_sd = ceu_sd->v4l2_sd; in ceu_init_mbus_fmt() local
981 !v4l2_subdev_call(v4l2_sd, pad, enum_mbus_code, in ceu_init_mbus_fmt()
1056 struct v4l2_subdev *v4l2_sd = ceudev->sd->v4l2_sd; in ceu_runtime_resume() local
1058 v4l2_subdev_call(v4l2_sd, core, s_power, 1); in ceu_runtime_resume()
1072 struct v4l2_subdev *v4l2_sd = ceudev->sd->v4l2_sd; in ceu_runtime_suspend() local
1074 v4l2_subdev_call(v4l2_sd, core, s_power, 0); in ceu_runtime_suspend()
1241 v4l2_subdev_call(ceu_sd_old->v4l2_sd, core, s_power, 0); in ceu_s_input()
1242 v4l2_subdev_call(ceudev->sd->v4l2_sd, core, s_power, 1); in ceu_s_input()
1253 return v4l2_g_parm_cap(video_devdata(file), ceudev->sd->v4l2_sd, a); in ceu_g_parm()
1260 return v4l2_s_parm_cap(video_devdata(file), ceudev->sd->v4l2_sd, a); in ceu_s_parm()
1269 struct v4l2_subdev *v4l2_sd = ceu_sd->v4l2_sd; in ceu_enum_framesizes() local
1283 ret = v4l2_subdev_call(v4l2_sd, pad, enum_frame_size, in ceu_enum_framesizes()
1301 struct v4l2_subdev *v4l2_sd = ceu_sd->v4l2_sd; in ceu_enum_frameintervals() local
1317 ret = v4l2_subdev_call(v4l2_sd, pad, enum_frame_interval, NULL, in ceu_enum_frameintervals()
1372 struct v4l2_subdev *v4l2_sd, in ceu_notify_bound() argument
1379 ceu_sd->v4l2_sd = v4l2_sd; in ceu_notify_bound()
1391 struct v4l2_subdev *v4l2_sd; in ceu_notify_complete() local
1419 v4l2_sd = ceudev->sd->v4l2_sd; in ceu_notify_complete()
1434 vdev->ctrl_handler = v4l2_sd->ctrl_handler; in ceu_notify_complete()