Searched defs:v4l2_input (Results 1 – 1 of 1) sorted by relevance
2500 struct v4l2_input { struct2501 u_int32_t index; /* Which input */2502 u_int8_t name[32]; /* Label */2503 u_int32_t type; /* Type of input */2504 u_int32_t audioset; /* Associated audios (bitfield) */2505 u_int32_t tuner; /* enum v4l2_tuner_type */2506 v4l2_std_id std;2507 u_int32_t status;2508 u_int32_t capabilities;2509 u_int32_t reserved[3];