Lines Matching refs:loc
247 struct individual_sensor *s, int state, int error, const char *loc);
250 struct individual_sensor *s, const char *loc);
430 const char *loc; in ppc_rtas_sensors_show() local
434 loc = of_get_property(rtas_node, rstr, &llen); in ppc_rtas_sensors_show()
441 ppc_rtas_process_sensor(m, p, state, error, loc); in ppc_rtas_sensors_show()
443 if (loc) { in ppc_rtas_sensors_show()
444 offs += strlen(loc) + 1; in ppc_rtas_sensors_show()
445 loc += strlen(loc) + 1; in ppc_rtas_sensors_show()
447 loc = NULL; in ppc_rtas_sensors_show()
514 struct individual_sensor *s, int state, int error, const char *loc) in ppc_rtas_process_sensor() argument
660 get_location_code(m, s, loc); in ppc_rtas_process_sensor()
718 const char *loc) in get_location_code() argument
720 if (!loc || !*loc) { in get_location_code()
723 check_location_string(m, loc); in get_location_code()