Searched defs:v4l2_input (Results 1 – 1 of 1) sorted by relevance
846 struct v4l2_input { struct847 __u32 index; /* Which input */848 __u8 name[32]; /* Label */849 __u32 type; /* Type of input */850 __u32 audioset; /* Associated audios (bitfield) */851 __u32 tuner; /* Associated tuner */852 v4l2_std_id std;853 __u32 status;854 __u32 capabilities;855 __u32 reserved[3];