Searched defs:v4l2_input (Results 1 – 1 of 1) sorted by relevance
1724 struct v4l2_input { struct1725 __u32 index; /* Which input */1726 __u8 name[32]; /* Label */1727 __u32 type; /* Type of input */1728 __u32 audioset; /* Associated audios (bitfield) */1729 __u32 tuner; /* Tuner index */1730 v4l2_std_id std;1731 __u32 status;1732 __u32 capabilities;1733 __u32 reserved[3];