Searched refs:v4l2_ctrl_handler_init (Results 1 – 25 of 51) sorted by relevance
123
/linux-3.3/drivers/media/video/ |
D | tlv320aic23b.c | 186 v4l2_ctrl_handler_init(&state->hdl, 1); in tlv320aic23b_probe()
|
D | cs53l32a.c | 190 v4l2_ctrl_handler_init(&state->hdl, 2); in cs53l32a_probe()
|
D | cs5345.c | 199 v4l2_ctrl_handler_init(&state->hdl, 2); in cs5345_probe()
|
D | wm8739.c | 228 v4l2_ctrl_handler_init(&state->hdl, 2); in wm8739_probe()
|
D | wm8775.c | 251 v4l2_ctrl_handler_init(&state->hdl, 4); in wm8775_probe()
|
D | vpx3220.c | 510 v4l2_ctrl_handler_init(&decoder->hdl, 4); in vpx3220_probe()
|
D | adp1653.c | 215 v4l2_ctrl_handler_init(&flash->ctrls, 9); in adp1653_init_controls()
|
D | saa7110.c | 417 v4l2_ctrl_handler_init(&decoder->hdl, 2); in saa7110_probe()
|
D | bt819.c | 465 v4l2_ctrl_handler_init(&decoder->hdl, 4); in bt819_probe()
|
D | adv7343.c | 418 v4l2_ctrl_handler_init(&state->hdl, 2); in adv7343_probe()
|
D | ov9640.c | 692 v4l2_ctrl_handler_init(&priv->hdl, 2); in ov9640_probe()
|
D | saa717x.c | 1294 v4l2_ctrl_handler_init(hdl, 9); in saa717x_probe()
|
D | mt9v032.c | 684 v4l2_ctrl_handler_init(&mt9v032->ctrls, ARRAY_SIZE(mt9v032_ctrls) + 4); in mt9v032_probe()
|
D | as3645a.c | 722 v4l2_ctrl_handler_init(&flash->ctrls, 10); in as3645a_init_controls()
|
D | msp3400-driver.c | 778 v4l2_ctrl_handler_init(hdl, 6); in msp_probe()
|
D | ov9740.c | 952 v4l2_ctrl_handler_init(&priv->hdl, 13); in ov9740_probe()
|
D | noon010pc30.c | 734 v4l2_ctrl_handler_init(&info->hdl, 3); in noon010_probe()
|
D | mt9t001.c | 737 v4l2_ctrl_handler_init(&mt9t001->ctrls, ARRAY_SIZE(mt9t001_ctrls) + in mt9t001_probe()
|
D | mt9m001.c | 665 v4l2_ctrl_handler_init(&mt9m001->hdl, 4); in mt9m001_probe()
|
D | ov2640.c | 1057 v4l2_ctrl_handler_init(&priv->hdl, 2); in ov2640_probe()
|
/linux-3.3/include/media/ |
D | v4l2-ctrls.h | 256 int v4l2_ctrl_handler_init(struct v4l2_ctrl_handler *hdl,
|
/linux-3.3/sound/i2c/other/ |
D | tea575x-tuner.c | 321 v4l2_ctrl_handler_init(&tea->ctrl_handler, 1); in snd_tea575x_init()
|
/linux-3.3/drivers/media/video/ivtv/ |
D | ivtv-gpio.c | 366 v4l2_ctrl_handler_init(&itv->hdl_gpio, 1); in ivtv_gpio_init()
|
/linux-3.3/Documentation/video4linux/ |
D | v4l2-controls.txt | 58 v4l2_ctrl_handler_init(&foo->ctrl_handler, nr_of_controls); 133 These functions are typically called right after the v4l2_ctrl_handler_init: 135 v4l2_ctrl_handler_init(&foo->ctrl_handler, nr_of_controls); 170 v4l2_ctrl_handler_init if it cannot allocate the internal data structure.
|
/linux-3.3/drivers/media/radio/wl128x/ |
D | fmdrv_v4l2.c | 534 ret = v4l2_ctrl_handler_init(&fmdev->ctrl_handler, 5); in fm_v4l2_init_video_device()
|
123