HomeSort by relevance Sort by last modified time
    Searched full:sysfs (Results 101 - 125 of 394) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/sepolicy/
autoplay_app.te 108 # access files in /sys with the default sysfs label
109 neverallow autoplay_app sysfs:file *;
netd.te 33 allow netd sysfs:file write;
35 # TODO: added to match above sysfs rule. Remove me?
bluetooth.te 21 # sysfs access.
ueventd.te 16 allow ueventd sysfs:file rw_file_perms;
file.te 11 # proc, sysfs, or other nodes that permit configuration of kernel usermodehelpers.
24 type sysfs, fs_type, sysfs_type, mlstrustedobject;
245 allow sysfs_type sysfs:filesystem associate;
  /device/google/dragon/sensor_hub/
sensors.h 35 * iio buffer woken up by sysfs triggers.
  /device/moto/shamu/sepolicy/
mdm_helper.te 48 allow mdm_helper sysfs:file write;
  /external/iproute2/include/linux/
netdevice.h 40 /* interface name assignment types (sysfs name_assign_type attribute) */
  /external/kernel-headers/original/uapi/linux/
netdevice.h 40 /* interface name assignment types (sysfs name_assign_type attribute) */
uinput.h 79 * UI_GET_SYSNAME - get the sysfs name of the created uinput device
81 * @return the sysfs name of the created virtual input device.
82 * The complete sysfs path is then /sys/devices/virtual/input/--NAME--
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
inv_self_test.c 100 /** read a sysfs entry that represents an integer */
117 /** write a sysfs entry that represents an integer */
181 MPL_LOGE("inv_self_test: couldn't alloc mem for sysfs paths");
185 // Setup IIO sysfs path & build MPU's sysfs paths
219 // test print sysfs paths
222 printf("inv_self_test: sysfs path: %s\n", *dptr++);
460 When we read gyro bias from sysfs, the bias is in the raw units scaled by
467 // TODO read this from the regular full scale in sysfs
498 When we read accel bias from sysfs, the bias is in the raw units scale
    [all...]
  /external/libmtp/examples/
hotplug.c 123 // Old style directly SYSFS named.
124 // printf("SYSFS{idVendor}==\"%04x\", SYSFS{idProduct}==\"%04x\", %s\n", entry->vendor_id, entry->product_id, action);
  /hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp 71 * @brief Enable a sensor through the sysfs file descriptor
294 LOGI("******************** System Sysfs Dump ***************************");
313 LOGI("HAL DEBUG:sysfs:cat %s = %ld", full_path, data);
SensorBase.h 60 static bool SYSFS_VERBOSE; /* log sysfs interactions as cat/echo for
  /cts/tests/tests/security/src/android/security/cts/
SELinuxTest.java 72 assertEquals(getFileContext("/sys"), "u:object_r:sysfs:s0");
  /device/google/dragon/health/
healthd-dragon.cpp 81 * Either it failed to read sysfs or its really zero. In either
  /device/huawei/angler/sepolicy/
file_contexts 95 # Sysfs files used by fingerprintd
99 # Sysfs files used by surfaceflinger
104 # Sysfs files used by qmuxd
172 # Sysfs files used by nanoapp_cmd
  /external/autotest/client/deps/fakegudev/src/
gudev-exercise.c 53 printf (" Sysfs path: %s\n", g_udev_device_get_sysfs_path (device));
  /external/autotest/client/site_tests/hardware_Backlight/
hardware_Backlight.py 61 # The kernel Documentation/ABI/stable/sysfs-class-backlight
  /external/autotest/client/site_tests/kernel_VbootContextEC/
kernel_VbootContextEC.py 38 raise error.TestFail('Could not find sysfs entry under %s',
  /external/autotest/client/site_tests/power_Backlight/
power_Backlight.py 83 # Print |max_brightness| for all backlight sysfs directories, and return
  /external/iptables/extensions/
libxt_IDLETIMER.c 52 " and show remaining time in sysfs. Defaults to 0.\n"
  /hardware/bsp/intel/peripheral/libmraa/examples/
helloedison.c 55 // gpio from sysfs in mraa_gpio_close meaning it will stay as an output and
  /hardware/invensense/6515/libsensors_iio/
SensorBase.h 60 static bool SYSFS_VERBOSE; /* log sysfs interactions as cat/echo for
  /hardware/qcom/display/msm8084/libqdutils/
mdp_version.cpp 91 ALOGE("Unable to read display sysfs node");
127 // This function reads the sysfs node to read the primary panel type
216 // This function reads the sysfs node to read MDP capabilities
339 // This function reads the sysfs node to read MDP capabilities

Completed in 631 milliseconds

1 2 3 45 6 7 8 91011>>