Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpps.h65 #define PPS_TIME_INVALID (1<<0) /* used to specify timeout==NULL */ macro
/openbmc/linux/drivers/pps/
H A Dpps.c59 if (fdata->timeout.flags & PPS_TIME_INVALID) in pps_cdev_pps_fetch()