sc_repeat         103 dev/bluetooth/btkbd.c 	struct timeout		 sc_repeat;
sc_repeat         195 dev/bluetooth/btkbd.c 	timeout_set(&sc->sc_repeat, NULL, NULL);
sc_repeat         216 dev/bluetooth/btkbd.c 	timeout_del(&sc->sc_repeat);
sc_repeat         350 dev/bluetooth/btkbd.c 		timeout_del(&sc->sc_repeat);
sc_repeat         524 dev/bluetooth/btkbd.c 		timeout_del(&sc->sc_repeat);
sc_repeat         527 dev/bluetooth/btkbd.c 			timeout_del(&sc->sc_repeat);
sc_repeat         528 dev/bluetooth/btkbd.c 			timeout_set(&sc->sc_repeat, btkbd_repeat, sc);
sc_repeat         529 dev/bluetooth/btkbd.c 			timeout_add(&sc->sc_repeat, hz * REP_DELAY1 / 1000);
sc_repeat         557 dev/bluetooth/btkbd.c 	timeout_del(&sc->sc_repeat);
sc_repeat         558 dev/bluetooth/btkbd.c 	timeout_set(&sc->sc_repeat, btkbd_repeat, sc);
sc_repeat         559 dev/bluetooth/btkbd.c 	timeout_add(&sc->sc_repeat, hz * REP_DELAYN / 1000);