Searched refs:sysfs_uevent_get (Results 1 – 1 of 1) sorted by relevance
/external/libdrm/ |
D | xf86drm.c | 3041 sysfs_uevent_get(const char *path, const char *fmt, ...) in sysfs_uevent_get() function 3239 value = sysfs_uevent_get(pci_path, "PCI_SLOT_NAME"); in drmParsePciBusInfo() 3646 value = sysfs_uevent_get(path, "DEVTYPE"); in drm_usb_dev_path() 3690 value = sysfs_uevent_get(path, "BUSNUM"); in drmParseUsbBusInfo() 3700 value = sysfs_uevent_get(path, "DEVNUM"); in drmParseUsbBusInfo() 3731 value = sysfs_uevent_get(path, "PRODUCT"); in drmParseUsbDeviceInfo() 3797 name = sysfs_uevent_get(path, "OF_FULLNAME"); in drmParseOFBusInfo() 3801 name = sysfs_uevent_get(path, "MODALIAS"); in drmParseOFBusInfo() 3834 value = sysfs_uevent_get(path, "OF_COMPATIBLE_N"); in drmParseOFDeviceInfo() 3848 value = sysfs_uevent_get(path, "OF_COMPATIBLE_%u", i); in drmParseOFDeviceInfo() [all …]
|