Home
last modified time | relevance | path

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

/third_party/libdrm/tests/
Ddrmdevice.c73 } else if (device->bustype == DRM_BUS_PLATFORM) { in print_device_info()
/third_party/libdrm/
Dxf86drm.c3077 { "/platform", DRM_BUS_PLATFORM }, in get_subsystem_type()
3078 { "/spi", DRM_BUS_PLATFORM }, in get_subsystem_type()
3281 case DRM_BUS_PLATFORM: in drmDevicesEqual()
3514 case DRM_BUS_PLATFORM: in drmFreeDevice()
3878 dev->bustype = DRM_BUS_PLATFORM; in drmProcessPlatformDevice()
3980 case DRM_BUS_PLATFORM: in process_device()
Dxf86drm.h824 #define DRM_BUS_PLATFORM 2 macro