Searched refs:retkind (Results 1 – 2 of 2) sorted by relevance
150 hid_kind_t retkind; in hid_get_item_raw() local234 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()
135 enum hid_kind retkind; in hid_get_item() local209 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()