/Linux-v4.19/drivers/media/i2c/ |
D | tda7432.c | 377 v4l2_ctrl_cluster(2, &t->bass); in tda7432_probe() 378 v4l2_ctrl_cluster(2, &t->mute); in tda7432_probe()
|
D | wm8739.c | 222 v4l2_ctrl_cluster(3, &state->volume); in wm8739_probe()
|
D | mt9v032.c | 1107 v4l2_ctrl_cluster(2, &mt9v032->test_pattern); in mt9v032_probe() 1126 v4l2_ctrl_cluster(2, &mt9v032->link_freq); in mt9v032_probe()
|
D | saa6752hs.c | 773 v4l2_ctrl_cluster(3, &h->video_bitrate_mode); in saa6752hs_probe()
|
/Linux-v4.19/drivers/media/common/ |
D | cx2341x.c | 1696 v4l2_ctrl_cluster(8, &cxhdl->audio_sampling_freq); in cx2341x_handler_init() 1697 v4l2_ctrl_cluster(2, &cxhdl->video_b_frames); in cx2341x_handler_init() 1698 v4l2_ctrl_cluster(5, &cxhdl->stream_type); in cx2341x_handler_init() 1699 v4l2_ctrl_cluster(2, &cxhdl->video_mute); in cx2341x_handler_init() 1700 v4l2_ctrl_cluster(3, &cxhdl->video_spatial_filter_mode); in cx2341x_handler_init() 1701 v4l2_ctrl_cluster(2, &cxhdl->video_luma_spatial_filter_type); in cx2341x_handler_init() 1702 v4l2_ctrl_cluster(2, &cxhdl->video_spatial_filter); in cx2341x_handler_init() 1703 v4l2_ctrl_cluster(4, &cxhdl->video_luma_median_filter_top); in cx2341x_handler_init()
|
/Linux-v4.19/drivers/staging/media/imx/ |
D | imx-media-fim.c | 395 v4l2_ctrl_cluster(FIM_NUM_CONTROLS, fim->ctrl); in init_fim_controls() 396 v4l2_ctrl_cluster(FIM_NUM_ICAP_CONTROLS, fim->icap_ctrl); in init_fim_controls()
|
/Linux-v4.19/drivers/media/usb/gspca/ |
D | dtcs033.c | 245 v4l2_ctrl_cluster(2, &sd->exposure); in dtcs033_init_controls()
|
D | pac7302.c | 691 v4l2_ctrl_cluster(2, &sd->brightness); in sd_init_controls() 693 v4l2_ctrl_cluster(2, &sd->hflip); in sd_init_controls()
|
D | mars.c | 224 v4l2_ctrl_cluster(2, &sd->illum_top); in sd_init_controls()
|
D | sn9c20x.c | 1762 v4l2_ctrl_cluster(4, &sd->brightness); in sd_init_controls() 1763 v4l2_ctrl_cluster(2, &sd->blue); in sd_init_controls() 1765 v4l2_ctrl_cluster(2, &sd->hflip); in sd_init_controls()
|
D | se401.c | 672 v4l2_ctrl_cluster(2, &sd->exposure); in sd_init_controls()
|
D | spca561.c | 840 v4l2_ctrl_cluster(2, &sd->contrast); in sd_init_controls_72a()
|
D | mr97310a.c | 1011 v4l2_ctrl_cluster(2, &sd->exposure); in sd_init_controls()
|
/Linux-v4.19/include/media/ |
D | v4l2-ctrls.h | 667 void v4l2_ctrl_cluster(unsigned int ncontrols, struct v4l2_ctrl **controls);
|
/Linux-v4.19/drivers/media/usb/gspca/m5602/ |
D | m5602_ov7660.c | 305 v4l2_ctrl_cluster(2, &sd->hflip); in ov7660_init_controls()
|
D | m5602_s5k83a.c | 292 v4l2_ctrl_cluster(2, &sd->hflip); in s5k83a_init_controls()
|
D | m5602_mt9m111.c | 307 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 | 409 v4l2_ctrl_cluster(2, &sd->hflip); in ov9650_init_controls()
|
D | m5602_s5k4aa.c | 560 v4l2_ctrl_cluster(2, &sd->hflip); in s5k4aa_init_controls()
|
/Linux-v4.19/drivers/media/radio/ |
D | radio-isa.c | 241 v4l2_ctrl_cluster(2, &isa->mute); in radio_isa_common_probe()
|
/Linux-v4.19/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-ctrls.c | 558 v4l2_ctrl_cluster(6, &ctrls->focus_auto); in s5c73m3_init_controls()
|
/Linux-v4.19/Documentation/media/kapi/ |
D | v4l2-controls.rst | 514 v4l2_ctrl_cluster(ARRAY_SIZE(state->audio_cluster), state->audio_cluster); 570 v4l2_ctrl_cluster(2, &state->volume); 619 In order to simplify this a special variation of v4l2_ctrl_cluster was 627 The first two arguments are identical to v4l2_ctrl_cluster. The third argument
|
/Linux-v4.19/drivers/media/platform/vsp1/ |
D | vsp1_wpf.c | 176 v4l2_ctrl_cluster(3, &wpf->flip.ctrls.vflip); in wpf_init_controls()
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 1238 v4l2_ctrl_cluster(2, &itv->ctrl_pts); in ivtv_probe() 1239 v4l2_ctrl_cluster(2, &itv->ctrl_audio_playback); in ivtv_probe()
|