Home
last modified time | relevance | path

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

/drivers/media/platform/microchip/
Dmicrochip-isc-scaler.c232 ret = media_create_pad_link(&isc->current_subdev->sd->entity, in isc_scaler_link()
240 isc->current_subdev->sd->entity.name, in isc_scaler_link()
246 isc->current_subdev->sd->name, isc->remote_pad); in isc_scaler_link()
Dmicrochip-isc-base.c291 struct isc_subdev_entity *subdev = isc->current_subdev; in isc_configure()
343 ret = v4l2_subdev_call(isc->current_subdev->sd, video, s_stream, 1); in isc_start_streaming()
387 v4l2_subdev_call(isc->current_subdev->sd, video, s_stream, 0); in isc_start_streaming()
431 ret = v4l2_subdev_call(isc->current_subdev->sd, video, s_stream, 0); in isc_stop_streaming()
875 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, enum_frame_size, in isc_try_fse()
957 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, get_fmt, NULL, in isc_validate()
1081 return v4l2_g_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_g_parm()
1088 return v4l2_s_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_s_parm()
1153 struct v4l2_subdev *sd = isc->current_subdev->sd; in isc_open()
1186 struct v4l2_subdev *sd = isc->current_subdev->sd; in isc_release()
[all …]
Dmicrochip-isc.h316 struct isc_subdev_entity *current_subdev; member
/drivers/staging/media/deprecated/atmel/
Datmel-isc-base.c301 struct isc_subdev_entity *subdev = isc->current_subdev; in isc_configure()
346 ret = v4l2_subdev_call(isc->current_subdev->sd, video, s_stream, 1); in isc_start_streaming()
391 v4l2_subdev_call(isc->current_subdev->sd, video, s_stream, 0); in isc_start_streaming()
428 ret = v4l2_subdev_call(isc->current_subdev->sd, video, s_stream, 0); in isc_stop_streaming()
841 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, enum_frame_size, in isc_try_fse()
966 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, set_fmt, in isc_try_fmt()
1010 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, in isc_set_fmt()
1088 return v4l2_g_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_g_parm()
1095 return v4l2_s_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_s_parm()
1164 struct v4l2_subdev *sd = isc->current_subdev->sd; in isc_open()
[all …]
Datmel-isc.h299 struct isc_subdev_entity *current_subdev; member
/drivers/media/platform/ti/am437x/
Dam437x-vpfe.c144 struct vpfe_subdev_info *sdinfo = vpfe->current_subdev; in __get_bytesperpixel()
1287 struct v4l2_subdev *sd = vpfe->current_subdev->sd; in __subdev_get_format()
1311 struct v4l2_subdev *sd = vpfe->current_subdev->sd; in __subdev_set_format()
1374 sdinfo = vpfe->current_subdev; in vpfe_enum_fmt()
1395 struct v4l2_subdev *sd = vpfe->current_subdev->sd; in vpfe_try_fmt()
1507 struct v4l2_subdev *sd = vpfe->current_subdev->sd; in vpfe_enum_size()
1580 curr_client = v4l2_get_subdevdata(vpfe->current_subdev->sd); in vpfe_get_app_input_index()
1663 vpfe->current_subdev = sdinfo; in vpfe_set_input()
1694 sdinfo = vpfe->current_subdev; in vpfe_querystd()
1709 sdinfo = vpfe->current_subdev; in vpfe_s_std()
[all …]
Dam437x-vpfe.h245 struct vpfe_subdev_info *current_subdev; member