Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot.h556 int ocelot_ptp_gettime64(struct ptp_clock_info *ptp, struct timespec64 *ts);
Docelot_board.c152 ocelot_ptp_gettime64(&ocelot->ptp_info, &ts); in ocelot_xtr_irq_handler()
Docelot.c1814 int ocelot_ptp_gettime64(struct ptp_clock_info *ptp, struct timespec64 *ts) in ocelot_ptp_gettime64() function
1846 EXPORT_SYMBOL(ocelot_ptp_gettime64);
1910 ocelot_ptp_gettime64(ptp, &ts); in ocelot_ptp_adjtime()
1974 .gettime64 = ocelot_ptp_gettime64,