Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDtimetc.h47 timecounter_pps_t *tc_poll_pps; member
/freebsd-14-stable/sys/i386/i386/
HDelan-mmcr.c447 elan_timecounter.tc_poll_pps = elan_poll_pps; in elan_ioctl()
449 elan_timecounter.tc_poll_pps = NULL; in elan_ioctl()
/freebsd-14-stable/sys/dev/hyperv/vmbus/x86/
HDhyperv_x86.c72 .tc_poll_pps = NULL,
/freebsd-14-stable/sys/arm/ti/am335x/
HDam335x_dmtpps.c326 sc->tc.tc_poll_pps = dmtpps_poll; in dmtpps_open()
344 sc->tc.tc_poll_pps = NULL; in dmtpps_close()
/freebsd-14-stable/sys/riscv/riscv/
HDtimer.c75 .tc_poll_pps = NULL,
/freebsd-14-stable/sys/arm/arm/
HDsp804.c248 sc->tc.tc_poll_pps = NULL; in sp804_timer_attach()
HDmpcore_timer.c127 .tc_poll_pps = NULL,
HDgeneric_timer.c161 .tc_poll_pps = NULL,
/freebsd-14-stable/sys/arm/broadcom/bcm2835/
HDbcm2835_systimer.c115 .tc_poll_pps = NULL,
/freebsd-14-stable/sys/x86/x86/
HDpvclock.c309 pvc->tc.tc_poll_pps = NULL; in pvclock_init()
/freebsd-14-stable/sys/kern/
HDkern_tc.c1415 if (tho->th_counter->tc_poll_pps) in tc_windup()
1416 tho->th_counter->tc_poll_pps(tho->th_counter); in tc_windup()