Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/allegro-dvt/
A Dallegro-core.c2513 v4l2_ctrl_grab(channel->mpeg_video_hevc_tier, false); in allegro_destroy_channel()
2522 v4l2_ctrl_grab(channel->mpeg_video_bitrate, false); in allegro_destroy_channel()
2524 v4l2_ctrl_grab(channel->mpeg_video_cpb_size, false); in allegro_destroy_channel()
2525 v4l2_ctrl_grab(channel->mpeg_video_gop_size, false); in allegro_destroy_channel()
2527 v4l2_ctrl_grab(channel->encoder_buffer, false); in allegro_destroy_channel()
2572 v4l2_ctrl_grab(channel->mpeg_video_h264_level, true); in allegro_create_channel()
2581 v4l2_ctrl_grab(channel->mpeg_video_hevc_tier, true); in allegro_create_channel()
2590 v4l2_ctrl_grab(channel->mpeg_video_bitrate, true); in allegro_create_channel()
2592 v4l2_ctrl_grab(channel->mpeg_video_cpb_size, true); in allegro_create_channel()
2593 v4l2_ctrl_grab(channel->mpeg_video_gop_size, true); in allegro_create_channel()
[all …]
/linux-6.3-rc2/drivers/media/test-drivers/vivid/
A Dvivid-kthread-out.c248 v4l2_ctrl_grab(dev->ctrl_has_crop_out, grab); in vivid_grab_controls()
249 v4l2_ctrl_grab(dev->ctrl_has_compose_out, grab); in vivid_grab_controls()
250 v4l2_ctrl_grab(dev->ctrl_has_scaler_out, grab); in vivid_grab_controls()
251 v4l2_ctrl_grab(dev->ctrl_tx_mode, grab); in vivid_grab_controls()
252 v4l2_ctrl_grab(dev->ctrl_tx_rgb_range, grab); in vivid_grab_controls()
A Dvivid-kthread-cap.c907 v4l2_ctrl_grab(dev->ctrl_has_crop_cap, grab); in vivid_grab_controls()
908 v4l2_ctrl_grab(dev->ctrl_has_compose_cap, grab); in vivid_grab_controls()
909 v4l2_ctrl_grab(dev->ctrl_has_scaler_cap, grab); in vivid_grab_controls()
/linux-6.3-rc2/drivers/media/usb/go7007/
A Dgo7007-v4l2.c415 v4l2_ctrl_grab(go->mpeg_video_gop_size, true); in go7007_start_streaming()
416 v4l2_ctrl_grab(go->mpeg_video_gop_closure, true); in go7007_start_streaming()
417 v4l2_ctrl_grab(go->mpeg_video_bitrate, true); in go7007_start_streaming()
418 v4l2_ctrl_grab(go->mpeg_video_aspect_ratio, true); in go7007_start_streaming()
439 v4l2_ctrl_grab(go->mpeg_video_gop_size, false); in go7007_stop_streaming()
440 v4l2_ctrl_grab(go->mpeg_video_gop_closure, false); in go7007_stop_streaming()
441 v4l2_ctrl_grab(go->mpeg_video_bitrate, false); in go7007_stop_streaming()
442 v4l2_ctrl_grab(go->mpeg_video_aspect_ratio, false); in go7007_stop_streaming()
/linux-6.3-rc2/drivers/media/common/
A Dcx2341x.c1768 v4l2_ctrl_grab(cxhdl->audio_sampling_freq, busy); in cx2341x_handler_set_busy()
1769 v4l2_ctrl_grab(cxhdl->audio_encoding, busy); in cx2341x_handler_set_busy()
1770 v4l2_ctrl_grab(cxhdl->audio_l2_bitrate, busy); in cx2341x_handler_set_busy()
1771 v4l2_ctrl_grab(cxhdl->audio_ac3_bitrate, busy); in cx2341x_handler_set_busy()
1772 v4l2_ctrl_grab(cxhdl->stream_vbi_fmt, busy); in cx2341x_handler_set_busy()
1773 v4l2_ctrl_grab(cxhdl->stream_type, busy); in cx2341x_handler_set_busy()
1774 v4l2_ctrl_grab(cxhdl->video_bitrate_mode, busy); in cx2341x_handler_set_busy()
1775 v4l2_ctrl_grab(cxhdl->video_bitrate, busy); in cx2341x_handler_set_busy()
1776 v4l2_ctrl_grab(cxhdl->video_bitrate_peak, busy); in cx2341x_handler_set_busy()
/linux-6.3-rc2/drivers/media/usb/gspca/
A Dw996Xcf.c486 v4l2_ctrl_grab(sd->jpegqual, true); in w9968cf_mode_init_regs()
525 v4l2_ctrl_grab(sd->jpegqual, false); in w9968cf_stop0()
A Dxirlink_cit.c1916 v4l2_ctrl_grab(sd->lighting, true); in cit_start_model2()
2727 v4l2_ctrl_grab(sd->lighting, false); in sd_stop0()
/linux-6.3-rc2/drivers/media/i2c/
A Dimx208.c743 v4l2_ctrl_grab(imx208->vflip, enable); in imx208_set_stream()
744 v4l2_ctrl_grab(imx208->hflip, enable); in imx208_set_stream()
/linux-6.3-rc2/include/media/
A Dv4l2-ctrls.h895 static inline void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in v4l2_ctrl_grab() function
/linux-6.3-rc2/drivers/media/usb/hackrf/
A Dhackrf.c1441 v4l2_ctrl_grab(dev->rx_rf_gain, !hackrf_enable_rf_gain_ctrl); in hackrf_probe()
1462 v4l2_ctrl_grab(dev->tx_rf_gain, !hackrf_enable_rf_gain_ctrl); in hackrf_probe()
/linux-6.3-rc2/drivers/media/pci/cx88/
A Dcx88-core.c1013 v4l2_ctrl_grab(core->chroma_agc, cxiformat == VideoFormatSECAM); in cx88_set_tvnorm()
/linux-6.3-rc2/Documentation/driver-api/media/
A Dv4l2-controls.rst496 If a control is set to 'grabbed' using v4l2_ctrl_grab(), then the framework
498 v4l2_ctrl_grab() function is typically called from the driver when it
/linux-6.3-rc2/drivers/staging/media/ipu3/
A Dipu3-v4l2.c71 v4l2_ctrl_grab(imgu_sd->ctrl, enable); in imgu_subdev_s_stream()

Completed in 35 milliseconds