Searched refs:rtas_get_sensor (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | dlpar.c | 282 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_acquire_drc() 303 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_release_drc() 324 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_unisolate_drc()
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | rpaphp_pci.c | 99 return rtas_get_sensor(DR_ENTITY_SENSE, slot->index, state); in __rpaphp_get_sensor_state()
|
/openbmc/linux/drivers/watchdog/ |
H A D | wdrtas.c | 187 result = rtas_get_sensor(WDRTAS_THERMAL_SENSOR, 0, &temperature); in wdrtas_get_temperature()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | rtas.h | 421 extern int rtas_get_sensor(int sensor, int index, int *state);
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | rtas.c | 1417 int rtas_get_sensor(int sensor, int index, int *state) in rtas_get_sensor() function 1433 EXPORT_SYMBOL_GPL(rtas_get_sensor);
|