Searched refs:v4l2_ctrl_grab (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-kthread-out.c | 220 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()
|
D | vivid-kthread-cap.c | 836 v4l2_ctrl_grab(dev->ctrl_has_crop_cap, grab); in vivid_grab_controls() 837 v4l2_ctrl_grab(dev->ctrl_has_compose_cap, grab); in vivid_grab_controls() 838 v4l2_ctrl_grab(dev->ctrl_has_scaler_cap, grab); in vivid_grab_controls()
|
/linux-4.4.14/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 447 v4l2_ctrl_grab(go->mpeg_video_gop_size, true); in go7007_start_streaming() 448 v4l2_ctrl_grab(go->mpeg_video_gop_closure, true); in go7007_start_streaming() 449 v4l2_ctrl_grab(go->mpeg_video_bitrate, true); in go7007_start_streaming() 450 v4l2_ctrl_grab(go->mpeg_video_aspect_ratio, true); in go7007_start_streaming() 472 v4l2_ctrl_grab(go->mpeg_video_gop_size, false); in go7007_stop_streaming() 473 v4l2_ctrl_grab(go->mpeg_video_gop_closure, false); in go7007_stop_streaming() 474 v4l2_ctrl_grab(go->mpeg_video_bitrate, false); in go7007_stop_streaming() 475 v4l2_ctrl_grab(go->mpeg_video_aspect_ratio, false); in go7007_stop_streaming()
|
/linux-4.4.14/drivers/media/common/ |
D | cx2341x.c | 1746 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.4.14/drivers/media/usb/gspca/ |
D | w996Xcf.c | 487 v4l2_ctrl_grab(sd->jpegqual, true); in w9968cf_mode_init_regs() 526 v4l2_ctrl_grab(sd->jpegqual, false); in w9968cf_stop0()
|
D | xirlink_cit.c | 1925 v4l2_ctrl_grab(sd->lighting, true); in cit_start_model2() 2723 v4l2_ctrl_grab(sd->lighting, false); in sd_stop0()
|
/linux-4.4.14/include/media/ |
D | v4l2-ctrls.h | 659 void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed);
|
/linux-4.4.14/drivers/media/usb/cpia2/ |
D | cpia2_v4l.c | 978 v4l2_ctrl_grab(cam->usb_alt, true); in cpia2_streamon() 995 v4l2_ctrl_grab(cam->usb_alt, false); in cpia2_streamoff()
|
/linux-4.4.14/drivers/media/usb/hackrf/ |
D | hackrf.c | 1463 v4l2_ctrl_grab(dev->rx_rf_gain, !hackrf_enable_rf_gain_ctrl); in hackrf_probe() 1484 v4l2_ctrl_grab(dev->tx_rf_gain, !hackrf_enable_rf_gain_ctrl); in hackrf_probe()
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-core.c | 982 v4l2_ctrl_grab(core->chroma_agc, cxiformat == VideoFormatSECAM); in cx88_set_tvnorm()
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-controls.txt | 457 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.4.14/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 2350 void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in v4l2_ctrl_grab() function 2368 EXPORT_SYMBOL(v4l2_ctrl_grab);
|