Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/pps/
Dkapi.c83 if ((info->mode & (PPS_ECHOASSERT | PPS_ECHOCLEAR)) != 0 && in pps_register_source()
184 if ((pps->params.mode & (PPS_ECHOASSERT | PPS_ECHOCLEAR))) in pps_event()
/linux-2.6.39/include/linux/
Dpps.h92 #define PPS_ECHOCLEAR 0x80 /* feed back clear event to output */ macro
/linux-2.6.39/drivers/pps/clients/
Dpps_parport.c152 PPS_ECHOASSERT | PPS_ECHOCLEAR | \ in parport_attach()