Searched defs:v4l2_input (Results 1 – 2 of 2) sorted by relevance
1577 struct v4l2_input { struct1578 __u32 index; /* Which input */1579 __u8 name[32]; /* Label */1580 __u32 type; /* Type of input */1581 __u32 audioset; /* Associated audios (bitfield) */1582 __u32 tuner; /* enum v4l2_tuner_type */1583 v4l2_std_id std;1584 __u32 status;1585 __u32 capabilities;1586 __u32 reserved[3];