Searched refs:pvr2_hdw_get_ctrl_v4l (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/media/usb/pvrusb2/ | 
| D | pvrusb2-v4l2.c | 514 		cptr = pvr2_hdw_get_ctrl_v4l(hdw, vc->id);  in pvr2_queryctrl()566 	ret = pvr2_ctrl_get_valname(pvr2_hdw_get_ctrl_v4l(hdw, vm->id),  in pvr2_querymenu()
 581 	ret = pvr2_ctrl_get_value(pvr2_hdw_get_ctrl_v4l(hdw, vc->id),  in pvr2_g_ctrl()
 593 	ret = pvr2_ctrl_set_value(pvr2_hdw_get_ctrl_v4l(hdw, vc->id),  in pvr2_s_ctrl()
 613 		cptr = pvr2_hdw_get_ctrl_v4l(hdw, ctrl->id);  in pvr2_g_ext_ctrls()
 651 				pvr2_hdw_get_ctrl_v4l(hdw, ctrl->id),  in pvr2_s_ext_ctrls()
 676 		pctl = pvr2_hdw_get_ctrl_v4l(hdw, ctrl->id);  in pvr2_try_ext_ctrls()
 
 | 
| D | pvrusb2-hdw.h | 142 struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *,unsigned int ctl_id);
 | 
| D | pvrusb2-hdw.c | 2750 struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *hdw,unsigned int ctl_id)  in pvr2_hdw_get_ctrl_v4l()  function
 |