Searched defs:v4l2_input (Results 1 – 1 of 1) sorted by relevance
1589 struct v4l2_input { struct1590 __u32 index; /* Which input */1591 __u8 name[32]; /* Label */1592 __u32 type; /* Type of input */1593 __u32 audioset; /* Associated audios (bitfield) */1594 __u32 tuner; /* enum v4l2_tuner_type */1595 v4l2_std_id std;1596 __u32 status;1597 __u32 capabilities;1598 __u32 reserved[3];