Symbol: HID_USAGE
drivers/hid/hid-apple.c
785
if ((hid & HID_USAGE_PAGE) == HID_UP_MSVENDOR && (hid & HID_USAGE) == 0xf)
drivers/hid/hid-asus.c
1042
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-asus.c
1085
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-asus.c
1113
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-asus.c
359
(usage->hid & HID_USAGE) != 0x00 &&
drivers/hid/hid-asus.c
360
(usage->hid & HID_USAGE) != 0xff && !usage->type) {
drivers/hid/hid-asus.c
362
usage->hid & HID_USAGE);
drivers/hid/hid-belkin.c
36
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-cherry.c
45
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-chicony.c
67
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-corsair.c
613
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-corsair.c
638
gkey = corsair_usage_to_gkey(usage->hid & HID_USAGE);
drivers/hid/hid-corsair.c
644
if ((usage->hid & HID_USAGE) >= CORSAIR_USAGE_SPECIAL_MIN &&
drivers/hid/hid-corsair.c
645
(usage->hid & HID_USAGE) <= CORSAIR_USAGE_SPECIAL_MAX) {
drivers/hid/hid-corsair.c
646
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-evision.c
29
if ((usage->hid & HID_USAGE) >> 8 == 0x05)
drivers/hid/hid-evision.c
32
if ((usage->hid & HID_USAGE) >> 8 == 0x06)
drivers/hid/hid-evision.c
35
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-ezkey.c
32
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-gyration.c
32
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-haptic.c
108
usage_hid = field->usage[n].hid & HID_USAGE;
drivers/hid/hid-haptic.c
113
(HID_HP_WAVEFORMPRESS & HID_USAGE)) {
drivers/hid/hid-haptic.c
116
(HID_HP_WAVEFORMRELEASE & HID_USAGE)) {
drivers/hid/hid-haptic.c
243
if (effect->u.haptic.hid_usage >= (HID_HP_VENDORWAVEFORMMIN & HID_USAGE) &&
drivers/hid/hid-haptic.c
244
effect->u.haptic.hid_usage <= (HID_HP_VENDORWAVEFORMMAX & HID_USAGE) &&
drivers/hid/hid-haptic.c
263
if (effect->u.haptic.hid_usage == (HID_HP_WAVEFORMPRESS & HID_USAGE) ||
drivers/hid/hid-haptic.c
264
effect->u.haptic.hid_usage == (HID_HP_WAVEFORMRELEASE & HID_USAGE))
drivers/hid/hid-haptic.c
329
effect->u.haptic.hid_usage = HID_HP_WAVEFORMNONE & HID_USAGE;
drivers/hid/hid-haptic.c
34
usage_hid = usage->hid & HID_USAGE;
drivers/hid/hid-haptic.c
344
if (effect.u.haptic.hid_usage == (HID_HP_WAVEFORMRELEASE & HID_USAGE)) {
drivers/hid/hid-haptic.c
351
effect.u.haptic.hid_usage = HID_HP_WAVEFORMRELEASE & HID_USAGE;
drivers/hid/hid-haptic.c
355
} else if (effect.u.haptic.hid_usage == (HID_HP_WAVEFORMPRESS & HID_USAGE)) {
drivers/hid/hid-haptic.c
363
effect.u.haptic.hid_usage = HID_HP_WAVEFORMPRESS & HID_USAGE;
drivers/hid/hid-haptic.c
412
.hid_usage = HID_HP_WAVEFORMSTOP & HID_USAGE,
drivers/hid/hid-haptic.c
442
HID_HP_WAVEFORMNONE & HID_USAGE;
drivers/hid/hid-haptic.c
444
HID_HP_WAVEFORMSTOP & HID_USAGE;
drivers/hid/hid-icade.c
177
trans = icade_find_translation(usage->hid & HID_USAGE);
drivers/hid/hid-icade.c
195
trans = icade_find_translation(usage->hid & HID_USAGE);
drivers/hid/hid-input.c
1071
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-input.c
1094
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-input.c
110
return (usage->hid & (HID_USAGE_PAGE | HID_USAGE)) == scancode;
drivers/hid/hid-input.c
1311
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-input.c
1323
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-input.c
1342
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-input.c
1365
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-input.c
189
scancode = usage->hid & (HID_USAGE_PAGE | HID_USAGE);
drivers/hid/hid-input.c
752
if ((usage->hid & HID_USAGE) < 256) {
drivers/hid/hid-input.c
753
if (!hid_keyboard[usage->hid & HID_USAGE]) goto ignore;
drivers/hid/hid-input.c
754
map_key_clear(hid_keyboard[usage->hid & HID_USAGE]);
drivers/hid/hid-input.c
761
code = ((usage->hid - 1) & HID_USAGE);
drivers/hid/hid-kensington.c
27
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-lcpower.c
27
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-lenovo.c
219
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-lenovo.c
258
(usage->hid & HID_USAGE) == 0x003)
drivers/hid/hid-lenovo.c
261
(usage->hid & HID_USAGE) == 0x238)
drivers/hid/hid-lenovo.c
271
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-lenovo.c
299
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-lenovo.c
334
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-lenovo.c
343
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-lenovo.c
354
(usage->hid & HID_USAGE) == 0x003)
drivers/hid/hid-lenovo.c
357
(usage->hid & HID_USAGE) == 0x238)
drivers/hid/hid-lenovo.c
366
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-lg.c
545
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-lg.c
577
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-lg.c
661
hid &= HID_USAGE;
drivers/hid/hid-logitech-hidpp.c
3496
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-microsoft.c
104
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-microsoft.c
149
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-microsoft.c
86
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-monterey.c
40
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-multitouch.c
1507
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-multitouch.c
979
code = BTN_MOUSE + ((usage->hid - 1) & HID_USAGE);
drivers/hid/hid-multitouch.c
986
(usage->hid & HID_USAGE) > 1)
drivers/hid/hid-multitouch.c
990
code = BTN_0 + ((usage->hid - 1) & HID_USAGE);
drivers/hid/hid-nvidia-shield.c
941
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-penmount.c
23
if (((usage->hid - 1) & HID_USAGE) == 0) {
drivers/hid/hid-petalynx.c
42
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-petalynx.c
55
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-plantronics.c
90
if (!((plt_type & HID_USAGE) >= PLT_BASIC_TELEPHONY &&
drivers/hid/hid-plantronics.c
91
(plt_type & HID_USAGE) != PLT_BASIC_EXCEPTION) &&
drivers/hid/hid-samsung.c
100
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-samsung.c
151
usage->hid & HID_USAGE);
drivers/hid/hid-samsung.c
155
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-samsung.c
172
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-samsung.c
244
usage->hid & HID_USAGE, hi->input->evbit[0], hi->input->absbit[0], usage->hid & HID_USAGE_PAGE);
drivers/hid/hid-samsung.c
247
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-samsung.c
302
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-samsung.c
332
usage->hid, usage->hid & HID_USAGE, hi->input->evbit[0], hi->input->absbit[0],
drivers/hid/hid-samsung.c
338
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-samsung.c
358
usage->hid & HID_USAGE);
drivers/hid/hid-samsung.c
362
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-samsung.c
379
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-samsung.c
98
usage->hid & HID_USAGE);
drivers/hid/hid-sony.c
1070
unsigned int key = usage->hid & HID_USAGE;
drivers/hid/hid-sony.c
618
unsigned int abs = usage->hid & HID_USAGE;
drivers/hid/hid-sony.c
633
unsigned int key = usage->hid & HID_USAGE;
drivers/hid/hid-sony.c
642
unsigned int abs = usage->hid & HID_USAGE;
drivers/hid/hid-sony.c
677
unsigned int key = usage->hid & HID_USAGE;
drivers/hid/hid-sony.c
712
unsigned int key = usage->hid & HID_USAGE;
drivers/hid/hid-sony.c
740
unsigned int abs = usage->hid & HID_USAGE;
drivers/hid/hid-sony.c
760
unsigned int key = usage->hid & HID_USAGE;
drivers/hid/hid-sony.c
789
unsigned int abs = usage->hid & HID_USAGE;
drivers/hid/hid-sunplus.c
42
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-tivo.c
28
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-tivo.c
42
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-topseed.c
33
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-twinhan.c
68
switch (usage->hid & HID_USAGE) {
drivers/hid/hid-uclogic-core.c
104
const int key = (usage->hid & HID_USAGE) - 1;
drivers/hid/hid-universal-pidff.c
35
int button = ((usage->hid - 1) & HID_USAGE);
drivers/hid/hid-vivaldi-common.c
45
fn_key = usage->hid & HID_USAGE;
drivers/hid/hid-winwing.c
195
button = usage->hid & HID_USAGE;
drivers/hid/hid-zydacron.c
57
usage->hid & HID_USAGE);
drivers/hid/hid-zydacron.c
59
switch (usage->hid & HID_USAGE) {
drivers/hid/usbhid/hid-pidff.c
171
HID_USAGE & HID_GD_X,
drivers/hid/usbhid/hid-pidff.c
172
HID_USAGE & HID_GD_Y,
drivers/hid/usbhid/hid-pidff.c
173
HID_USAGE & HID_GD_Z,
drivers/hid/usbhid/hid-pidff.c
174
HID_USAGE & HID_GD_RX,
drivers/hid/usbhid/hid-pidff.c
175
HID_USAGE & HID_GD_RY,
drivers/hid/usbhid/hid-pidff.c
176
HID_USAGE & HID_GD_RZ,
drivers/hid/usbhid/hid-pidff.c
177
HID_USAGE & HID_GD_SLIDER,
drivers/hid/usbhid/hid-pidff.c
178
HID_USAGE & HID_GD_DIAL,
drivers/hid/usbhid/hid-pidff.c
179
HID_USAGE & HID_GD_WHEEL,