HomeSort by relevance Sort by last modified time
    Searched defs:sysfs (Results 1 - 6 of 6) sorted by null

  /external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
dscr_sysfs_test.c 2 * 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))) {
70 closedir(sysfs);
  /external/lisa/tools/scripts/
odroid_sampler.py 33 sysfs = { variable in class:OdroidSampler
38 'arm' : sysfs['arm'] + '/sensor_W',
39 'kfc' : sysfs['kfc'] + '/sensor_W',
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
read_device_node.c 225 char sysfs[100]; local
251 inv_get_sysfs_path(sysfs);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 244 printf("INFO: sysfs path=%s\n", dev_path);
584 char sysfs[100]; local
592 inv_get_sysfs_path(sysfs);
  /external/iputils/
arping.c 41 #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, 1)
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
stress_iio.c 225 printf("sysfs: %s\n", sysfs_path);
929 char sysfs[100]; local
961 inv_get_sysfs_path(sysfs);
962 printf("sss:::%s\n", sysfs);

Completed in 134 milliseconds