Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dptp_clock.h58 #define PTP_PEROUT_PHASE (1<<2) macro
65 PTP_PEROUT_PHASE)
/Linux-v5.10/drivers/net/ethernet/mscc/
Docelot_ptp.c200 PTP_PEROUT_PHASE)) in ocelot_ptp_enable()
231 if (rq->perout.flags & PTP_PEROUT_PHASE) { in ocelot_ptp_enable()
/Linux-v5.10/tools/testing/selftests/ptp/
Dtestptp.c432 perout_request.flags |= PTP_PEROUT_PHASE; in main()
/Linux-v5.10/drivers/ptp/
Dptp_chardev.c221 if (perout->flags & PTP_PEROUT_PHASE) { in ptp_ioctl()