Searched refs:PPS_ECHOCLEAR (Results 1 – 3 of 3) sorted by relevance
83 if ((info->mode & (PPS_ECHOASSERT | PPS_ECHOCLEAR)) != 0 && in pps_register_source()184 if ((pps->params.mode & (PPS_ECHOASSERT | PPS_ECHOCLEAR))) in pps_event()
92 #define PPS_ECHOCLEAR 0x80 /* feed back clear event to output */ macro
152 PPS_ECHOASSERT | PPS_ECHOCLEAR | \ in parport_attach()