Home
last modified time | relevance | path

Searched refs:rtas_get_sensor (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/pci/hotplug/
A Drpaphp_pci.c26 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 Ddlpar.c292 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 Drtas.h251 extern int rtas_get_sensor(int sensor, int index, int *state);
/linux/drivers/watchdog/
A Dwdrtas.c187 result = rtas_get_sensor(WDRTAS_THERMAL_SENSOR, 0, &temperature); in wdrtas_get_temperature()
/linux/arch/powerpc/kernel/
A Drtas.c594 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