Lines Matching refs:ptp_caps
287 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_adjfreq()
349 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_adjtime()
370 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_gettime()
402 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_settime()
440 container_of(ptp, struct fec_enet_private, ptp_caps); in fec_ptp_enable()
585 fep->ptp_caps.owner = THIS_MODULE; in fec_ptp_init()
586 strlcpy(fep->ptp_caps.name, "fec ptp", sizeof(fep->ptp_caps.name)); in fec_ptp_init()
588 fep->ptp_caps.max_adj = 250000000; in fec_ptp_init()
589 fep->ptp_caps.n_alarm = 0; in fec_ptp_init()
590 fep->ptp_caps.n_ext_ts = 0; in fec_ptp_init()
591 fep->ptp_caps.n_per_out = 0; in fec_ptp_init()
592 fep->ptp_caps.n_pins = 0; in fec_ptp_init()
593 fep->ptp_caps.pps = 1; in fec_ptp_init()
594 fep->ptp_caps.adjfreq = fec_ptp_adjfreq; in fec_ptp_init()
595 fep->ptp_caps.adjtime = fec_ptp_adjtime; in fec_ptp_init()
596 fep->ptp_caps.gettime64 = fec_ptp_gettime; in fec_ptp_init()
597 fep->ptp_caps.settime64 = fec_ptp_settime; in fec_ptp_init()
598 fep->ptp_caps.enable = fec_ptp_enable; in fec_ptp_init()
627 fep->ptp_clock = ptp_clock_register(&fep->ptp_caps, &pdev->dev); in fec_ptp_init()