Lines Matching refs:qemu_get_float
580 s->u.acceleration.x = qemu_get_float(f); in _hwSensors_load()
581 s->u.acceleration.y = qemu_get_float(f); in _hwSensors_load()
582 s->u.acceleration.z = qemu_get_float(f); in _hwSensors_load()
585 s->u.magnetic.x = qemu_get_float(f); in _hwSensors_load()
586 s->u.magnetic.y = qemu_get_float(f); in _hwSensors_load()
587 s->u.magnetic.z = qemu_get_float(f); in _hwSensors_load()
590 s->u.orientation.azimuth = qemu_get_float(f); in _hwSensors_load()
591 s->u.orientation.pitch = qemu_get_float(f); in _hwSensors_load()
592 s->u.orientation.roll = qemu_get_float(f); in _hwSensors_load()
595 s->u.temperature.celsius = qemu_get_float(f); in _hwSensors_load()
598 s->u.proximity.value = qemu_get_float(f); in _hwSensors_load()