Searched refs:current_subdev (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/media/platform/atmel/ |
| D | atmel-isc-base.c | 729 struct isc_subdev_entity *subdev = isc->current_subdev; in isc_configure() 777 ret = v4l2_subdev_call(isc->current_subdev->sd, video, s_stream, 1); in isc_start_streaming() 816 v4l2_subdev_call(isc->current_subdev->sd, video, s_stream, 0); in isc_start_streaming() 850 ret = v4l2_subdev_call(isc->current_subdev->sd, video, s_stream, 0); in isc_stop_streaming() 1294 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, set_fmt, in isc_try_fmt() 1331 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, in isc_set_fmt() 1402 return v4l2_g_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_g_parm() 1409 return v4l2_s_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_s_parm() 1434 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, enum_frame_size, in isc_enum_framesizes() 1472 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, in isc_enum_frameintervals() [all …]
|
| D | atmel-isc.h | 224 struct isc_subdev_entity *current_subdev; member
|
| /Linux-v5.4/include/media/davinci/ |
| D | vpfe_capture.h | 110 struct vpfe_subdev_info *current_subdev; member
|
| /Linux-v5.4/drivers/media/platform/am437x/ |
| D | am437x-vpfe.c | 217 struct vpfe_subdev_info *sdinfo = vpfe->current_subdev; in mbus_to_pix() 1415 sdinfo = vpfe->current_subdev; in __vpfe_get_format() 1461 sdinfo = vpfe->current_subdev; in __vpfe_set_format() 1511 sdinfo = vpfe->current_subdev; in vpfe_enum_fmt() 1613 sdinfo = vpfe->current_subdev; in vpfe_enum_size() 1687 curr_client = v4l2_get_subdevdata(vpfe->current_subdev->sd); in vpfe_get_app_input_index() 1776 vpfe->current_subdev = sdinfo; in vpfe_set_input() 1812 sdinfo = vpfe->current_subdev; in vpfe_querystd() 1829 sdinfo = vpfe->current_subdev; in vpfe_s_std() 1858 sdinfo = vpfe->current_subdev; in vpfe_g_std() [all …]
|
| D | am437x-vpfe.h | 237 struct vpfe_subdev_info *current_subdev; member
|
| /Linux-v5.4/drivers/media/platform/davinci/ |
| D | vpfe_capture.c | 297 struct vpfe_subdev_info *sdinfo = vpfe_dev->current_subdev; in vpfe_config_image_format() 641 sdinfo = vpfe_dev->current_subdev; in vpfe_release() 975 if (!strcmp(sdinfo->name, vpfe_dev->current_subdev->name)) { in vpfe_get_app_input_index() 1071 vpfe_dev->current_subdev = sdinfo; in vpfe_s_input() 1099 sdinfo = vpfe_dev->current_subdev; in vpfe_querystd() 1122 sdinfo = vpfe_dev->current_subdev; in vpfe_s_std() 1409 sdinfo = vpfe_dev->current_subdev; in vpfe_streamon() 1505 sdinfo = vpfe_dev->current_subdev; in vpfe_streamoff() 1836 vpfe_dev->current_subdev = &vpfe_cfg->sub_devs[0]; in vpfe_probe()
|