Searched refs:hdl_vid_out (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/platform/vivid/ |
H A D | vivid-ctrls.c | 1253 struct v4l2_ctrl_handler *hdl_vid_out = &dev->ctrl_hdl_vid_out; vivid_create_controls() local 1281 v4l2_ctrl_handler_init(hdl_vid_out, 26); vivid_create_controls() 1282 v4l2_ctrl_new_custom(hdl_vid_out, &vivid_ctrl_class, NULL); vivid_create_controls() 1374 dev->ctrl_has_crop_out = v4l2_ctrl_new_custom(hdl_vid_out, vivid_create_controls() 1376 dev->ctrl_has_compose_out = v4l2_ctrl_new_custom(hdl_vid_out, vivid_create_controls() 1378 dev->ctrl_has_scaler_out = v4l2_ctrl_new_custom(hdl_vid_out, vivid_create_controls() 1439 dev->ctrl_tx_rgb_range = v4l2_ctrl_new_std_menu(hdl_vid_out, NULL, vivid_create_controls() 1442 dev->ctrl_tx_mode = v4l2_ctrl_new_std_menu(hdl_vid_out, NULL, vivid_create_controls() 1548 v4l2_ctrl_add_handler(hdl_vid_out, hdl_user_gen, NULL); vivid_create_controls() 1549 v4l2_ctrl_add_handler(hdl_vid_out, hdl_user_aud, NULL); vivid_create_controls() 1550 v4l2_ctrl_add_handler(hdl_vid_out, hdl_streaming, NULL); vivid_create_controls() 1551 v4l2_ctrl_add_handler(hdl_vid_out, hdl_loop_out, NULL); vivid_create_controls() 1552 if (hdl_vid_out->error) vivid_create_controls() 1553 return hdl_vid_out->error; vivid_create_controls() 1554 dev->vid_out_dev.ctrl_handler = hdl_vid_out; vivid_create_controls()
|
Completed in 53 milliseconds