Searched refs:rtas_get_sensor (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/pci/hotplug/ |
A D | rpaphp_pci.c | 26 rc = rtas_get_sensor(DR_ENTITY_SENSE, slot->index, state); in rpaphp_get_sensor_state() 42 rc = rtas_get_sensor(DR_ENTITY_SENSE, in rpaphp_get_sensor_state()
|
/linux/arch/powerpc/platforms/pseries/ |
A D | dlpar.c | 292 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_acquire_drc() 313 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_release_drc() 334 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_unisolate_drc()
|
/linux/arch/powerpc/include/asm/ |
A D | rtas.h | 251 extern int rtas_get_sensor(int sensor, int index, int *state);
|
/linux/drivers/watchdog/ |
A D | wdrtas.c | 187 result = rtas_get_sensor(WDRTAS_THERMAL_SENSOR, 0, &temperature); in wdrtas_get_temperature()
|
/linux/arch/powerpc/kernel/ |
A D | rtas.c | 594 int rtas_get_sensor(int sensor, int index, int *state) in rtas_get_sensor() function 610 EXPORT_SYMBOL(rtas_get_sensor);
|
Completed in 9 milliseconds