OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_rawrepeat_ch
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/zaurus/dev/
zkbd.c
154
struct callout
sc_rawrepeat_ch
;
member in struct:zkbd_softc
241
callout_init(&sc->
sc_rawrepeat_ch
, 0);
242
callout_setfunc(&sc->
sc_rawrepeat_ch
, zkbd_rawrepeat, sc);
352
callout_schedule(&sc->
sc_rawrepeat_ch
, hz * REP_DELAYN / 1000);
519
callout_schedule(&sc->
sc_rawrepeat_ch
,
522
callout_stop(&sc->
sc_rawrepeat_ch
);
656
callout_stop(&sc->
sc_rawrepeat_ch
);
/src/sys/dev/usb/
ukbd.c
286
struct callout
sc_rawrepeat_ch
;
member in struct:ukbd_softc
505
callout_init(&sc->
sc_rawrepeat_ch
, 0);
892
callout_stop(&sc->
sc_rawrepeat_ch
);
895
callout_reset(&sc->
sc_rawrepeat_ch
,
964
callout_reset(&sc->
sc_rawrepeat_ch
, hz * REP_DELAYN / 1000,
990
callout_stop(&sc->
sc_rawrepeat_ch
);
Completed in 34 milliseconds
Indexes created Wed Sep 24 14:09:57 GMT 2025