OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:retkind
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libusbhid/
parse.c
162
hid_kind_t
retkind
;
local in function:hid_get_item_raw
256
retkind
= hid_input;
258
if (!(s->kindset & (1 <<
retkind
))) {
263
c->kind =
retkind
;
295
retkind
= hid_output;
316
retkind
= hid_feature;
/src/sys/dev/hid/
hid.c
129
enum hid_kind
retkind
;
local in function:hid_get_item
215
retkind
= hid_input;
217
if (s->kind !=
retkind
) {
223
c->kind =
retkind
;
253
retkind
= hid_output;
264
retkind
= hid_feature;
Completed in 12 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025