Searched refs:current_subdev (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/staging/media/deprecated/atmel/ |
H 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() 837 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, enum_frame_size, in isc_try_fse() 962 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, set_fmt, in isc_try_fmt() 1006 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, in isc_set_fmt() 1084 return v4l2_g_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_g_parm() 1091 return v4l2_s_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_s_parm() 1160 struct v4l2_subdev *sd = isc->current_subdev in isc_open() [all...] |
H A D | atmel-isc.h | 227 * @current_subdev: current subdevice: the sensor 299 struct isc_subdev_entity *current_subdev; member
|
/linux/drivers/media/platform/ti/am437x/ |
H A D | am437x-vpfe.c | 144 struct vpfe_subdev_info *sdinfo = vpfe->current_subdev; in __get_bytesperpixel() 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() 1503 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...] |
H A D | am437x-vpfe.h | 245 struct vpfe_subdev_info *current_subdev; member
|
/linux/drivers/media/platform/microchip/ |
H 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() 918 ret = v4l2_subdev_call(isc->current_subdev->sd, pad, get_fmt, NULL, in isc_link_validate() 1039 return v4l2_g_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_g_parm() 1046 return v4l2_s_parm_cap(video_devdata(file), isc->current_subdev->sd, a); in isc_s_parm() 1111 struct v4l2_subdev *sd = isc->current_subdev->sd; in isc_open() 1144 struct v4l2_subdev *sd = isc->current_subdev->sd; in isc_release() 1768 isc->current_subdev in isc_async_complete() [all...] |
H A D | microchip-isc.h | 238 * @current_subdev: current subdevice: the sensor 316 struct isc_subdev_entity *current_subdev; member
|