Searched defs:sysfs (Results 1 - 3 of 3) sorted by relevance

/external/lisa/tools/scripts/
H A Dodroid_sampler.py33 sysfs = { variable in class:OdroidSampler
38 'arm' : sysfs['arm'] + '/sensor_W',
39 'kfc' : sysfs['kfc'] + '/sensor_W',
/external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
H A Ddscr_sysfs_test.c2 * POWER Data Stream Control Register (DSCR) sysfs interface test
4 * This test updates to system wide DSCR default through the sysfs interface
6 * well verified from their sysfs interfaces.
45 DIR *sysfs; local
49 sysfs = opendir(CPU_PATH);
50 if (!sysfs) {
55 while ((dp = readdir(sysfs))) {
74 closedir(sysfs);
/external/iputils/
H A Darping.c41 #include <sysfs/libsysfs.h>
71 struct sysfs_devattr_values *sysfs; member in struct:device
567 * by_sysfs(): requires libsysfs , and sysfs in kernel.
729 if (!device.sysfs) {
730 device.sysfs = malloc(sizeof(*device.sysfs));
731 sysfs_devattr_values_init(device.sysfs, 0);
786 if (device.sysfs->value[SYSFS_DEVATTR_IFINDEX].ulong) {
787 if (device.sysfs->value[SYSFS_DEVATTR_FLAGS].ulong & IFF_RUNNING)
797 sysfs_devattr_values_init(device.sysfs,
[all...]

Completed in 179 milliseconds