/Linux-v6.1/drivers/media/i2c/ |
D | tda7432.c | 378 v4l2_ctrl_cluster(2, &t->bass); in tda7432_probe() 379 v4l2_ctrl_cluster(2, &t->mute); in tda7432_probe()
|
D | wm8739.c | 213 v4l2_ctrl_cluster(3, &state->volume); in wm8739_probe()
|
D | ar0521.c | 507 v4l2_ctrl_cluster(3, &ctrls->gain); in ar0521_init_controls() 515 v4l2_ctrl_cluster(2, &ctrls->hblank); in ar0521_init_controls()
|
D | mt9v032.c | 1118 v4l2_ctrl_cluster(2, &mt9v032->test_pattern); in mt9v032_probe() 1137 v4l2_ctrl_cluster(2, &mt9v032->link_freq); in mt9v032_probe()
|
D | saa6752hs.c | 761 v4l2_ctrl_cluster(3, &h->video_bitrate_mode); in saa6752hs_probe()
|
/Linux-v6.1/drivers/media/common/ |
D | cx2341x.c | 1722 v4l2_ctrl_cluster(8, &cxhdl->audio_sampling_freq); in cx2341x_handler_init() 1723 v4l2_ctrl_cluster(2, &cxhdl->video_b_frames); in cx2341x_handler_init() 1724 v4l2_ctrl_cluster(5, &cxhdl->stream_type); in cx2341x_handler_init() 1725 v4l2_ctrl_cluster(2, &cxhdl->video_mute); in cx2341x_handler_init() 1726 v4l2_ctrl_cluster(3, &cxhdl->video_spatial_filter_mode); in cx2341x_handler_init() 1727 v4l2_ctrl_cluster(2, &cxhdl->video_luma_spatial_filter_type); in cx2341x_handler_init() 1728 v4l2_ctrl_cluster(2, &cxhdl->video_spatial_filter); in cx2341x_handler_init() 1729 v4l2_ctrl_cluster(4, &cxhdl->video_luma_median_filter_top); in cx2341x_handler_init()
|
/Linux-v6.1/drivers/staging/media/imx/ |
D | imx-media-fim.c | 389 v4l2_ctrl_cluster(FIM_NUM_CONTROLS, fim->ctrl); in init_fim_controls() 390 v4l2_ctrl_cluster(FIM_NUM_ICAP_CONTROLS, fim->icap_ctrl); in init_fim_controls()
|
/Linux-v6.1/drivers/media/usb/gspca/ |
D | dtcs033.c | 236 v4l2_ctrl_cluster(2, &sd->exposure); in dtcs033_init_controls()
|
D | pac7302.c | 682 v4l2_ctrl_cluster(2, &sd->brightness); in sd_init_controls() 684 v4l2_ctrl_cluster(2, &sd->hflip); in sd_init_controls()
|
D | mars.c | 215 v4l2_ctrl_cluster(2, &sd->illum_top); in sd_init_controls()
|
D | sn9c20x.c | 1783 v4l2_ctrl_cluster(4, &sd->brightness); in sd_init_controls() 1784 v4l2_ctrl_cluster(2, &sd->blue); in sd_init_controls() 1786 v4l2_ctrl_cluster(2, &sd->hflip); in sd_init_controls()
|
D | spca561.c | 831 v4l2_ctrl_cluster(2, &sd->contrast); in sd_init_controls_72a()
|
D | se401.c | 667 v4l2_ctrl_cluster(2, &sd->exposure); in sd_init_controls()
|
/Linux-v6.1/include/media/ |
D | v4l2-ctrls.h | 800 void v4l2_ctrl_cluster(unsigned int ncontrols, struct v4l2_ctrl **controls);
|
/Linux-v6.1/drivers/media/radio/ |
D | radio-isa.c | 230 v4l2_ctrl_cluster(2, &isa->mute); in radio_isa_common_probe()
|
/Linux-v6.1/drivers/media/usb/gspca/m5602/ |
D | m5602_ov7660.c | 301 v4l2_ctrl_cluster(2, &sd->hflip); in ov7660_init_controls()
|
D | m5602_s5k83a.c | 288 v4l2_ctrl_cluster(2, &sd->hflip); in s5k83a_init_controls()
|
D | m5602_mt9m111.c | 305 v4l2_ctrl_cluster(2, &sd->hflip); in mt9m111_init_controls()
|
D | m5602_po1030.c | 275 v4l2_ctrl_cluster(2, &sd->hflip); in po1030_init_controls()
|
D | m5602_ov9650.c | 405 v4l2_ctrl_cluster(2, &sd->hflip); in ov9650_init_controls()
|
D | m5602_s5k4aa.c | 556 v4l2_ctrl_cluster(2, &sd->hflip); in s5k4aa_init_controls()
|
/Linux-v6.1/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-ctrls.c | 550 v4l2_ctrl_cluster(5, &ctrls->focus_auto); in s5c73m3_init_controls()
|
/Linux-v6.1/Documentation/driver-api/media/ |
D | v4l2-controls.rst | 523 v4l2_ctrl_cluster(ARRAY_SIZE(state->audio_cluster), state->audio_cluster); 579 v4l2_ctrl_cluster(2, &state->volume); 628 In order to simplify this a special variation of v4l2_ctrl_cluster was 636 The first two arguments are identical to v4l2_ctrl_cluster. The third argument
|
/Linux-v6.1/drivers/media/platform/renesas/vsp1/ |
D | vsp1_wpf.c | 176 v4l2_ctrl_cluster(3, &wpf->flip.ctrls.vflip); in wpf_init_controls()
|
/Linux-v6.1/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 1237 v4l2_ctrl_cluster(2, &itv->ctrl_pts); in ivtv_probe() 1238 v4l2_ctrl_cluster(2, &itv->ctrl_audio_playback); in ivtv_probe()
|