Searched refs:sysfs (Results 1 – 25 of 48) sorted by relevance
12
/external/autotest/client/site_tests/graphics_KernelMemory/ |
D | control | 7 PURPOSE = 'Verify that kernel exports graphics memory info through sysfs.' 10 - Unable to read memory sysfs field. 11 - Unable to read gem objects sysfs field. 27 Verifies kernel gem objects and memory info values can be read from sysfs.
|
/external/autotest/client/site_tests/kernel_CrosECSysfs/ |
D | control | 7 PURPOSE = 'Test cros_ec driver and sysfs interface' 8 CRITERIA = 'Fails if EC sysfs interface is not present' 17 DOC = 'Checks that the sysfs interface to the EC is present and working.'
|
/external/autotest/client/site_tests/kernel_CrosECSysfsAccel/ |
D | control | 7 PURPOSE = 'Test cros_ec_accel driver and sysfs interface' 8 CRITERIA = 'Fails if sysfs accel interface is not present or data is invalid' 17 DOC = 'Checks that the sysfs interface to the EC accels is present and working.'
|
/external/iputils/ |
D | arping.c | 71 struct sysfs_devattr_values *sysfs; member 729 if (!device.sysfs) { in find_device_by_sysfs() 730 device.sysfs = malloc(sizeof(*device.sysfs)); in find_device_by_sysfs() 731 sysfs_devattr_values_init(device.sysfs, 0); in find_device_by_sysfs() 786 if (device.sysfs->value[SYSFS_DEVATTR_IFINDEX].ulong) { in find_device_by_sysfs() 787 if (device.sysfs->value[SYSFS_DEVATTR_FLAGS].ulong & IFF_RUNNING) in find_device_by_sysfs() 797 sysfs_devattr_values_init(device.sysfs, 1); in find_device_by_sysfs() 798 memcpy(device.sysfs, &sysfs_devattr_values, sizeof(*device.sysfs)); in find_device_by_sysfs() 810 device.ifindex = device.sysfs->value[SYSFS_DEVATTR_IFINDEX].ulong; in find_device_by_sysfs() 811 device.name = device.sysfs->ifname; in find_device_by_sysfs() [all …]
|
D | RELNOTES | 10 arping: Fix sysfs decimal/hexadecimal parser for libsysfs support. 40 makefile: Static link support for crypto, resolv, cap and sysfs. 55 arping: Ensure to fail if no appropriate device found with sysfs. 253 arping: build without sysfs support (USE_SYSFS=no).
|
/external/iptables/extensions/ |
D | libxt_IDLETIMER.man | 6 each timer is created in sysfs. This attribute contains the timer remaining 12 When the timer expires, the target module sends a sysfs notification to the 23 Send netlink messages in addition to sysfs notifications and show remaining
|
/external/autotest/client/site_tests/power_NoConsoleSuspend/ |
D | control | 15 Sets the no_console_suspend kernel option via sysfs, then suspends the system.
|
/external/cros/system_api/dbus/power_manager/ |
D | peripheral_battery_status.proto | 12 // Path of the battery sysfs.
|
D | power_supply_properties.proto | 81 // Raw strings read from |manufacturer| and |model_name| files in sysfs.
|
/external/rootdev/ |
D | README.chromium | 12 - Walks sysfs to discover the block devices
|
/external/autotest/client/site_tests/power_ProbeDriver/ |
D | control.probe_bat | 25 This is a sample test that probes sysfs and makes sure that batteries driver
|
D | control.probe_ac | 29 This is a sample test that probes sysfs and makes sure that AC driver
|
D | control | 29 This is a sample test that probes sysfs and makes sure that AC driver
|
/external/autotest/client/site_tests/suite_HWQual/ |
D | control.probe_bat | 25 This is a sample test that probes sysfs and makes sure that batteries driver
|
D | control.probe_ac | 29 This is a sample test that probes sysfs and makes sure that AC driver
|
/external/autotest/server/site_tests/firmware_ECBattery/ |
D | control | 20 This test check battery status read from EC console and kernel sysfs match.
|
/external/autotest/client/profilers/powertop/src/ |
D | Changelog | 13 * Add support for reading C-state info via sysfs 18 * Add support for using the sysfs power supply class
|
/external/libusb/ |
D | ChangeLog | 49 The seek_to_next_config codepath deals with both sysfs and usbfs; 759 Linux: fix sysfs directory handling 799 Linux: Compatibility with new sysfs descriptors file 1005 Alan Stern pointed out that usbfs gives host-endian data, but sysfs gives 1078 Linux: fix caching of active configuration for non-sysfs 1092 Linux: comprehensive sysfs vs usbfs access 1094 Be more flexible when certain parts of sysfs are not available. 1112 case we can use sysfs. 1141 Linux: enumerate devices and descriptors from sysfs 1144 sysfs is not available on all systems, so the usbfs mechanism is still
|
/external/strace/linux/s390x/ |
D | syscallent.h | 160 [135] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/avr32/ |
D | syscallent.h | 148 [120] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/mips/ |
D | syscallent-n32.h | 139 [6136] = { 3, 0, SEN(sysfs), "sysfs" },
|
D | syscallent-n64.h | 139 [5136] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 177 [182] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/x86_64/ |
D | syscallent.h | 140 [139] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/ia64/ |
D | syscallent.h | 158 [1139] = { 3, 0, SEN(sysfs), "sysfs" },
|
12