Lines Matching refs:loc
224 struct individual_sensor *s, int state, int error, const char *loc);
227 struct individual_sensor *s, const char *loc);
402 const char *loc; in ppc_rtas_sensors_show() local
406 loc = of_get_property(rtas_node, rstr, &llen); in ppc_rtas_sensors_show()
413 ppc_rtas_process_sensor(m, p, state, error, loc); in ppc_rtas_sensors_show()
415 if (loc) { in ppc_rtas_sensors_show()
416 offs += strlen(loc) + 1; in ppc_rtas_sensors_show()
417 loc += strlen(loc) + 1; in ppc_rtas_sensors_show()
419 loc = NULL; in ppc_rtas_sensors_show()
486 struct individual_sensor *s, int state, int error, const char *loc) in ppc_rtas_process_sensor() argument
632 get_location_code(m, s, loc); in ppc_rtas_process_sensor()
690 const char *loc) in get_location_code() argument
692 if (!loc || !*loc) { in get_location_code()
695 check_location_string(m, loc); in get_location_code()