Searched refs:v4l2_sd (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/media/platform/ |
| D | renesas-ceu.c | 155 struct v4l2_subdev *v4l2_sd; member 684 struct v4l2_subdev *v4l2_sd = ceudev->sd->v4l2_sd; in ceu_start_streaming() local 694 ret = v4l2_subdev_call(v4l2_sd, video, s_stream, 1); in ceu_start_streaming() 728 v4l2_subdev_call(v4l2_sd, video, s_stream, 0); in ceu_start_streaming() 744 struct v4l2_subdev *v4l2_sd = ceudev->sd->v4l2_sd; in ceu_stop_streaming() local 753 v4l2_subdev_call(v4l2_sd, video, s_stream, 0); in ceu_stop_streaming() 797 struct v4l2_subdev *v4l2_sd = ceu_sd->v4l2_sd; in __ceu_try_fmt() local 855 ret = v4l2_subdev_call(v4l2_sd, pad, set_fmt, &pad_cfg, &sd_format); in __ceu_try_fmt() 860 ret = v4l2_subdev_call(v4l2_sd, pad, set_fmt, in __ceu_try_fmt() 896 struct v4l2_subdev *v4l2_sd = ceu_sd->v4l2_sd; in ceu_set_fmt() local [all …]
|