Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Drpaphp_pci.c40 rc = rtas_get_sensor(DR_ENTITY_SENSE, slot->index, state); in rpaphp_get_sensor_state()
56 rc = rtas_get_sensor(DR_ENTITY_SENSE, in rpaphp_get_sensor_state()
/linux-4.1.27/arch/powerpc/include/asm/
Drtas.h345 extern int rtas_get_sensor(int sensor, int index, int *state);
/linux-4.1.27/drivers/watchdog/
Dwdrtas.c200 result = rtas_get_sensor(WDRTAS_THERMAL_SENSOR, 0, &temperature); in wdrtas_get_temperature()
/linux-4.1.27/arch/powerpc/kernel/
Drtas.c569 int rtas_get_sensor(int sensor, int index, int *state) in rtas_get_sensor() function
585 EXPORT_SYMBOL(rtas_get_sensor);