Searched refs:sc_seq_timer (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/bluetooth/ |
H A D | bcsp.c | 114 callout_t sc_seq_timer; member 272 callout_init(&sc->sc_seq_timer, 0); in bcsp_attach() 273 callout_setfunc(&sc->sc_seq_timer, bcsp_timer_timeout, sc); in bcsp_attach() 351 callout_halt(&sc->sc_seq_timer, NULL); in bcsp_detach() 352 callout_destroy(&sc->sc_seq_timer); in bcsp_detach() 1157 callout_schedule(&sc->sc_seq_timer, sc->sc_seq_timeout); in bcsp_tx_reliable_pkt() 1242 callout_stop(&sc->sc_seq_timer); in bcsp_signal_rxack() 1244 callout_schedule(&sc->sc_seq_timer, sc->sc_seq_timeout); in bcsp_signal_rxack() 1279 callout_schedule(&sc->sc_seq_timer, sc->sc_seq_timeout); in bcsp_timer_timeout() 1307 callout_stop(&sc->sc_seq_timer); in bcsp_sequencing_reset()
|
H A D | bth5.c | 118 callout_t sc_seq_timer; member 277 callout_init(&sc->sc_seq_timer, 0); in bthfive_attach() 278 callout_setfunc(&sc->sc_seq_timer, bth5_timer_timeout, sc); in bthfive_attach() 356 callout_halt(&sc->sc_seq_timer, NULL); in bthfive_detach() 357 callout_destroy(&sc->sc_seq_timer); in bthfive_detach() 1218 callout_schedule(&sc->sc_seq_timer, sc->sc_seq_timeout); in bth5_tx_reliable_pkt() 1288 callout_stop(&sc->sc_seq_timer); in bth5_signal_rxack() 1290 callout_schedule(&sc->sc_seq_timer, sc->sc_seq_timeout); in bth5_signal_rxack() 1327 callout_schedule(&sc->sc_seq_timer, sc->sc_seq_timeout); in bth5_timer_timeout() 1354 callout_stop(&sc->sc_seq_timer); in bth5_sequencing_reset()
|