Home
last modified time | relevance | path

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

/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-ctrl.h38 int pvr2_ctrl_get_def(struct pvr2_ctrl *, int *valptr);
H A Dpvrusb2-v4l2.c426 pvr2_ctrl_get_def(hcp, &ldef); in pvr2_try_fmt_vid_cap()
435 pvr2_ctrl_get_def(vcp, &ldef); in pvr2_try_fmt_vid_cap()
529 pvr2_ctrl_get_def(cptr, &val); in pvr2_queryctrl()
616 pvr2_ctrl_get_def(cptr, &val); in pvr2_g_ext_ctrls()
H A Dpvrusb2-ctrl.c123 int pvr2_ctrl_get_def(struct pvr2_ctrl *cptr, int *valptr) in pvr2_ctrl_get_def() function
H A Dpvrusb2-sysfs.c139 ret = pvr2_ctrl_get_def(cip->cptr, &val); in show_def()