Home
last modified time | relevance | path

Searched refs:PTP_PEROUT_VALID_FLAGS (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dptp_clock.h61 #define PTP_PEROUT_VALID_FLAGS (PTP_PEROUT_ONE_SHOT) macro
/Linux-v5.4/drivers/ptp/
Dptp_chardev.c190 if (((req.perout.flags & ~PTP_PEROUT_VALID_FLAGS) || in ptp_ioctl()