Lines Matching refs:usage
414 unsigned usage[HID_MAX_USAGES]; /* usage array */ member
431 unsigned usage; member
457 struct hid_usage *usage; /* usage table for this function */ member
758 struct hid_usage *usage, __s32 value);
766 struct hid_usage *usage, unsigned long **bit, int *max);
769 struct hid_usage *usage, unsigned long **bit, int *max);
774 struct hid_usage *usage);
979 struct hid_usage *usage, unsigned long **bit, int *max, in hid_map_usage() argument
1012 usage->type = type; in hid_map_usage()
1013 usage->code = c; in hid_map_usage()
1025 struct hid_usage *usage, unsigned long **bit, int *max, in hid_map_usage_clear() argument
1028 hid_map_usage(hidinput, usage, bit, max, type, c); in hid_map_usage_clear()
1030 clear_bit(usage->code, *bit); in hid_map_usage_clear()