Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_grab (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-kthread-out.c220 v4l2_ctrl_grab(dev->ctrl_has_crop_out, grab); in vivid_grab_controls()
221 v4l2_ctrl_grab(dev->ctrl_has_compose_out, grab); in vivid_grab_controls()
222 v4l2_ctrl_grab(dev->ctrl_has_scaler_out, grab); in vivid_grab_controls()
223 v4l2_ctrl_grab(dev->ctrl_tx_mode, grab); in vivid_grab_controls()
224 v4l2_ctrl_grab(dev->ctrl_tx_rgb_range, grab); in vivid_grab_controls()
Dvivid-kthread-cap.c831 v4l2_ctrl_grab(dev->ctrl_has_crop_cap, grab); in vivid_grab_controls()
832 v4l2_ctrl_grab(dev->ctrl_has_compose_cap, grab); in vivid_grab_controls()
833 v4l2_ctrl_grab(dev->ctrl_has_scaler_cap, grab); in vivid_grab_controls()
/linux-4.1.27/drivers/media/usb/go7007/
Dgo7007-v4l2.c443 v4l2_ctrl_grab(go->mpeg_video_gop_size, true); in go7007_start_streaming()
444 v4l2_ctrl_grab(go->mpeg_video_gop_closure, true); in go7007_start_streaming()
445 v4l2_ctrl_grab(go->mpeg_video_bitrate, true); in go7007_start_streaming()
446 v4l2_ctrl_grab(go->mpeg_video_aspect_ratio, true); in go7007_start_streaming()
468 v4l2_ctrl_grab(go->mpeg_video_gop_size, false); in go7007_stop_streaming()
469 v4l2_ctrl_grab(go->mpeg_video_gop_closure, false); in go7007_stop_streaming()
470 v4l2_ctrl_grab(go->mpeg_video_bitrate, false); in go7007_stop_streaming()
471 v4l2_ctrl_grab(go->mpeg_video_aspect_ratio, false); in go7007_stop_streaming()
/linux-4.1.27/drivers/media/common/
Dcx2341x.c1746 v4l2_ctrl_grab(cxhdl->audio_sampling_freq, busy); in cx2341x_handler_set_busy()
1747 v4l2_ctrl_grab(cxhdl->audio_encoding, busy); in cx2341x_handler_set_busy()
1748 v4l2_ctrl_grab(cxhdl->audio_l2_bitrate, busy); in cx2341x_handler_set_busy()
1749 v4l2_ctrl_grab(cxhdl->audio_ac3_bitrate, busy); in cx2341x_handler_set_busy()
1750 v4l2_ctrl_grab(cxhdl->stream_vbi_fmt, busy); in cx2341x_handler_set_busy()
1751 v4l2_ctrl_grab(cxhdl->stream_type, busy); in cx2341x_handler_set_busy()
1752 v4l2_ctrl_grab(cxhdl->video_bitrate_mode, busy); in cx2341x_handler_set_busy()
1753 v4l2_ctrl_grab(cxhdl->video_bitrate, busy); in cx2341x_handler_set_busy()
1754 v4l2_ctrl_grab(cxhdl->video_bitrate_peak, busy); in cx2341x_handler_set_busy()
/linux-4.1.27/drivers/media/usb/gspca/
Dw996Xcf.c487 v4l2_ctrl_grab(sd->jpegqual, true); in w9968cf_mode_init_regs()
526 v4l2_ctrl_grab(sd->jpegqual, false); in w9968cf_stop0()
Dxirlink_cit.c1919 v4l2_ctrl_grab(sd->lighting, true); in cit_start_model2()
2717 v4l2_ctrl_grab(sd->lighting, false); in sd_stop0()
/linux-4.1.27/include/media/
Dv4l2-ctrls.h623 void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed);
/linux-4.1.27/drivers/media/usb/cpia2/
Dcpia2_v4l.c978 v4l2_ctrl_grab(cam->usb_alt, true); in cpia2_streamon()
995 v4l2_ctrl_grab(cam->usb_alt, false); in cpia2_streamoff()
/linux-4.1.27/drivers/media/pci/cx88/
Dcx88-core.c980 v4l2_ctrl_grab(core->chroma_agc, cxiformat == VideoFormatSECAM); in cx88_set_tvnorm()
/linux-4.1.27/Documentation/video4linux/
Dv4l2-controls.txt457 If a control is set to 'grabbed' using v4l2_ctrl_grab(), then the framework
459 v4l2_ctrl_grab() function is typically called from the driver when it
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-ctrls.c2363 void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in v4l2_ctrl_grab() function
2381 EXPORT_SYMBOL(v4l2_ctrl_grab);