Searched refs:sc_powerdown_ch (Results 1 – 2 of 2) sorted by relevance
205 callout_init(&sc->sc_powerdown_ch, CALLOUT_MPSAFE); in ym_attach()1133 callout_halt(&sc->sc_powerdown_ch, in ym_suspend()1385 callout_halt(&sc->sc_powerdown_ch, in ym_power_ctl()1396 callout_halt(&sc->sc_powerdown_ch, in ym_power_ctl()1438 callout_reset(&sc->sc_powerdown_ch, hz * sc->sc_pow_timeout, in ym_power_ctl()
157 callout_t sc_powerdown_ch; member