Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hv/
Dhv_util.c532 static struct ptp_clock *hv_ptp_clock; variable
549 hv_ptp_clock = ptp_clock_register(&ptp_hyperv_info, NULL); in hv_timesync_init()
550 if (IS_ERR_OR_NULL(hv_ptp_clock)) { in hv_timesync_init()
552 PTR_ERR(hv_ptp_clock)); in hv_timesync_init()
553 hv_ptp_clock = NULL; in hv_timesync_init()
561 if (hv_ptp_clock) in hv_timesync_deinit()
562 ptp_clock_unregister(hv_ptp_clock); in hv_timesync_deinit()