OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_tapping_fingers
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
uatp.c
528
unsigned int
sc_tapping_fingers
; /* No. fingers tapping. */
member in struct:uatp_softc
2013
sc->
sc_tapping_fingers
, sc->sc_tapped_fingers));
2093
sc->
sc_tapping_fingers
= tapping_fingers;
2113
CHECK((sc->
sc_tapping_fingers
<= fingers),
2122
CHECK((sc->
sc_tapping_fingers
<= fingers),
2143
CHECK((sc->
sc_tapping_fingers
<= fingers),
2161
CHECK((0 < sc->
sc_tapping_fingers
),
2164
sc->
sc_tapping_fingers
);
2190
if (fingers < sc->
sc_tapping_fingers
)
2191
fingers = sc->
sc_tapping_fingers
;
[
all
...]
uatp.c
528
unsigned int
sc_tapping_fingers
; /* No. fingers tapping. */
member in struct:uatp_softc
2013
sc->
sc_tapping_fingers
, sc->sc_tapped_fingers));
2093
sc->
sc_tapping_fingers
= tapping_fingers;
2113
CHECK((sc->
sc_tapping_fingers
<= fingers),
2122
CHECK((sc->
sc_tapping_fingers
<= fingers),
2143
CHECK((sc->
sc_tapping_fingers
<= fingers),
2161
CHECK((0 < sc->
sc_tapping_fingers
),
2164
sc->
sc_tapping_fingers
);
2190
if (fingers < sc->
sc_tapping_fingers
)
2191
fingers = sc->
sc_tapping_fingers
;
[
all
...]
Completed in 26 milliseconds
Indexes created Sun Oct 19 16:10:00 GMT 2025