Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dptp_clock.h95 struct ptp_extts_request { struct
176 #define PTP_EXTTS_REQUEST _IOW(PTP_CLK_MAGIC, 2, struct ptp_extts_request)
188 #define PTP_EXTTS_REQUEST2 _IOW(PTP_CLK_MAGIC, 11, struct ptp_extts_request)
/Linux-v5.4/tools/testing/selftests/ptp/
Dtestptp.c58 struct ptp_extts_request extts_request; in do_flag_test()
148 struct ptp_extts_request extts_request; in main()
/Linux-v5.4/include/linux/
Dptp_clock_kernel.h23 struct ptp_extts_request extts;
/Linux-v5.4/drivers/net/ethernet/renesas/
Dravb_ptp.c178 struct ptp_extts_request *req, int on) in ravb_ptp_extts()