rtas_get_sensor   361 arch/powerpc/include/asm/rtas.h extern int rtas_get_sensor(int sensor, int index, int *state);
rtas_get_sensor   601 arch/powerpc/kernel/rtas.c EXPORT_SYMBOL(rtas_get_sensor);
rtas_get_sensor    26 drivers/pci/hotplug/rpaphp_pci.c 	rc = rtas_get_sensor(DR_ENTITY_SENSE, slot->index, state);
rtas_get_sensor    42 drivers/pci/hotplug/rpaphp_pci.c 				rc = rtas_get_sensor(DR_ENTITY_SENSE,
rtas_get_sensor   187 drivers/watchdog/wdrtas.c 	result = rtas_get_sensor(WDRTAS_THERMAL_SENSOR, 0, &temperature);