Searched refs:rtas_get_sensor (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/powerpc/platforms/pseries/ |
D | dlpar.c | 294 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_acquire_drc() 315 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_release_drc() 336 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_unisolate_drc()
|
/linux-6.12.1/drivers/pci/hotplug/ |
D | rpaphp_pci.c | 99 return rtas_get_sensor(DR_ENTITY_SENSE, slot->index, state); in __rpaphp_get_sensor_state()
|
/linux-6.12.1/drivers/watchdog/ |
D | wdrtas.c | 187 result = rtas_get_sensor(WDRTAS_THERMAL_SENSOR, 0, &temperature); in wdrtas_get_temperature()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | rtas.h | 435 int rtas_get_sensor(int sensor, int index, int *state);
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | rtas.c | 1496 int rtas_get_sensor(int sensor, int index, int *state) in rtas_get_sensor() function 1512 EXPORT_SYMBOL_GPL(rtas_get_sensor);
|