OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_sysfs_int
(Results
1 - 6
of
6
) sorted by null
/hardware/invensense/60xx/libsensors_iio/
MPLSupport.h
30
int
read_sysfs_int
(char*, int*);
MPLSupport.cpp
138
int
read_sysfs_int
(char *filename, int *var)
function
MPLSensor.cpp
764
res =
read_sysfs_int
(mpu.power_state, &curr_power_state);
797
res =
read_sysfs_int
(mpu.firmware_loaded, &status);
808
if (
read_sysfs_int
(mpu.dmp_on, &status) < 0) {
[
all
...]
/hardware/invensense/65xx/libsensors_iio/
MPLSupport.h
27
int
read_sysfs_int
(char*, int*);
MPLSupport.cpp
146
int
read_sysfs_int
(char *filename, int *var)
function
MPLSensor.cpp
[
all
...]
Completed in 46 milliseconds