Lines Matching refs:usage
455 struct hid_field *field, struct hid_usage *usage,
464 switch (usage->hid & HID_USAGE_PAGE) {
466 switch (usage->hid) {
468 hid_map_usage(hi, usage, bit, max,
490 hid_map_usage(hi, usage, bit, max,
515 switch (usage->hid) {
525 hid_map_usage(hi, usage, bit, max,
529 hid_map_usage(hi, usage, bit, max,
546 struct hid_field *field, struct hid_usage *usage,
553 if (usage->type == EV_KEY || usage->type == EV_REL
554 || usage->type == EV_ABS)
555 clear_bit(usage->code, *bit);
567 struct hid_usage *usage, __s32 value)
587 switch (usage->hid) {
638 * this usage tells if the contact point is real
853 hid->hiddev_hid_event(hid, field, usage, value);