Home
last modified time | relevance | path

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

/drivers/media/platform/vivid/
Dvivid-kthread-out.c224 v4l2_ctrl_grab(dev->ctrl_has_crop_out, grab); in vivid_grab_controls()
225 v4l2_ctrl_grab(dev->ctrl_has_compose_out, grab); in vivid_grab_controls()
226 v4l2_ctrl_grab(dev->ctrl_has_scaler_out, grab); in vivid_grab_controls()
227 v4l2_ctrl_grab(dev->ctrl_tx_mode, grab); in vivid_grab_controls()
228 v4l2_ctrl_grab(dev->ctrl_tx_rgb_range, grab); in vivid_grab_controls()
Dvivid-kthread-cap.c840 v4l2_ctrl_grab(dev->ctrl_has_crop_cap, grab); in vivid_grab_controls()
841 v4l2_ctrl_grab(dev->ctrl_has_compose_cap, grab); in vivid_grab_controls()
842 v4l2_ctrl_grab(dev->ctrl_has_scaler_cap, grab); in vivid_grab_controls()
/drivers/media/usb/go7007/
Dgo7007-v4l2.c447 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()
/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()
/drivers/media/usb/gspca/
Dw996Xcf.c492 v4l2_ctrl_grab(sd->jpegqual, true); in w9968cf_mode_init_regs()
531 v4l2_ctrl_grab(sd->jpegqual, false); in w9968cf_stop0()
Dxirlink_cit.c1928 v4l2_ctrl_grab(sd->lighting, true); in cit_start_model2()
2739 v4l2_ctrl_grab(sd->lighting, false); in sd_stop0()
/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()
/drivers/media/usb/hackrf/
Dhackrf.c1463 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()
/drivers/media/pci/cx88/
Dcx88-core.c982 v4l2_ctrl_grab(core->chroma_agc, cxiformat == VideoFormatSECAM); in cx88_set_tvnorm()
/drivers/media/v4l2-core/
Dv4l2-ctrls.c2360 void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in v4l2_ctrl_grab() function
2378 EXPORT_SYMBOL(v4l2_ctrl_grab);