Searched refs:chip_enable (Results 1 – 10 of 10) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | CompassSensor.IIO.primary.cpp | 280 en, compassSysFs.chip_enable, getTimestamp()); in masterEnable() 281 return write_sysfs_int(compassSysFs.chip_enable, en); in masterEnable() 521 sprintf(compassSysFs.chip_enable, "%s%s", sysfs_path, "/buffer/enable"); in inv_init_sysfs_attributes()
|
D | CompassSensor.IIO.primary.h | 75 char *chip_enable; member
|
D | MPLSensor.h | 438 char *chip_enable; member
|
D | MPLSensor.cpp | 717 1, mpu.chip_enable, getTimestamp()); in enable_iio_sysfs() 718 tempFp = fopen(mpu.chip_enable, "w"); in enable_iio_sysfs() 5055 sprintf(mpu.chip_enable, "%s%s", sysfs_path, "/buffer/enable"); in inv_init_sysfs_attributes()
|
/hardware/invensense/6515/libsensors_iio/ |
D | CompassSensor.IIO.primary.cpp | 280 en, compassSysFs.chip_enable, getTimestamp()); in masterEnable() 281 return write_sysfs_int(compassSysFs.chip_enable, en); in masterEnable() 544 sprintf(compassSysFs.chip_enable, "%s%s", sysfs_path, "/buffer/enable"); in inv_init_sysfs_attributes()
|
D | CompassSensor.IIO.primary.h | 75 char *chip_enable; member
|
D | MPLSensor.h | 417 char *chip_enable; member
|
D | MPLSensor.cpp | 624 1, mpu.chip_enable, getTimestamp()); in enable_iio_sysfs() 625 tempFp = fopen(mpu.chip_enable, "w"); in enable_iio_sysfs() 5096 sprintf(mpu.chip_enable, "%s%s", sysfs_path, "/buffer/enable");
|
/hardware/invensense/60xx/libsensors_iio/ |
D | MPLSensor.h | 277 char *chip_enable; member
|
D | MPLSensor.cpp | 685 if(write_sysfs_int(mpu.chip_enable, 0) < 0) { in ~MPLSensor() 904 return write_sysfs_int(mpu.chip_enable, en); in masterEnable() 2707 sprintf(mpu.chip_enable, "%s%s", sysfs_path, "/buffer/enable"); in inv_init_sysfs_attributes()
|