sc_timer
timer = &sc->sc_timer[index];
sc->sc_timer[n].timer_index = n;
sc->sc_timer[n].timer_pwm.pwm_enable = exynos_pwm_enable;
sc->sc_timer[n].timer_pwm.pwm_get_config = exynos_pwm_get_config;
sc->sc_timer[n].timer_pwm.pwm_set_config = exynos_pwm_set_config;
sc->sc_timer[n].timer_pwm.pwm_dev = self;
sc->sc_timer[n].timer_pwm.pwm_priv = &sc->sc_timer[n];
struct exynos_pwm_timer sc_timer[PWM_NTIMERS];
sc_timer = 0x2;
sc_timer = SEL_TIMEOUT_VALUE;
callout_init(&sc->sc_timer, CALLOUT_MPSAFE);
callout_reset(&sc->sc_timer, hz*20, ecadc_timeout, sc);
callout_halt(&sc->sc_timer, NULL);
callout_destroy(&sc->sc_timer);
callout_reset(&sc->sc_timer, hz*60, ecadc_timeout, sc);
callout_t sc_timer;
callout_init(&sc->sc_timer, CALLOUT_MPSAFE);
callout_reset(&sc->sc_timer, hz*20, tda_timeout, sc);
callout_halt(&sc->sc_timer, NULL);
callout_destroy(&sc->sc_timer);
callout_reset(&sc->sc_timer, hz*60, tda_timeout, sc);
callout_t sc_timer;
callout_init(&sc->sc_timer, CALLOUT_MPSAFE);
callout_reset(&sc->sc_timer, hz * sc->sc_callout_time,
callout_halt(&sc->sc_timer, NULL);
callout_destroy(&sc->sc_timer);
callout_reset(&sc->sc_timer, hz * sc->sc_callout_time,
callout_t sc_timer;
callout_init(&sc->sc_timer, CALLOUT_MPSAFE);
callout_setfunc(&sc->sc_timer, slhci_reset_entry, sc);
callout_schedule(&sc->sc_timer, uimax(mstohz(50), 2));
struct callout sc_timer; /* for reset */
if (sc->sc_timer != NULL) {
attimer_detach_speaker(sc->sc_timer);
sc->sc_timer = NULL;
if ((sc->sc_timer = attimer_attach_speaker()) == NULL)
aprint_normal_dev(sc->sc_timer, "attached to %s\n",
if (sc->sc_timer != NULL)
attimer_set_pitch(sc->sc_timer, pitch);
device_t sc_timer;
CSR_WRITE_4(sc, ET_TIMER, sc->sc_timer);
CSR_WRITE_4(sc, ET_TIMER, sc->sc_timer);
sc->sc_timer = et_timer;
uint32_t sc_timer;
callout_reset(&sc->sc_timer,
callout_stop(&sc->sc_timer);
if (!callout_invoking(&sc->sc_timer))
callout_schedule(&(sc)->sc_timer, 1);
callout_ack(&sc->sc_timer);
callout_destroy(&sc->sc_timer);
callout_init(&sc->sc_timer, CALLOUT_MPSAFE);
callout_t sc_timer; /* rexmt timer */