Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/pci/hotplug/
A Drpaphp_pci.c27 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.3-rc2/arch/powerpc/platforms/pseries/
A Ddlpar.c282 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()
/linux-6.3-rc2/drivers/watchdog/
A Dwdrtas.c187 result = rtas_get_sensor(WDRTAS_THERMAL_SENSOR, 0, &temperature); in wdrtas_get_temperature()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Drtas.h419 extern int rtas_get_sensor(int sensor, int index, int *state);
/linux-6.3-rc2/arch/powerpc/kernel/
A Drtas.c1369 int rtas_get_sensor(int sensor, int index, int *state) in rtas_get_sensor() function
1385 EXPORT_SYMBOL_GPL(rtas_get_sensor);

Completed in 10 milliseconds