Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/devices/probe/
Dtest_discoverable_devices.py56 def get_dt_mmio(sysfs_dev_dir): argument
64 with open(os.path.join(sysfs_dev_dir, "uevent")) as f:
69 sysfs_dev_dir = os.path.dirname(sysfs_dev_dir)
72 def get_of_fullname(sysfs_dev_dir): argument
80 with open(os.path.join(sysfs_dev_dir, "uevent")) as f:
85 sysfs_dev_dir = os.path.dirname(sysfs_dev_dir)
88 def get_acpi_uid(sysfs_dev_dir): argument
89 with open(os.path.join(sysfs_dev_dir, "firmware_node", "uid")) as f:
93 def get_usb_version(sysfs_dev_dir): argument
95 with open(os.path.join(sysfs_dev_dir, "uevent")) as f:
[all …]