Searched defs:_drmDevice (Results 1 – 4 of 4) sorted by relevance
88 typedef struct _drmDevice { struct89 char **nodes; /* DRM_NODE_MAX sized array */90 int available_nodes; /* DRM_NODE_* bitmask */91 int bustype;92 union {96 } businfo;97 union {99 } deviceinfo;
183 typedef struct _drmDevice { struct184 char **nodes; /* DRM_NODE_MAX sized array */185 int available_nodes; /* DRM_NODE_* bitmask */186 int bustype;187 union {192 } businfo;193 union {198 } deviceinfo;200 unsigned int MaxThread = 0;201 unsigned int EuNumber = 0;[all …]
892 typedef struct _drmDevice { struct893 char **nodes; /* DRM_NODE_MAX sized array */894 int available_nodes; /* DRM_NODE_* bitmask */895 int bustype;896 union {901 } businfo;902 union {907 } deviceinfo;
234 typedef struct _drmDevice { struct235 union {237 } businfo;