Home
last modified time | relevance | path

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

/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-ctrl.h32 int pvr2_ctrl_get_max(struct pvr2_ctrl *);
H A Dpvrusb2-v4l2.c425 lmax = pvr2_ctrl_get_max(hcp); in pvr2_try_fmt_vid_cap()
434 lmax = pvr2_ctrl_get_max(vcp); in pvr2_try_fmt_vid_cap()
547 vc->maximum = pvr2_ctrl_get_max(cptr); in pvr2_queryctrl()
H A Dpvrusb2-ctrl.c91 int pvr2_ctrl_get_max(struct pvr2_ctrl *cptr) in pvr2_ctrl_get_max() function
H A Dpvrusb2-sysfs.c124 val = pvr2_ctrl_get_max(cip->cptr); in show_max()