Searched refs:pvr2_ctrl (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-ctrl.h | 9 struct pvr2_ctrl; 20 int pvr2_ctrl_set_value(struct pvr2_ctrl *,int val); 23 int pvr2_ctrl_set_mask_value(struct pvr2_ctrl *,int mask,int val); 26 int pvr2_ctrl_get_value(struct pvr2_ctrl *,int *valptr); 29 enum pvr2_ctl_type pvr2_ctrl_get_type(struct pvr2_ctrl *); 32 int pvr2_ctrl_get_max(struct pvr2_ctrl *); 35 int pvr2_ctrl_get_min(struct pvr2_ctrl *); 38 int pvr2_ctrl_get_def(struct pvr2_ctrl *, int *valptr); 41 int pvr2_ctrl_get_cnt(struct pvr2_ctrl *); 44 int pvr2_ctrl_get_mask(struct pvr2_ctrl *); [all …]
|
| H A D | pvrusb2-ctrl.c | 14 static int pvr2_ctrl_range_check(struct pvr2_ctrl *cptr,int val) in pvr2_ctrl_range_check() 39 int pvr2_ctrl_set_value(struct pvr2_ctrl *cptr,int val) in pvr2_ctrl_set_value() 46 int pvr2_ctrl_set_mask_value(struct pvr2_ctrl *cptr,int mask,int val) in pvr2_ctrl_set_mask_value() 71 int pvr2_ctrl_get_value(struct pvr2_ctrl *cptr,int *valptr) in pvr2_ctrl_get_value() 83 enum pvr2_ctl_type pvr2_ctrl_get_type(struct pvr2_ctrl *cptr) in pvr2_ctrl_get_type() 91 int pvr2_ctrl_get_max(struct pvr2_ctrl *cptr) in pvr2_ctrl_get_max() 107 int pvr2_ctrl_get_min(struct pvr2_ctrl *cptr) in pvr2_ctrl_get_min() 123 int pvr2_ctrl_get_def(struct pvr2_ctrl *cptr, int *valptr) in pvr2_ctrl_get_def() 139 int pvr2_ctrl_get_cnt(struct pvr2_ctrl *cptr) in pvr2_ctrl_get_cnt() 153 int pvr2_ctrl_get_mask(struct pvr2_ctrl *cptr) in pvr2_ctrl_get_mask() [all …]
|
| H A D | pvrusb2-hdw-internal.h | 48 typedef int (*pvr2_ctlf_is_dirty)(struct pvr2_ctrl *); 49 typedef void (*pvr2_ctlf_clear_dirty)(struct pvr2_ctrl *); 50 typedef int (*pvr2_ctlf_check_value)(struct pvr2_ctrl *,int); 51 typedef int (*pvr2_ctlf_get_value)(struct pvr2_ctrl *,int *); 52 typedef int (*pvr2_ctlf_set_value)(struct pvr2_ctrl *,int msk,int val); 53 typedef int (*pvr2_ctlf_val_to_sym)(struct pvr2_ctrl *,int msk,int val, 55 typedef int (*pvr2_ctlf_sym_to_val)(struct pvr2_ctrl *, 58 typedef unsigned int (*pvr2_ctlf_get_v4lflags)(struct pvr2_ctrl *); 122 struct pvr2_ctrl { struct 372 struct pvr2_ctrl *controls;
|
| H A D | pvrusb2-hdw.h | 136 struct pvr2_ctrl *pvr2_hdw_get_ctrl_by_index(struct pvr2_hdw *,unsigned int); 139 struct pvr2_ctrl *pvr2_hdw_get_ctrl_by_id(struct pvr2_hdw *,unsigned int); 142 struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *,unsigned int ctl_id); 145 struct pvr2_ctrl *pvr2_hdw_get_ctrl_nextv4l(struct pvr2_hdw *,
|
| H A D | pvrusb2-sysfs.c | 59 struct pvr2_ctrl *cptr; 285 struct pvr2_ctrl *cptr; in pvr2_sysfs_add_control()
|