Lines Matching refs:loc
224 struct individual_sensor *s, int state, int error, const char *loc);
227 struct individual_sensor *s, const char *loc);
407 const char *loc; in ppc_rtas_sensors_show() local
411 loc = of_get_property(rtas_node, rstr, &llen); in ppc_rtas_sensors_show()
418 ppc_rtas_process_sensor(m, p, state, error, loc); in ppc_rtas_sensors_show()
420 if (loc) { in ppc_rtas_sensors_show()
421 offs += strlen(loc) + 1; in ppc_rtas_sensors_show()
422 loc += strlen(loc) + 1; in ppc_rtas_sensors_show()
424 loc = NULL; in ppc_rtas_sensors_show()
491 struct individual_sensor *s, int state, int error, const char *loc) in ppc_rtas_process_sensor() argument
637 get_location_code(m, s, loc); in ppc_rtas_process_sensor()
695 const char *loc) in get_location_code() argument
697 if (!loc || !*loc) { in get_location_code()
700 check_location_string(m, loc); in get_location_code()