|
Linux Kernel
3.7.1
|
#include <s5p_mfc_common.h>
Data Fields | |
| __u32 | id |
| enum v4l2_ctrl_type | type |
| __u8 | name [32] |
| __s32 | minimum |
| __s32 | maximum |
| __s32 | step |
| __u32 | menu_skip_mask |
| __s32 | default_value |
| __u32 | flags |
| __u32 | reserved [2] |
| __u8 | is_volatile |
struct mfc_control - structure used to store information about MFC controls it is used to initialize the control framework.
Definition at line 665 of file s5p_mfc_common.h.
| __s32 default_value |
Definition at line 673 of file s5p_mfc_common.h.
| __u32 flags |
Definition at line 674 of file s5p_mfc_common.h.
Definition at line 666 of file s5p_mfc_common.h.
| __u8 is_volatile |
Definition at line 676 of file s5p_mfc_common.h.
| __s32 maximum |
Definition at line 670 of file s5p_mfc_common.h.
| __u32 menu_skip_mask |
Definition at line 672 of file s5p_mfc_common.h.
| __s32 minimum |
Definition at line 669 of file s5p_mfc_common.h.
| __u8 name[32] |
Definition at line 668 of file s5p_mfc_common.h.
| __u32 reserved[2] |
Definition at line 675 of file s5p_mfc_common.h.
| __s32 step |
Definition at line 671 of file s5p_mfc_common.h.
| enum v4l2_ctrl_type type |
Definition at line 667 of file s5p_mfc_common.h.
1.8.2