Home
last modified time | relevance | path

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

/netbsd/lib/libusbhid/
H A Dparse.c162 hid_kind_t retkind; in hid_get_item_raw() local
256 retkind = hid_input; in hid_get_item_raw()
258 if (!(s->kindset & (1 << retkind))) { in hid_get_item_raw()
263 c->kind = retkind; in hid_get_item_raw()
295 retkind = hid_output; in hid_get_item_raw()
316 retkind = hid_feature; in hid_get_item_raw()
/netbsd/sys/dev/hid/
H A Dhid.c129 enum hid_kind retkind; in hid_get_item() local
215 retkind = hid_input; in hid_get_item()
217 if (s->kind != retkind) { in hid_get_item()
223 c->kind = retkind; in hid_get_item()
253 retkind = hid_output; in hid_get_item()
264 retkind = hid_feature; in hid_get_item()