Searched refs:pvr2_ctrl (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/media/usb/pvrusb2/ |
A D | pvrusb2-ctrl.h | 9 struct pvr2_ctrl; 20 int pvr2_ctrl_set_value(struct pvr2_ctrl *,int val); 32 int pvr2_ctrl_get_max(struct pvr2_ctrl *); 35 int pvr2_ctrl_get_min(struct pvr2_ctrl *); 41 int pvr2_ctrl_get_cnt(struct pvr2_ctrl *); 44 int pvr2_ctrl_get_mask(struct pvr2_ctrl *); 47 const char *pvr2_ctrl_get_name(struct pvr2_ctrl *); 57 int pvr2_ctrl_is_writable(struct pvr2_ctrl *); 64 int pvr2_ctrl_get_v4lid(struct pvr2_ctrl *); 81 int pvr2_ctrl_value_to_sym(struct pvr2_ctrl *, [all …]
|
A D | pvrusb2-ctrl.c | 39 int pvr2_ctrl_set_value(struct pvr2_ctrl *cptr,int val) in pvr2_ctrl_set_value() 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() 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() 167 const char *pvr2_ctrl_get_name(struct pvr2_ctrl *cptr) in pvr2_ctrl_get_name() 175 const char *pvr2_ctrl_get_desc(struct pvr2_ctrl *cptr) in pvr2_ctrl_get_desc() 225 int pvr2_ctrl_get_v4lid(struct pvr2_ctrl *cptr) in pvr2_ctrl_get_v4lid() 251 int pvr2_ctrl_is_writable(struct pvr2_ctrl *cptr) in pvr2_ctrl_is_writable() 455 int pvr2_ctrl_sym_to_value(struct pvr2_ctrl *cptr, in pvr2_ctrl_sym_to_value() [all …]
|
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;
|
A D | pvrusb2-hdw.c | 423 static int ctrl_freq_is_dirty(struct pvr2_ctrl *cptr) in ctrl_freq_is_dirty() 671 static int ctrl_isdirty_input(struct pvr2_ctrl *cptr) in ctrl_isdirty_input() 822 static int ctrl_hsm_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_hsm_get() 863 static int ctrl_std_sym_to_val(struct pvr2_ctrl *cptr, in ctrl_std_sym_to_val() 2087 struct pvr2_ctrl *cptr; in pvr2_hdw_setup_low() 2352 struct pvr2_ctrl *cptr; in pvr2_hdw_create() 2739 struct pvr2_ctrl *cptr; in pvr2_hdw_get_ctrl_by_id() 2756 struct pvr2_ctrl *cptr; in pvr2_hdw_get_ctrl_v4l() 2775 struct pvr2_ctrl *cptr,*cp2; in pvr2_hdw_get_ctrl_nextv4l() 2976 struct pvr2_ctrl *cptr; in pvr2_hdw_commit_setup() [all …]
|
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 *,
|
A D | pvrusb2-v4l2.c | 166 struct pvr2_ctrl *cptr; in pvr2_enum_input() 215 struct pvr2_ctrl *cptr; in pvr2_g_input() 322 struct pvr2_ctrl *ctrlp; in pvr2_s_frequency() 417 struct pvr2_ctrl *hcp, *vcp; in pvr2_try_fmt_vid_cap() 454 struct pvr2_ctrl *hcp, *vcp; in pvr2_s_fmt_vid_cap() 505 struct pvr2_ctrl *cptr; in pvr2_queryctrl() 605 struct pvr2_ctrl *cptr; in pvr2_g_ext_ctrls() 665 struct pvr2_ctrl *pctl; in pvr2_try_ext_ctrls()
|
A D | pvrusb2-sysfs.c | 59 struct pvr2_ctrl *cptr; 289 struct pvr2_ctrl *cptr; in pvr2_sysfs_add_control()
|
Completed in 23 milliseconds