Lines Matching refs:usage
105 * Perform an exhaustive search of the report table for a usage, given its
106 * type and usage id.
127 if (field->usage[j].hid == uref->usage_code) {
167 struct hid_usage *usage, __s32 value)
178 uref.usage_index = (usage - field->usage);
179 uref.usage_code = usage->hid;
468 uref->usage_code = field->usage[uref->usage_index].hid;
536 i = field->usage[uref->usage_index].collection_index;
635 r = hid->collection[i].usage;
812 cinfo.usage = hid->collection[cinfo.index].usage;
886 !IS_INPUT_APPLICATION(hid->collection[i].usage))