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