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

  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.c 27 * inv_sysfs_write() - Write an integer to a file.
32 int inv_sysfs_write(char *filename, long data) function
298 return inv_sysfs_write((char*)names->fifo_rate, (long)data);
309 return inv_sysfs_write((char*)names->enable, (long)data);
320 return inv_sysfs_write((char*)names->power_state, (long)data);
inv_sysfs_utils.h 63 int inv_sysfs_write(char *filename, long data);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.c 21 * inv_sysfs_write() - Write an integer to a file.
26 int inv_sysfs_write(char *filename, long data) function
292 return inv_sysfs_write((char*)names->fifo_rate, (long)data);
303 return inv_sysfs_write((char*)names->enable, (long)data);
314 return inv_sysfs_write((char*)names->power_state, (long)data);
inv_sysfs_utils.h 57 int inv_sysfs_write(char *filename, long data);

Completed in 1991 milliseconds