Home
last modified time | relevance | path

Searched defs:pvr2_ctl_info (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw-internal.h62 struct pvr2_ctl_info { struct
64 const char *name;
67 const char *desc;
70 pvr2_ctlf_get_value get_value; /* Get its value */
74 pvr2_ctlf_set_value set_value; /* Set its value */
79 pvr2_ctlf_clear_dirty clear_dirty; /* Clear dirty state */
80 pvr2_ctlf_get_v4lflags get_v4lflags;/* Retrieve v4l flags */
83 enum pvr2_ctl_type type;
86 int v4l_id;
89 int internal_id;
[all …]