Searched refs:subsystem_type (Results 1 – 1 of 1) sorted by relevance
3085 int node_type, subsystem_type; in drmGetDevice() local3102 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() local3232 subsystem_type = drmParseSubsystemType(maj, min); in drmGetDevices()3234 if (subsystem_type < 0) in drmGetDevices()3237 switch (subsystem_type) { in drmGetDevices()