Home
last modified time | relevance | path

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

/external/libdrm/
Dxf86drm.c3709 int node_type, subsystem_type; in drmGetDevice2() local
3752 subsystem_type = drmParseSubsystemType(maj, min); in drmGetDevice2()
3753 if (subsystem_type != DRM_BUS_PCI) in drmGetDevice2()
3770 int node_type, subsystem_type; in drmGetDevice2()
3792 subsystem_type = drmParseSubsystemType(maj, min); in drmGetDevice2()
3820 if (drmParseSubsystemType(maj, min) != subsystem_type) in drmGetDevice2()
3823 switch (subsystem_type) { in drmGetDevice2()
3936 int node_type, subsystem_type; in drmGetDevices2() local
3970 subsystem_type = drmParseSubsystemType(maj, min); in drmGetDevices2()
3972 if (subsystem_type < 0) in drmGetDevices2()
[all …]