Searched refs:rtas_get_sensor (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/pci/hotplug/ |
D | rpaphp_pci.c | 27 rc = rtas_get_sensor(DR_ENTITY_SENSE, slot->index, state); in rpaphp_get_sensor_state() 43 rc = rtas_get_sensor(DR_ENTITY_SENSE, in rpaphp_get_sensor_state()
|
/linux-6.1.9/arch/powerpc/platforms/pseries/ |
D | dlpar.c | 291 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_acquire_drc() 312 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_release_drc() 333 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_unisolate_drc()
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | rtas.h | 250 extern int rtas_get_sensor(int sensor, int index, int *state);
|
/linux-6.1.9/drivers/watchdog/ |
D | wdrtas.c | 187 result = rtas_get_sensor(WDRTAS_THERMAL_SENSOR, 0, &temperature); in wdrtas_get_temperature()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | rtas.c | 703 int rtas_get_sensor(int sensor, int index, int *state) in rtas_get_sensor() function 719 EXPORT_SYMBOL(rtas_get_sensor);
|