Home
last modified time | relevance | path

Searched refs:retkind (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/lib/libusbhid/
Dparse.c150 hid_kind_t retkind; in hid_get_item_raw() local
234 retkind = hid_input; in hid_get_item_raw()
236 if (!(s->kindset & (1 << retkind))) { in hid_get_item_raw()
241 c->kind = retkind; in hid_get_item_raw()
272 retkind = hid_output; in hid_get_item_raw()
293 retkind = hid_feature; in hid_get_item_raw()
/mirbsd/src/sys/dev/usb/
Dhid.c135 enum hid_kind retkind; in hid_get_item() local
209 retkind = hid_input; in hid_get_item()
211 if (s->kind != retkind) { in hid_get_item()
217 c->kind = retkind; in hid_get_item()
246 retkind = hid_output; in hid_get_item()
257 retkind = hid_feature; in hid_get_item()