Searched refs:ms_delay_ch (Results 1 – 2 of 2) sorted by relevance
116 callout_init(&ms_softc[0].ms_delay_ch, 0); in mouseattach()197 callout_stop(&ms->ms_delay_ch); in mouse_soft()290 callout_reset(&ms->ms_delay_ch, 10, in mouse_soft()
51 struct callout ms_delay_ch; member