Symbol: pps_state
sys/dev/gpio/gpiopps.c
62
struct pps_state sc_pps_state;
sys/dev/ic/comvar.h
226
struct pps_state sc_pps_state; /* pps state */
sys/dev/ic/z8530tty.c
235
struct pps_state zst_pps_state;
sys/dev/marvell/gtmpscvar.h
124
struct pps_state sc_pps_state;
sys/dev/ppbus/pps_ppbus.c
136
memset((void *)&sc->pps_state, 0, sizeof(sc->pps_state));
sys/dev/ppbus/pps_ppbus.c
137
sc->pps_state.ppscap = PPS_CAPTUREASSERT;
sys/dev/ppbus/pps_ppbus.c
138
pps_init(&sc->pps_state);
sys/dev/ppbus/pps_ppbus.c
154
sc->pps_state.ppsparam.mode = 0;
sys/dev/ppbus/pps_ppbus.c
173
pps_capture(&sc->pps_state);
sys/dev/ppbus/pps_ppbus.c
178
if (sc->pps_state.ppsparam.mode & PPS_ECHOASSERT)
sys/dev/ppbus/pps_ppbus.c
180
pps_event(&sc->pps_state, PPS_CAPTUREASSERT);
sys/dev/ppbus/pps_ppbus.c
181
if (sc->pps_state.ppsparam.mode & PPS_ECHOASSERT)
sys/dev/ppbus/pps_ppbus.c
203
error = pps_ioctl(cmd, data, &sc->pps_state);
sys/dev/ppbus/pps_ppbus.c
52
struct pps_state pps_state; /* pps state */
sys/dev/usb/ucom.c
194
struct pps_state sc_pps_state; /* pps state */
sys/kern/kern_tc.c
1066
pps_ioctl(u_long cmd, void *data, struct pps_state *pps)
sys/kern/kern_tc.c
1119
pps_init(struct pps_state *pps)
sys/kern/kern_tc.c
1135
pps_capture(struct pps_state *pps)
sys/kern/kern_tc.c
1158
pps_event(struct pps_state *pps, int event)
sys/kern/kern_tc.c
1196
pps_ref_event(struct pps_state *pps,
sys/sys/timepps.h
163
void pps_capture(struct pps_state *);
sys/sys/timepps.h
164
void pps_event(struct pps_state *, int);
sys/sys/timepps.h
165
void pps_ref_event(struct pps_state *, int, struct bintime *, int);
sys/sys/timepps.h
166
void pps_init(struct pps_state *);
sys/sys/timepps.h
167
int pps_ioctl(unsigned long, void *, struct pps_state *);