Searched refs:ms_modem_ch (Results 1 – 1 of 1) sorted by relevance
115 struct callout ms_modem_ch; member221 callout_init(&ms->ms_modem_ch, 0); in ms_attach()271 callout_reset(&ms->ms_modem_ch, MS_TICK, ms_modem, ms); in msopen()283 callout_stop(&ms->ms_modem_ch); in msclose()692 callout_schedule(&ms->ms_modem_ch, MS_TICK); in ms_modem()