Home
last modified time | relevance | path

Searched refs:current_subdev (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/media/platform/atmel/
Datmel-isc-base.c755 struct isc_subdev_entity *subdev = isc->current_subdev; in isc_configure()
803 ret = v4l2_subdev_call(isc->current_subdev->sd, video, s_stream, 1); in isc_start_streaming()
842 v4l2_subdev_call(isc->current_subdev->sd, video, s_stream, 0); in isc_start_streaming()
876 ret = v4l2_subdev_call(isc->current_subdev->sd, video, s_stream, 0); in isc_stop_streaming()
1242 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, enum_frame_size, in isc_try_fse()
1364 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, set_fmt, in isc_try_fmt()
1401 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, in isc_set_fmt()
1473 return v4l2_g_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_g_parm()
1480 return v4l2_s_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_s_parm()
1506 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, enum_frame_size, in isc_enum_framesizes()
[all …]
Datmel-isc.h223 struct isc_subdev_entity *current_subdev; member
/Linux-v5.10/drivers/media/platform/am437x/
Dam437x-vpfe.c144 struct vpfe_subdev_info *sdinfo = vpfe->current_subdev; in __get_bytesperpixel()
1285 struct v4l2_subdev *sd = vpfe->current_subdev->sd; in __subdev_get_format()
1309 struct v4l2_subdev *sd = vpfe->current_subdev->sd; in __subdev_set_format()
1371 sdinfo = vpfe->current_subdev; in vpfe_enum_fmt()
1392 struct v4l2_subdev *sd = vpfe->current_subdev->sd; in vpfe_try_fmt()
1501 struct v4l2_subdev *sd = vpfe->current_subdev->sd; in vpfe_enum_size()
1576 curr_client = v4l2_get_subdevdata(vpfe->current_subdev->sd); in vpfe_get_app_input_index()
1659 vpfe->current_subdev = sdinfo; in vpfe_set_input()
1690 sdinfo = vpfe->current_subdev; in vpfe_querystd()
1705 sdinfo = vpfe->current_subdev; in vpfe_s_std()
[all …]
Dam437x-vpfe.h245 struct vpfe_subdev_info *current_subdev; member
/Linux-v5.10/include/media/davinci/
Dvpfe_capture.h110 struct vpfe_subdev_info *current_subdev; member
/Linux-v5.10/drivers/media/platform/davinci/
Dvpfe_capture.c298 struct vpfe_subdev_info *sdinfo = vpfe_dev->current_subdev; in vpfe_config_image_format()
642 sdinfo = vpfe_dev->current_subdev; in vpfe_release()
976 if (!strcmp(sdinfo->name, vpfe_dev->current_subdev->name)) { in vpfe_get_app_input_index()
1072 vpfe_dev->current_subdev = sdinfo; in vpfe_s_input()
1100 sdinfo = vpfe_dev->current_subdev; in vpfe_querystd()
1123 sdinfo = vpfe_dev->current_subdev; in vpfe_s_std()
1410 sdinfo = vpfe_dev->current_subdev; in vpfe_streamon()
1506 sdinfo = vpfe_dev->current_subdev; in vpfe_streamoff()
1837 vpfe_dev->current_subdev = &vpfe_cfg->sub_devs[0]; in vpfe_probe()