Searched defs:video_adapter_info (Results 1 – 1 of 1) sorted by relevance
301 struct video_adapter_info { struct302 int va_index;303 int va_type;304 char va_name[16];305 int va_unit;329 typedef struct video_adapter_info video_adapter_info_t; argument