Home
last modified time | relevance | path

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

/third_party/libdrm/
Dxf86drm.c3474 sysfs_uevent_get(const char *path, const char *fmt, ...) in sysfs_uevent_get() function
3672 value = sysfs_uevent_get(pci_path, "PCI_SLOT_NAME"); in drmParsePciBusInfo()
4084 value = sysfs_uevent_get(path, "DEVTYPE"); in drm_usb_dev_path()
4132 value = sysfs_uevent_get(path, "BUSNUM"); in drmParseUsbBusInfo()
4142 value = sysfs_uevent_get(path, "DEVNUM"); in drmParseUsbBusInfo()
4173 value = sysfs_uevent_get(path, "PRODUCT"); in drmParseUsbDeviceInfo()
4239 name = sysfs_uevent_get(path, "OF_FULLNAME"); in drmParseOFBusInfo()
4243 name = sysfs_uevent_get(path, "MODALIAS"); in drmParseOFBusInfo()
4276 value = sysfs_uevent_get(path, "OF_COMPATIBLE_N"); in drmParseOFDeviceInfo()
4290 value = sysfs_uevent_get(path, "OF_COMPATIBLE_%u", i); in drmParseOFDeviceInfo()
[all …]