Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/atmel/
Datmel-isc.c209 struct isc_subdev_entity *current_subdev; member
1079 struct isc_subdev_entity *subdev = isc->current_subdev; in isc_configure()
1126 ret = v4l2_subdev_call(isc->current_subdev->sd, video, s_stream, 1); in isc_start_streaming()
1160 v4l2_subdev_call(isc->current_subdev->sd, video, s_stream, 0); in isc_start_streaming()
1192 ret = v4l2_subdev_call(isc->current_subdev->sd, video, s_stream, 0); in isc_stop_streaming()
1324 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, set_fmt, in isc_try_fmt()
1358 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, in isc_set_fmt()
1420 return v4l2_g_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_g_parm()
1427 return v4l2_s_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_s_parm()
1450 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, enum_frame_size, in isc_enum_framesizes()
[all …]
/Linux-v4.19/include/media/davinci/
Dvpfe_capture.h119 struct vpfe_subdev_info *current_subdev; member
/Linux-v4.19/drivers/media/platform/davinci/
Dvpfe_capture.c337 struct vpfe_subdev_info *sdinfo = vpfe_dev->current_subdev; in vpfe_config_image_format()
681 sdinfo = vpfe_dev->current_subdev; in vpfe_release()
1020 if (!strcmp(sdinfo->name, vpfe_dev->current_subdev->name)) { in vpfe_get_app_input_index()
1116 vpfe_dev->current_subdev = sdinfo; in vpfe_s_input()
1144 sdinfo = vpfe_dev->current_subdev; in vpfe_querystd()
1167 sdinfo = vpfe_dev->current_subdev; in vpfe_s_std()
1454 sdinfo = vpfe_dev->current_subdev; in vpfe_streamon()
1550 sdinfo = vpfe_dev->current_subdev; in vpfe_streamoff()
1880 vpfe_dev->current_subdev = &vpfe_cfg->sub_devs[0]; in vpfe_probe()
/Linux-v4.19/drivers/media/platform/am437x/
Dam437x-vpfe.c229 struct vpfe_subdev_info *sdinfo = vpfe->current_subdev; in mbus_to_pix()
1431 sdinfo = vpfe->current_subdev; in __vpfe_get_format()
1477 sdinfo = vpfe->current_subdev; in __vpfe_set_format()
1527 sdinfo = vpfe->current_subdev; in vpfe_enum_fmt()
1631 sdinfo = vpfe->current_subdev; in vpfe_enum_size()
1705 curr_client = v4l2_get_subdevdata(vpfe->current_subdev->sd); in vpfe_get_app_input_index()
1794 vpfe->current_subdev = sdinfo; in vpfe_set_input()
1830 sdinfo = vpfe->current_subdev; in vpfe_querystd()
1847 sdinfo = vpfe->current_subdev; in vpfe_s_std()
1876 sdinfo = vpfe->current_subdev; in vpfe_g_std()
[all …]
Dam437x-vpfe.h243 struct vpfe_subdev_info *current_subdev; member