Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_hdl (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu-enc.c1279 ctrl = v4l2_ctrl_find(&inst->v4l2_ctrl_hdl, in initialize_sequence()
1571 struct v4l2_ctrl_handler *v4l2_ctrl_hdl; in wave5_vpu_open_enc() local
1577 v4l2_ctrl_hdl = &inst->v4l2_ctrl_hdl; in wave5_vpu_open_enc()
1603 v4l2_ctrl_handler_init(v4l2_ctrl_hdl, 50); in wave5_vpu_open_enc()
1604 v4l2_ctrl_new_std_menu(v4l2_ctrl_hdl, &wave5_vpu_enc_ctrl_ops, in wave5_vpu_open_enc()
1608 v4l2_ctrl_new_std_menu(v4l2_ctrl_hdl, &wave5_vpu_enc_ctrl_ops, in wave5_vpu_open_enc()
1612 v4l2_ctrl_new_std(v4l2_ctrl_hdl, &wave5_vpu_enc_ctrl_ops, in wave5_vpu_open_enc()
1615 v4l2_ctrl_new_std(v4l2_ctrl_hdl, &wave5_vpu_enc_ctrl_ops, in wave5_vpu_open_enc()
1618 v4l2_ctrl_new_std(v4l2_ctrl_hdl, &wave5_vpu_enc_ctrl_ops, in wave5_vpu_open_enc()
1621 v4l2_ctrl_new_std_menu(v4l2_ctrl_hdl, &wave5_vpu_enc_ctrl_ops, in wave5_vpu_open_enc()
[all …]
/linux/drivers/media/usb/au0828/
H A Dau0828.h195 struct v4l2_ctrl_handler v4l2_ctrl_hdl; member