Home
last modified time | relevance | path

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

/third_party/libdrm/
Dxf86drm.c3107 int subsystem_type; in drmParseSubsystemType() local
3111 subsystem_type = get_subsystem_type(path); in drmParseSubsystemType()
3113 if (subsystem_type == DRM_BUS_VIRTIO) { in drmParseSubsystemType()
3118 subsystem_type = get_subsystem_type(path); in drmParseSubsystemType()
3119 if (subsystem_type < 0) in drmParseSubsystemType()
3122 return subsystem_type; in drmParseSubsystemType()
3951 int node_type, subsystem_type; in process_device() local
3968 subsystem_type = drmParseSubsystemType(maj, min); in process_device()
3969 if (req_subsystem_type != -1 && req_subsystem_type != subsystem_type) in process_device()
3972 switch (subsystem_type) { in process_device()
[all …]