Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_handler_setup (Results 1 – 25 of 46) sorted by relevance

12

/linux-3.4.99/drivers/media/video/
Dtlv320aic23b.c197 v4l2_ctrl_handler_setup(&state->hdl); in tlv320aic23b_probe()
Dcs5345.c213 v4l2_ctrl_handler_setup(&state->hdl); in cs5345_probe()
Dwm8739.c263 v4l2_ctrl_handler_setup(&state->hdl); in wm8739_probe()
Dvpx3220.c527 v4l2_ctrl_handler_setup(&decoder->hdl); in vpx3220_probe()
Dsaa7110.c434 v4l2_ctrl_handler_setup(&decoder->hdl); in saa7110_probe()
Dbt819.c482 v4l2_ctrl_handler_setup(&decoder->hdl); in bt819_probe()
Dadv7343.c439 v4l2_ctrl_handler_setup(&state->hdl); in adv7343_probe()
Dtvp5150.c770 v4l2_ctrl_handler_setup(&decoder->hdl); in tvp5150_reset()
1193 v4l2_ctrl_handler_setup(&core->hdl); in tvp5150_probe()
Dmt9m111.c769 v4l2_ctrl_handler_setup(&mt9m111->hdl); in mt9m111_restore_state()
832 return v4l2_ctrl_handler_setup(&mt9m111->hdl); in mt9m111_video_probe()
Dvs6624.c875 ret = v4l2_ctrl_handler_setup(hdl); in vs6624_probe()
Dadv7183.c638 ret = v4l2_ctrl_handler_setup(hdl); in adv7183_probe()
Dmt9v032.c245 return v4l2_ctrl_handler_setup(&mt9v032->ctrls); in __mt9v032_set_power()
Dov9640.c621 return v4l2_ctrl_handler_setup(&priv->hdl); in ov9640_video_probe()
Dmt9m001.c539 return v4l2_ctrl_handler_setup(&mt9m001->hdl); in mt9m001_video_probe()
Dsaa717x.c1343 v4l2_ctrl_handler_setup(hdl); in saa717x_probe()
Dnoon010pc30.c608 ret = v4l2_ctrl_handler_setup(&info->hdl); in noon010_s_power()
Dmsp3400-driver.c803 v4l2_ctrl_handler_setup(hdl); in msp_probe()
Dmt9m032.c784 ret = v4l2_ctrl_handler_setup(&sensor->ctrls); in mt9m032_probe()
Dov9740.c967 ret = v4l2_ctrl_handler_setup(&priv->hdl); in ov9740_probe()
/linux-3.4.99/include/media/
Dv4l2-ctrls.h276 int v4l2_ctrl_handler_setup(struct v4l2_ctrl_handler *hdl);
/linux-3.4.99/drivers/media/video/ivtv/
Divtv-gpio.c372 v4l2_ctrl_handler_setup(&itv->hdl_gpio); in ivtv_gpio_init()
/linux-3.4.99/drivers/media/radio/
Dradio-keene.c387 v4l2_ctrl_handler_setup(hdl); in usb_keene_probe()
Dradio-isa.c295 res = v4l2_ctrl_handler_setup(&isa->hdl); in radio_isa_probe()
/linux-3.4.99/sound/i2c/other/
Dtea575x-tuner.c396 v4l2_ctrl_handler_setup(&tea->ctrl_handler); in snd_tea575x_init()
/linux-3.4.99/Documentation/video4linux/
Dv4l2-controls.txt180 v4l2_ctrl_handler_setup(&foo->ctrl_handler);
267 v4l2_ctrl_handler_setup() this value is passed to the hardware. It is generally
490 The 'is_new' flag is always 1 when called from v4l2_ctrl_handler_setup().

12