Home
last modified time | relevance | path

Searched refs:subsystem_type (Results 1 – 1 of 1) sorted by relevance

/external/libdrm/
Dxf86drm.c3085 int node_type, subsystem_type; in drmGetDevice() local
3102 subsystem_type = drmParseSubsystemType(maj, min); in drmGetDevice()
3130 if (drmParseSubsystemType(maj, min) != subsystem_type) in drmGetDevice()
3133 switch (subsystem_type) { in drmGetDevice()
3201 int node_type, subsystem_type; in drmGetDevices() local
3232 subsystem_type = drmParseSubsystemType(maj, min); in drmGetDevices()
3234 if (subsystem_type < 0) in drmGetDevices()
3237 switch (subsystem_type) { in drmGetDevices()