rtas_get_sensor
int rtas_get_sensor(int sensor, int index, int *state);
EXPORT_SYMBOL_GPL(rtas_get_sensor);
rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status);
rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status);
rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status);
return rtas_get_sensor(DR_ENTITY_SENSE, slot->index, state);
result = rtas_get_sensor(WDRTAS_THERMAL_SENSOR, 0, &temperature);