/src/sys/dev/isa/ |
pcppivar.h | 46 device_t sc_timer; member in struct:pcppi_softc
|
/src/sys/netinet/ |
tcp_syncache.h | 163 callout_t sc_timer; /* rexmt timer */ member in struct:syn_cache
|
/src/sys/arch/arm/samsung/ |
exynos_pwm.c | 77 struct exynos_pwm_timer sc_timer[PWM_NTIMERS]; member in struct:exynos_pwm_softc 183 timer = &sc->sc_timer[index]; 238 sc->sc_timer[n].timer_index = n; 239 sc->sc_timer[n].timer_pwm.pwm_enable = exynos_pwm_enable; 240 sc->sc_timer[n].timer_pwm.pwm_get_config = exynos_pwm_get_config; 241 sc->sc_timer[n].timer_pwm.pwm_set_config = exynos_pwm_set_config; 242 sc->sc_timer[n].timer_pwm.pwm_dev = self; 243 sc->sc_timer[n].timer_pwm.pwm_priv = &sc->sc_timer[n];
|
/src/sys/arch/sparc64/dev/ |
tda.c | 73 callout_t sc_timer; member in struct:tda_softc 131 callout_init(&sc->sc_timer, CALLOUT_MPSAFE); 132 callout_reset(&sc->sc_timer, hz*20, tda_timeout, sc); 182 callout_halt(&sc->sc_timer, NULL); 183 callout_destroy(&sc->sc_timer); 196 callout_reset(&sc->sc_timer, hz*60, tda_timeout, sc);
|
pcf8591_envctrl.c | 82 callout_t sc_timer; member in struct:ecadc_softc 276 callout_init(&sc->sc_timer, CALLOUT_MPSAFE); 277 callout_reset(&sc->sc_timer, hz*20, ecadc_timeout, sc); 292 callout_halt(&sc->sc_timer, NULL); 293 callout_destroy(&sc->sc_timer); 411 callout_reset(&sc->sc_timer, hz*60, ecadc_timeout, sc);
|
/src/sys/dev/i2c/ |
pcf8574.c | 80 callout_t sc_timer; member in struct:pcf8574_softc 237 callout_init(&sc->sc_timer, CALLOUT_MPSAFE); 238 callout_reset(&sc->sc_timer, hz * sc->sc_callout_time, 250 callout_halt(&sc->sc_timer, NULL); 251 callout_destroy(&sc->sc_timer); 398 callout_reset(&sc->sc_timer, hz * sc->sc_callout_time,
|
/src/sys/dev/ic/ |
sl811hsvar.h | 65 struct callout sc_timer; /* for reset */ member in struct:slhci_softc
|
/src/sys/arch/newsmips/dev/ |
screg_1185.h | 63 #define sc_timer *((volatile uint8_t *)(SCSI_BASE + 0x4)) macro
|
/src/sys/dev/pci/ |
if_etreg.h | 530 uint32_t sc_timer; member in struct:et_softc
|