OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:multimax
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libusbhid/
parse.c
55
int
multimax
;
member in struct:hid_data
170
if (s->
multimax
) {
186
if (s->multi < s->
multimax
) {
191
* '
multimax
' is only non-zero if the current
199
c->report_count = s->
multimax
;
200
s->
multimax
= 0;
266
s->
multimax
= c->report_count;
/src/sys/dev/hid/
hid.c
72
int
multimax
;
member in struct:hid_data
132
DPRINTFN(5,("hid_get_item: multi=%d
multimax
=%d\n",
133
s->multi, s->
multimax
));
134
if (s->
multimax
!= 0) {
135
if (s->multi < s->
multimax
) {
144
c->loc.count = s->
multimax
;
145
s->
multimax
= 0;
226
s->
multimax
= c->loc.count;
Completed in 37 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025