Searched refs:sc_tick (Results 1 – 1 of 1) sorted by relevance
115 int sc_tick; member172 callout_reset(&sc->sc_callout, sc->sc_tick, ft5406ts_callout, sc); in ft5406ts_callout()194 callout_reset(&sc->sc_callout, sc->sc_tick, ft5406ts_callout, sc); in ft5406ts_ev_open()234 sc->sc_tick = hz * 17 / 1000; in ft5406ts_init()235 if (sc->sc_tick == 0) in ft5406ts_init()236 sc->sc_tick = 1; in ft5406ts_init()