HomeSort by relevance Sort by last modified time
    Searched refs:dev_path (Results 1 - 5 of 5) sorted by null

  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 238 int setup_dmp(char *dev_path, int p_event)
244 printf("INFO: sysfs path=%s\n", dev_path);
246 ret = write_sysfs_int_and_verify("power_state", dev_path, 1);
250 ret = write_sysfs_int("in_accel_scale", dev_path, 0);
253 ret = write_sysfs_int("in_anglvel_scale", dev_path, 3);
256 ret = write_sysfs_int("sampling_frequency", dev_path, 200);
259 ret = write_sysfs_int_and_verify("firmware_loaded", dev_path, 0);
263 sprintf(dmp_path, "%s/dmp_firmware", dev_path);
271 read_sysfs_posint("firmware_loaded", dev_path));
275 // dev_path, 0xabcd0000)
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
stress_iio.c 220 static void setup_dmp(char *dev_path){
224 sprintf(sysfs_path, "%s", dev_path);
230 ret = write_sysfs_int("in_accel_scale", dev_path, 0);
233 ret = write_sysfs_int("in_anglvel_scale", dev_path, 3);
242 sprintf(dmp_path, "%s/dmp_firmware", dev_path);
  /system/bt/btif/co/
bta_hh_co.c 38 const char *dev_path = "/dev/uhid"; variable
279 p_dev->fd = open(dev_path, O_RDWR | O_CLOEXEC);
306 p_dev->fd = open(dev_path, O_RDWR | O_CLOEXEC);
  /system/core/adb/
usb_linux.cpp 570 static void register_device(const char* dev_name, const char* dev_path,
633 "/sys/bus/usb/devices/%s/serial", dev_path + 4);
652 register_usb_transport(usb, serial.c_str(), dev_path, usb->writeable);
  /hardware/qcom/audio/hal/
audio_hw.c 343 const char * dev_path = platform_get_snd_device_name(snd_device); local
344 ALOGD("%s: snd_device(%d: %s)", __func__, snd_device, dev_path);
345 audio_route_apply_and_update_path(adev->audio_route, dev_path);
368 const char * dev_path = platform_get_snd_device_name(snd_device); local
369 ALOGD("%s: snd_device(%d: %s)", __func__, snd_device, dev_path);
381 audio_route_reset_and_update_path(adev->audio_route, dev_path);
    [all...]

Completed in 133 milliseconds