Searched refs:subsystem_type (Results 1 – 1 of 1) sorted by relevance
3043 int subsystem_type; in drmParseSubsystemType() local3050 subsystem_type = get_subsystem_type(path); in drmParseSubsystemType()3051 if (subsystem_type == DRM_BUS_VIRTIO) { in drmParseSubsystemType()3053 subsystem_type = get_subsystem_type(path); in drmParseSubsystemType()3055 return subsystem_type; in drmParseSubsystemType()3734 int node_type, subsystem_type; in process_device() local3751 subsystem_type = drmParseSubsystemType(maj, min); in process_device()3752 if (req_subsystem_type != -1 && req_subsystem_type != subsystem_type) in process_device()3755 switch (subsystem_type) { in process_device()3849 int node_type, subsystem_type; in drmGetDevice2() local[all …]