Searched refs:hdl_vbi_out (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/platform/vivid/
H A Dvivid-ctrls.c1255 struct v4l2_ctrl_handler *hdl_vbi_out = &dev->ctrl_hdl_vbi_out; vivid_create_controls() local
1285 v4l2_ctrl_handler_init(hdl_vbi_out, 19); vivid_create_controls()
1286 v4l2_ctrl_new_custom(hdl_vbi_out, &vivid_ctrl_class, NULL); vivid_create_controls()
1565 v4l2_ctrl_add_handler(hdl_vbi_out, hdl_user_gen, NULL); vivid_create_controls()
1566 v4l2_ctrl_add_handler(hdl_vbi_out, hdl_streaming, NULL); vivid_create_controls()
1567 v4l2_ctrl_add_handler(hdl_vbi_out, hdl_loop_out, NULL); vivid_create_controls()
1568 if (hdl_vbi_out->error) vivid_create_controls()
1569 return hdl_vbi_out->error; vivid_create_controls()
1570 dev->vbi_out_dev.ctrl_handler = hdl_vbi_out; vivid_create_controls()

Completed in 68 milliseconds