Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.h142 struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *,unsigned int ctl_id);
H A Dpvrusb2-v4l2.c514 cptr = pvr2_hdw_get_ctrl_v4l(hdw, vc->id); in pvr2_query_ext_ctrl()
569 ret = pvr2_ctrl_get_valname(pvr2_hdw_get_ctrl_v4l(hdw, vm->id), in pvr2_querymenu()
591 cptr = pvr2_hdw_get_ctrl_v4l(hdw, ctrl->id); in pvr2_g_ext_ctrls()
625 pvr2_hdw_get_ctrl_v4l(hdw, ctrl->id), in pvr2_s_ext_ctrls()
650 pctl = pvr2_hdw_get_ctrl_v4l(hdw, ctrl->id); in pvr2_try_ext_ctrls()
H A Dpvrusb2-hdw.c2754 struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *hdw,unsigned int ctl_id) in pvr2_hdw_get_ctrl_v4l() function