Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dptp_clock.h29 #define PTP_ENABLE_FEATURE (1<<0) macro
/Linux-v4.19/tools/testing/selftests/ptp/
Dtestptp.c354 extts_request.flags = PTP_ENABLE_FEATURE; in main()
/Linux-v4.19/drivers/ptp/
Dptp_chardev.c163 enable = req.extts.flags & PTP_ENABLE_FEATURE ? 1 : 0; in ptp_ioctl()