Searched refs:current_subdev (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/platform/microchip/ |
| A D | microchip-isc-scaler.c | 236 ret = media_create_pad_link(&isc->current_subdev->sd->entity, in isc_scaler_link() 244 isc->current_subdev->sd->entity.name, in isc_scaler_link() 250 isc->current_subdev->sd->name, isc->remote_pad); in isc_scaler_link()
|
| A D | microchip-isc-base.c | 291 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() 920 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, get_fmt, NULL, in isc_link_validate() 1041 return v4l2_g_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_g_parm() 1048 return v4l2_s_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_s_parm() 1113 struct v4l2_subdev *sd = isc->current_subdev->sd; in isc_open() 1146 struct v4l2_subdev *sd = isc->current_subdev->sd; in isc_release() 1770 isc->current_subdev = container_of(notifier, in isc_async_complete()
|
| A D | microchip-isc.h | 316 struct isc_subdev_entity *current_subdev; member
|
| /linux/drivers/staging/media/deprecated/atmel/ |
| A D | atmel-isc-base.c | 301 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() 839 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, enum_frame_size, in isc_try_fse() 964 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, set_fmt, in isc_try_fmt() 1008 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, in isc_set_fmt() 1162 struct v4l2_subdev *sd = isc->current_subdev->sd; in isc_open() 1195 struct v4l2_subdev *sd = isc->current_subdev->sd; in isc_release() 1778 struct v4l2_subdev *subdev = isc->current_subdev->sd; in isc_formats_init() [all …]
|
| A D | atmel-isc.h | 299 struct isc_subdev_entity *current_subdev; member
|
| /linux/drivers/media/platform/ti/am437x/ |
| A D | am437x-vpfe.c | 1283 struct v4l2_subdev *sd = vpfe->current_subdev->sd; in __subdev_get_format() 1307 struct v4l2_subdev *sd = vpfe->current_subdev->sd; in __subdev_set_format() 1370 sdinfo = vpfe->current_subdev; in vpfe_enum_fmt() 1391 struct v4l2_subdev *sd = vpfe->current_subdev->sd; in vpfe_try_fmt() 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() 1736 sdinfo = vpfe->current_subdev; in vpfe_g_std() 1878 sdinfo = vpfe->current_subdev; in vpfe_start_streaming() 1940 sdinfo = vpfe->current_subdev; in vpfe_stop_streaming() [all …]
|
| A D | am437x-vpfe.h | 245 struct vpfe_subdev_info *current_subdev; member
|
Completed in 29 milliseconds