OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_thermal_client_config_query
(Results
1 - 1
of
1
) sorted by null
/device/google/marlin/vr/
vr.c
36
static int (*
p_thermal_client_config_query
)(char *, struct config_instance **);
variable
85
int num_configs = (*
p_thermal_client_config_query
)("ss", &instances);
96
num_configs = (*
p_thermal_client_config_query
)("monitor", &instances);
119
p_thermal_client_config_query
= (int (*) (char *, struct config_instance **))
148
p_thermal_client_config_query
= NULL;
Completed in 129 milliseconds