/device/intel/edison/sepolicy/ |
sensorservice.te | 2 # Sensorservice uses the sensors HAL... which needs sysfs file and i2c device access. 6 allow sensorservice sysfs:file w_file_perms;
|
/hardware/bsp/intel/peripheral/libmraa/src/x86/ |
intel_edison_fab_c.c | 42 // This is an absolute path to a resource file found within sysfs. 49 int sysfs; member in struct:__anon30636 102 mraa_intel_edison_pinmode_change(int sysfs, int mode) 111 mraa_gpio_context mode_gpio = mraa_gpio_init_raw(sysfs); 117 snprintf(buffer, MAX_SIZE, SYSFS_CLASS_GPIO "/gpio%i/pinmux", sysfs); 120 snprintf(buffer, MAX_SIZE, DEBUGFS_PINMODE_PATH "%i/current_pinmux", sysfs); 192 int sysfs, mode; local 194 sysfs = dev->pin; 197 sysfs = pinmodes[dev->phy_pin].gpio.sysfs; [all...] |
/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/devnode_parser/ |
read_device_node.c | 225 char sysfs[100]; local 251 inv_get_sysfs_path(sysfs);
|
/system/sepolicy/ |
autoplay_app.te | 108 # access files in /sys with the default sysfs label 109 neverallow autoplay_app sysfs:file *;
|
system_server.te | 186 # XXX Label sysfs files with a specific type? 187 allow system_server sysfs:file rw_file_perms; 194 # TODO: added to match above sysfs rule. Remove me?
|
/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);
|
/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/strace/linux/mips/ |
syscallent-n32.h | 139 [6136] = { 3, 0, SEN(sysfs), "sysfs" },
|
syscallent-n64.h | 139 [5136] = { 3, 0, SEN(sysfs), "sysfs" },
|
syscallent-o32.h | 138 [4135] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/s390x/ |
syscallent.h | 160 [135] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/avr32/ |
syscallent.h | 148 [120] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/hppa/ |
syscallent.h | 140 [135] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/x32/ |
syscallent.h | 140 [139] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/x86_64/ |
syscallent.h | 140 [139] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/xtensa/ |
syscallent.h | 177 [182] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/arm/ |
syscallent.h | 164 [135] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/i386/ |
syscallent.h | 164 [135] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/ia64/ |
syscallent.h | 158 [1139] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/m68k/ |
syscallent.h | 164 [135] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/powerpc/ |
syscallent.h | 164 [135] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/powerpc64/ |
syscallent.h | 164 [135] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/s390/ |
syscallent.h | 166 [135] = { 3, 0, SEN(sysfs), "sysfs" },
|
/external/strace/linux/sh/ |
syscallent.h | 166 [135] = { 3, 0, SEN(sysfs), "sysfs" },
|