Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drm.c3486 int subsystem_type; in drmParseSubsystemType() local
3490 subsystem_type = get_subsystem_type(path); in drmParseSubsystemType()
3492 if (subsystem_type == DRM_BUS_VIRTIO) { in drmParseSubsystemType()
3497 subsystem_type = get_subsystem_type(path); in drmParseSubsystemType()
3498 if (subsystem_type < 0) in drmParseSubsystemType()
3501 return subsystem_type; in drmParseSubsystemType()
4330 int node_type, subsystem_type; in process_device() local
4347 subsystem_type = drmParseSubsystemType(maj, min); in process_device()
4348 if (req_subsystem_type != -1 && req_subsystem_type != subsystem_type) in process_device()
4351 switch (subsystem_type) { in process_device()
[all …]