Searched defs:v4l2_input (Results 1 – 1 of 1) sorted by relevance
1658 struct v4l2_input { struct1659 __u32 index; /* Which input */1660 __u8 name[32]; /* Label */1661 __u32 type; /* Type of input */1662 __u32 audioset; /* Associated audios (bitfield) */1663 __u32 tuner; /* enum v4l2_tuner_type */1664 v4l2_std_id std;1665 __u32 status;1666 __u32 capabilities;1667 __u32 reserved[3];
Completed in 20 milliseconds