OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ssensor_info_
(Results
1 - 1
of
1
) sorted by null
/device/google/dragon/sensor_hub/
sensors.cpp
221
struct cros_ec_sensor_info *
Ssensor_info_
= NULL;
231
* At first invocation, build the list from
Ssensor_info_
,
249
if (
Ssensor_info_
[i].device_name == NULL)
260
sensor_data = &
Ssensor_info_
[i].sensor_data;
399
* Fill
Ssensor_info_
global structure.
409
* If
Ssensor_info_
is valid, we don't want to open
464
Ssensor_info_
= (cros_ec_sensor_info*)realloc(
Ssensor_info_
,
466
if (
Ssensor_info_
== NULL) {
470
memset(&
Ssensor_info_
[Stotal_max_sensor_handle_], 0
[
all
...]
Completed in 580 milliseconds