Searched refs:hdl_std_ctrl (Results 1 – 1 of 1) sorted by relevance
| /device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/app/v4l2_interface/ |
| D | isp-v4l2-ctrl.c | 774 v4l2_ctrl_new_std( hdl_std_ctrl, &isp_v4l2_ctrl_ops, \ 782 v4l2_ctrl_new_std_menu( hdl_std_ctrl, &isp_v4l2_ctrl_ops, \ 796 struct v4l2_ctrl_handler *hdl_std_ctrl = &ctrl->ctrl_hdl_std_ctrl; in isp_v4l2_ctrl_init() local 800 v4l2_ctrl_handler_init( hdl_std_ctrl, 10 ); in isp_v4l2_ctrl_init() 801 v4l2_ctrl_new_custom( hdl_std_ctrl, &isp_v4l2_ctrl_class, NULL ); in isp_v4l2_ctrl_init() 908 v4l2_ctrl_add_handler( hdl_std_ctrl, hdl_cst_ctrl, NULL ); in isp_v4l2_ctrl_init() 910 v4l2_ctrl_add_handler( hdl_std_ctrl, hdl_cst_ctrl, NULL, false ); in isp_v4l2_ctrl_init() 912 ctrl->video_dev->ctrl_handler = hdl_std_ctrl; in isp_v4l2_ctrl_init() 914 v4l2_ctrl_handler_setup( hdl_std_ctrl ); in isp_v4l2_ctrl_init()
|