Searched refs:v4l2_ctrl_cluster (Results 1 – 11 of 11) sorted by relevance
/linux-3.3/drivers/media/video/ |
D | cx2341x.c | 1670 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()
|
D | wm8739.c | 243 v4l2_ctrl_cluster(3, &state->volume); in wm8739_probe()
|
D | v4l2-ctrls.c | 1499 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()
|
D | msp3400-driver.c | 802 v4l2_ctrl_cluster(2, &state->volume); in msp_probe()
|
D | mt9t001.c | 754 v4l2_ctrl_cluster(ARRAY_SIZE(mt9t001_gains), mt9t001->gains); in mt9t001_probe()
|
D | s5k6aa.c | 1379 v4l2_ctrl_cluster(2, &ctrls->hflip); in s5k6aa_initialize_ctrls()
|
/linux-3.3/include/media/ |
D | v4l2-ctrls.h | 375 void v4l2_ctrl_cluster(unsigned ncontrols, struct v4l2_ctrl **controls);
|
/linux-3.3/Documentation/video4linux/ |
D | v4l2-controls.txt | 419 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/ |
D | m5mols_core.c | 846 v4l2_ctrl_cluster(2, &info->autoexposure); in m5mols_init_controls()
|
/linux-3.3/drivers/media/video/pwc/ |
D | pwc-v4l.c | 393 v4l2_ctrl_cluster(4, &pdev->motor_pan); in pwc_init_controls()
|
/linux-3.3/drivers/media/video/cx25840/ |
D | cx25840-core.c | 5263 v4l2_ctrl_cluster(2, &state->volume); in cx25840_probe()
|