Searched refs:hdl_vbi_out (Results 1 – 1 of 1) sorted by relevance
1255 struct v4l2_ctrl_handler *hdl_vbi_out = &dev->ctrl_hdl_vbi_out; in vivid_create_controls() local1285 v4l2_ctrl_handler_init(hdl_vbi_out, 19); in vivid_create_controls()1286 v4l2_ctrl_new_custom(hdl_vbi_out, &vivid_ctrl_class, NULL); in vivid_create_controls()1565 v4l2_ctrl_add_handler(hdl_vbi_out, hdl_user_gen, NULL); in vivid_create_controls()1566 v4l2_ctrl_add_handler(hdl_vbi_out, hdl_streaming, NULL); in vivid_create_controls()1567 v4l2_ctrl_add_handler(hdl_vbi_out, hdl_loop_out, NULL); in vivid_create_controls()1568 if (hdl_vbi_out->error) in vivid_create_controls()1569 return hdl_vbi_out->error; in vivid_create_controls()1570 dev->vbi_out_dev.ctrl_handler = hdl_vbi_out; in vivid_create_controls()