Home
last modified time | relevance | path

Searched refs:pvr2_ctrl_get_max (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-ctrl.h46 int pvr2_ctrl_get_max(struct pvr2_ctrl *);
Dpvrusb2-v4l2.c455 lmax = pvr2_ctrl_get_max(hcp); in pvr2_try_fmt_vid_cap()
464 lmax = pvr2_ctrl_get_max(vcp); in pvr2_try_fmt_vid_cap()
576 vc->maximum = pvr2_ctrl_get_max(cptr); in pvr2_queryctrl()
Dpvrusb2-ctrl.c105 int pvr2_ctrl_get_max(struct pvr2_ctrl *cptr) in pvr2_ctrl_get_max() function
Dpvrusb2-sysfs.c143 val = pvr2_ctrl_get_max(cip->cptr); in show_max()