Searched refs:hv_ptp_clock (Results 1 – 1 of 1) sorted by relevance
748 static struct ptp_clock *hv_ptp_clock; variable761 hv_ptp_clock = ptp_clock_register(&ptp_hyperv_info, NULL); in hv_timesync_init()762 if (IS_ERR_OR_NULL(hv_ptp_clock)) { in hv_timesync_init()764 PTR_ERR_OR_ZERO(hv_ptp_clock)); in hv_timesync_init()765 hv_ptp_clock = NULL; in hv_timesync_init()784 if (hv_ptp_clock) in hv_timesync_deinit()785 ptp_clock_unregister(hv_ptp_clock); in hv_timesync_deinit()