Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_cluster (Results 1 – 11 of 11) sorted by relevance

/linux-3.3/drivers/media/video/
Dcx2341x.c1670 v4l2_ctrl_cluster(8, &cxhdl->audio_sampling_freq); in cx2341x_handler_init()
1671 v4l2_ctrl_cluster(2, &cxhdl->video_b_frames); in cx2341x_handler_init()
1672 v4l2_ctrl_cluster(5, &cxhdl->stream_type); in cx2341x_handler_init()
1673 v4l2_ctrl_cluster(2, &cxhdl->video_mute); in cx2341x_handler_init()
1674 v4l2_ctrl_cluster(3, &cxhdl->video_spatial_filter_mode); in cx2341x_handler_init()
1675 v4l2_ctrl_cluster(2, &cxhdl->video_luma_spatial_filter_type); in cx2341x_handler_init()
1676 v4l2_ctrl_cluster(2, &cxhdl->video_spatial_filter); in cx2341x_handler_init()
1677 v4l2_ctrl_cluster(4, &cxhdl->video_luma_median_filter_top); in cx2341x_handler_init()
Dwm8739.c243 v4l2_ctrl_cluster(3, &state->volume); in wm8739_probe()
Dv4l2-ctrls.c1499 void v4l2_ctrl_cluster(unsigned ncontrols, struct v4l2_ctrl **controls) in v4l2_ctrl_cluster() function
1517 EXPORT_SYMBOL(v4l2_ctrl_cluster);
1526 v4l2_ctrl_cluster(ncontrols, controls); in v4l2_ctrl_auto_cluster()
Dmsp3400-driver.c802 v4l2_ctrl_cluster(2, &state->volume); in msp_probe()
Dmt9t001.c754 v4l2_ctrl_cluster(ARRAY_SIZE(mt9t001_gains), mt9t001->gains); in mt9t001_probe()
Ds5k6aa.c1379 v4l2_ctrl_cluster(2, &ctrls->hflip); in s5k6aa_initialize_ctrls()
/linux-3.3/include/media/
Dv4l2-ctrls.h375 void v4l2_ctrl_cluster(unsigned ncontrols, struct v4l2_ctrl **controls);
/linux-3.3/Documentation/video4linux/
Dv4l2-controls.txt419 v4l2_ctrl_cluster(ARRAY_SIZE(state->audio_cluster), state->audio_cluster);
467 v4l2_ctrl_cluster(2, &state->volume);
516 In order to simplify this a special variation of v4l2_ctrl_cluster was
522 The first two arguments are identical to v4l2_ctrl_cluster. The third argument
/linux-3.3/drivers/media/video/m5mols/
Dm5mols_core.c846 v4l2_ctrl_cluster(2, &info->autoexposure); in m5mols_init_controls()
/linux-3.3/drivers/media/video/pwc/
Dpwc-v4l.c393 v4l2_ctrl_cluster(4, &pdev->motor_pan); in pwc_init_controls()
/linux-3.3/drivers/media/video/cx25840/
Dcx25840-core.c5263 v4l2_ctrl_cluster(2, &state->volume); in cx25840_probe()