Home
last modified time | relevance | path

Searched refs:tc_poll_pps (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/sys/
H A Dtimetc.h49 timecounter_pps_t *tc_poll_pps; member
/f-stack/freebsd/i386/i386/
H A Delan-mmcr.c449 elan_timecounter.tc_poll_pps = elan_poll_pps; in elan_ioctl()
451 elan_timecounter.tc_poll_pps = NULL; in elan_ioctl()
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_dmtpps.c328 sc->tc.tc_poll_pps = dmtpps_poll; in dmtpps_open()
346 sc->tc.tc_poll_pps = NULL; in dmtpps_close()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c117 .tc_poll_pps = NULL,
/f-stack/freebsd/arm/versatile/
H A Dsp804.c253 sc->tc.tc_poll_pps = NULL; in sp804_timer_attach()
/f-stack/freebsd/arm/arm/
H A Dmpcore_timer.c129 .tc_poll_pps = NULL,
H A Dgeneric_timer.c119 .tc_poll_pps = NULL,
/f-stack/freebsd/kern/
H A Dkern_tc.c1353 if (tho->th_counter->tc_poll_pps) in tc_windup()
1354 tho->th_counter->tc_poll_pps(tho->th_counter); in tc_windup()