Home
last modified time | relevance | path

Searched refs:pvr2_hdw_get_ctrl_v4l (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/usb/pvrusb2/ !
H A Dpvrusb2-v4l2.c517 cptr = pvr2_hdw_get_ctrl_v4l(hdw, vc->id); in pvr2_query_ext_ctrl()
572 ret = pvr2_ctrl_get_valname(pvr2_hdw_get_ctrl_v4l(hdw, vm->id), in pvr2_querymenu()
594 cptr = pvr2_hdw_get_ctrl_v4l(hdw, ctrl->id); in pvr2_g_ext_ctrls()
628 pvr2_hdw_get_ctrl_v4l(hdw, ctrl->id), in pvr2_s_ext_ctrls()
653 pctl = pvr2_hdw_get_ctrl_v4l(hdw, ctrl->id); in pvr2_try_ext_ctrls()
H A Dpvrusb2-hdw.h142 struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *,unsigned int ctl_id);
H A Dpvrusb2-hdw.c2752 struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *hdw,unsigned int ctl_id) in pvr2_hdw_get_ctrl_v4l() function