Lines Matching refs:usage
450 unsigned usage[HID_MAX_USAGES]; /* usage array */ member
467 unsigned usage; member
493 struct hid_usage *usage; /* usage table for this function */ member
834 struct hid_usage *usage, __s32 value);
842 struct hid_usage *usage, unsigned long **bit, int *max);
845 struct hid_usage *usage, unsigned long **bit, int *max);
850 struct hid_usage *usage);
962 unsigned int application, unsigned int usage);
1061 struct hid_usage *usage, unsigned long **bit, int *max, in hid_map_usage() argument
1098 usage->type = type; in hid_map_usage()
1099 usage->code = c; in hid_map_usage()
1118 struct hid_usage *usage, unsigned long **bit, int *max, in hid_map_usage_clear() argument
1121 hid_map_usage(hidinput, usage, bit, max, type, c); in hid_map_usage_clear()
1123 clear_bit(usage->code, *bit); in hid_map_usage_clear()