Searched refs:pps_event (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/sys/dev/ppbus/
H A Dpps.c290 pps_event(&sc->pps[j],
311 pps_event(&sc->pps[0], PPS_CAPTUREASSERT);
/freebsd-11.0-release/sys/dev/uart/
H A Duart_core.c171 pps_event(&sc->sc_pps, PPS_CAPTUREASSERT);
172 pps_event(&sc->sc_pps, PPS_CAPTURECLEAR);
178 pps_event(&sc->sc_pps, is_assert ? PPS_CAPTUREASSERT :
/freebsd-11.0-release/sys/dev/gpio/
H A Dgpiopps.c130 * pps_event() routine. We don't need lock-based management of access
151 * handler. The pps_event() routine updates the non-capture part of the
156 pps_event(&sc->pps_state, PPS_CAPTUREASSERT);
/freebsd-11.0-release/sys/sys/
H A Dtimepps.h170 void pps_event(struct pps_state *pps, int event);
/freebsd-11.0-release/sys/i386/i386/
H A Delan-mmcr.c275 pps_event(&elan_pps, PPS_CAPTUREASSERT);
/freebsd-11.0-release/sys/arm/ti/am335x/
H A Dam335x_dmtpps.c39 * latched value from the timer. The remaining work (done by pps_event() while
81 struct task pps_task; /* For pps_event handling. */
288 * area of struct pps_state which is read only by pps_event(). The
322 * partially updated data while pps_event() does its work.
325 pps_event(&sc->pps_state, PPS_CAPTUREASSERT);
503 * Init the task that does deferred pps_event() processing after
/freebsd-11.0-release/sys/dev/usb/serial/
H A Dusb_serial.c1132 pps_event(&sc->sc_pps, onoff ? PPS_CAPTUREASSERT :
/freebsd-11.0-release/sys/kern/
H A Dkern_tc.c1700 pps_event(struct pps_state *pps, int event) function
1716 KASSERT(pps != NULL, ("NULL pps pointer in pps_event"));
/freebsd-11.0-release/sys/dev/sio/
H A Dsio.c1507 pps_event(&com->pps,
/freebsd-11.0-release/sys/pc98/cbus/
H A Dsio.c2319 pps_event(&com->pps,

Completed in 185 milliseconds