sc_rawrepeat_ch   242 dev/adb/akbd.c 	timeout_set(&sc->sc_rawrepeat_ch, akbd_rawrepeat, sc);
sc_rawrepeat_ch   424 dev/adb/akbd.c 		timeout_del(&sc->sc_rawrepeat_ch);
sc_rawrepeat_ch   452 dev/adb/akbd.c 	timeout_add(&sc->sc_rawrepeat_ch, hz * REP_DELAYN / 1000);
sc_rawrepeat_ch   576 dev/adb/akbd.c 		timeout_del(&sc->sc_rawrepeat_ch);
sc_rawrepeat_ch   579 dev/adb/akbd.c 			timeout_add(&sc->sc_rawrepeat_ch, hz * REP_DELAY1/1000);
sc_rawrepeat_ch    60 dev/adb/akbdvar.h 	struct timeout sc_rawrepeat_ch;
sc_rawrepeat_ch    69 dev/hil/hilkbd.c 	struct timeout	sc_rawrepeat_ch;
sc_rawrepeat_ch   200 dev/hil/hilkbd.c 	timeout_set(&sc->sc_rawrepeat_ch, hilkbd_rawrepeat, sc);
sc_rawrepeat_ch   318 dev/hil/hilkbd.c 		timeout_del(&sc->sc_rawrepeat_ch);
sc_rawrepeat_ch   436 dev/hil/hilkbd.c 		timeout_del(&sc->sc_rawrepeat_ch);
sc_rawrepeat_ch   439 dev/hil/hilkbd.c 			timeout_add(&sc->sc_rawrepeat_ch,
sc_rawrepeat_ch   495 dev/hil/hilkbd.c 	timeout_add(&sc->sc_rawrepeat_ch, (hz * REP_DELAYN) / 1000);
sc_rawrepeat_ch   245 dev/usb/ukbd.c 	struct timeout sc_rawrepeat_ch;
sc_rawrepeat_ch   456 dev/usb/ukbd.c 	timeout_set(&sc->sc_rawrepeat_ch, NULL, NULL);
sc_rawrepeat_ch   733 dev/usb/ukbd.c 		timeout_del(&sc->sc_rawrepeat_ch);
sc_rawrepeat_ch   736 dev/usb/ukbd.c 			timeout_del(&sc->sc_rawrepeat_ch);
sc_rawrepeat_ch   737 dev/usb/ukbd.c 			timeout_set(&sc->sc_rawrepeat_ch, ukbd_rawrepeat, sc);
sc_rawrepeat_ch   738 dev/usb/ukbd.c 			timeout_add(&sc->sc_rawrepeat_ch,
sc_rawrepeat_ch   791 dev/usb/ukbd.c 	timeout_del(&sc->sc_rawrepeat_ch);
sc_rawrepeat_ch   792 dev/usb/ukbd.c 	timeout_set(&sc->sc_rawrepeat_ch, ukbd_rawrepeat, sc);
sc_rawrepeat_ch   793 dev/usb/ukbd.c 	timeout_add(&sc->sc_rawrepeat_ch, hz * REP_DELAYN / 1000);
sc_rawrepeat_ch   816 dev/usb/ukbd.c 		timeout_del(&sc->sc_rawrepeat_ch);