Home
last modified time | relevance | path

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

/third_party/libdrm/
Dxf86drm.c3020 sysfs_uevent_get(const char *path, const char *fmt, ...) in sysfs_uevent_get() function
3218 value = sysfs_uevent_get(pci_path, "PCI_SLOT_NAME"); in drmParsePciBusInfo()
3625 value = sysfs_uevent_get(path, "DEVTYPE"); in drm_usb_dev_path()
3669 value = sysfs_uevent_get(path, "BUSNUM"); in drmParseUsbBusInfo()
3679 value = sysfs_uevent_get(path, "DEVNUM"); in drmParseUsbBusInfo()
3710 value = sysfs_uevent_get(path, "PRODUCT"); in drmParseUsbDeviceInfo()
3776 name = sysfs_uevent_get(path, "OF_FULLNAME"); in drmParseOFBusInfo()
3780 name = sysfs_uevent_get(path, "MODALIAS"); in drmParseOFBusInfo()
3813 value = sysfs_uevent_get(path, "OF_COMPATIBLE_N"); in drmParseOFDeviceInfo()
3827 value = sysfs_uevent_get(path, "OF_COMPATIBLE_%u", i); in drmParseOFDeviceInfo()
[all …]