Searched refs:subsystem_type (Results 1 – 1 of 1) sorted by relevance
3731 int node_type, subsystem_type; in drmGetDevice2() local3774 subsystem_type = drmParseSubsystemType(maj, min); in drmGetDevice2()3775 if (subsystem_type != DRM_BUS_PCI) in drmGetDevice2()3792 int node_type, subsystem_type; in drmGetDevice2()3814 subsystem_type = drmParseSubsystemType(maj, min); in drmGetDevice2()3842 if (drmParseSubsystemType(maj, min) != subsystem_type) in drmGetDevice2()3845 switch (subsystem_type) { in drmGetDevice2()3958 int node_type, subsystem_type; in drmGetDevices2() local3992 subsystem_type = drmParseSubsystemType(maj, min); in drmGetDevices2()3994 if (subsystem_type < 0) in drmGetDevices2()[all …]