OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iio_trigger_path
(Results
1 - 4
of
4
) sorted by null
/hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.9150.cpp
337
char
iio_trigger_path
[MAX_SYSFS_NAME_LEN], tbuf[2];
local
350
memset(
iio_trigger_path
, 0, sizeof(
iio_trigger_path
));
361
inv_get_iio_trigger_path(
iio_trigger_path
);
363
if (strcmp(sysfs_path, "") == 0 || strcmp(
iio_trigger_path
, "") == 0)
CompassSensor.IIO.primary.cpp
503
iio_trigger_path
[MAX_SYSFS_NAME_LEN], tbuf[2];
local
524
sprintf(
iio_trigger_path
, "%s%d", "/sys/bus/iio/devices/trigger",
541
sprintf(compassSysFs.trigger_name, "%s%s",
iio_trigger_path
, "/name");
561
LOGI("trigger sysfs path base: %s",
iio_trigger_path
);
/hardware/invensense/60xx/libsensors_iio/
CompassSensor.IIO.9150.cpp
335
char sysfs_path[MAX_SYSFS_NAME_LEN],
iio_trigger_path
[MAX_SYSFS_NAME_LEN], tbuf[2];
359
inv_get_iio_trigger_path(
iio_trigger_path
);
MPLSensor.cpp
[
all
...]
Completed in 167 milliseconds