Searched refs:acrn_timer (Results 1 – 10 of 10) sorted by relevance
| /devicemodel/include/ |
| A D | timer.h | 12 struct acrn_timer { struct 21 acrn_timer_init(struct acrn_timer *timer, void (*cb)(void *, uint64_t), void *param); argument 23 acrn_timer_deinit(struct acrn_timer *timer); 25 acrn_timer_settime(struct acrn_timer *timer, const struct itimerspec *new_value); 27 acrn_timer_settime_abs(struct acrn_timer *timer, 30 acrn_timer_gettime(struct acrn_timer *timer, struct itimerspec *cur_value);
|
| A D | virtio.h | 367 struct acrn_timer polling_timer; /**< timer for polling mode */
|
| /devicemodel/core/ |
| A D | timer.c | 32 struct acrn_timer *timer = arg; in timer_handler() 64 acrn_timer_init(struct acrn_timer *timer, void (*cb)(void *, uint64_t), in acrn_timer_init() 99 acrn_timer_deinit(struct acrn_timer *timer) in acrn_timer_deinit() 116 acrn_timer_settime(struct acrn_timer *timer, const struct itimerspec *new_value) in acrn_timer_settime() 127 acrn_timer_settime_abs(struct acrn_timer *timer, in acrn_timer_settime_abs() 139 acrn_timer_gettime(struct acrn_timer *timer, struct itimerspec *cur_value) in acrn_timer_gettime()
|
| A D | vm_event.c | 67 struct acrn_timer timer; 250 static struct acrn_timer rtc_chg_event_timer = {
|
| /devicemodel/hw/platform/ |
| A D | hpet.c | 128 struct acrn_timer t; 945 struct acrn_timer *tmr; in vhpet_deinit_timers() 962 struct acrn_timer *tmr; in vhpet_init()
|
| A D | rtc.c | 79 struct acrn_timer update_timer; /* timer for update interrupt */ 80 struct acrn_timer periodic_timer; /* timer for periodic interrupt */ 573 vrtc_start_timer(struct acrn_timer *timer, time_t sec, time_t nsec) in vrtc_start_timer()
|
| /devicemodel/hw/pci/ |
| A D | wdt_i6300esb.c | 80 struct acrn_timer timer;
|
| A D | xhci.c | 215 struct acrn_timer isoc_timer;
|
| /devicemodel/hw/ |
| A D | vdisplay_sdl.c | 87 struct acrn_timer ui_timer;
|
| /devicemodel/hw/pci/virtio/ |
| A D | virtio.c | 134 virtio_start_timer(struct acrn_timer *timer, time_t sec, time_t nsec) in virtio_start_timer()
|
Completed in 29 milliseconds