HomeSort by: relevance | last modified time | path
    Searched defs:subsystem_type (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/
xf86drm.c 3630 int subsystem_type; local
3634 subsystem_type = get_subsystem_type(path);
3636 if (subsystem_type == DRM_BUS_VIRTIO) {
3641 subsystem_type = get_subsystem_type(path);
3642 if (subsystem_type < 0)
4702 int node_type, subsystem_type, written; local
4729 subsystem_type = drmParseSubsystemType(maj, min);
4730 if (req_subsystem_type != -1 && req_subsystem_type != subsystem_type)
4733 switch (subsystem_type) {
4827 int node_type, subsystem_type; local
    [all...]

Completed in 22 milliseconds