Searched refs:EV_KEY (Results 1 - 25 of 39) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dhid-input.c107 usage->type = EV_KEY; bit = input->keybit; max = KEY_MAX;
121 usage->type = EV_KEY; bit = input->keybit; max = KEY_MAX;
143 usage->type = EV_KEY; bit = input->keybit; max = KEY_MAX;
151 usage->type = EV_KEY; bit = input->keybit; max = KEY_MAX;
183 set_bit(EV_KEY, input->evbit);
193 usage->type = EV_KEY; bit = input->keybit; max = KEY_MAX;
203 usage->type = EV_KEY; bit = input->keybit; max = KEY_MAX;
213 usage->type = EV_KEY; bit = input->keybit; max = KEY_MAX;
220 usage->type = EV_KEY; bit = input->keybit; max = KEY_MAX;
271 usage->type = EV_KEY; bi
[all...]
H A Dusbmouse.c130 mouse->dev.evbit[0] = BIT(EV_KEY) | BIT(EV_REL);
H A Dkbtab.c104 kbtab->dev.evbit[0] |= BIT(EV_KEY) | BIT(EV_ABS) | BIT(EV_MSC);
H A Dusbkbd.c203 kbd->dev.evbit[0] = BIT(EV_KEY) | BIT(EV_LED) | BIT(EV_REP);
H A Dpowermate.c297 pm->input.evbit[0] = BIT(EV_KEY) | BIT(EV_REL) | BIT(EV_MSC);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/input/
H A Dkeybdev.c172 if (type != EV_KEY) return;
185 if (!test_bit(EV_KEY, dev->evbit))
H A Dinput.c76 case EV_KEY:
184 input_event(dev, EV_KEY, dev->repeat_key, 2);
H A Dmousedev.c123 case EV_KEY:
411 if (!test_bit(EV_KEY, dev->evbit) ||
H A Djoydev.c118 case EV_KEY:
416 if (!(test_bit(EV_KEY, dev->evbit) && test_bit(EV_ABS, dev->evbit) &&
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/joystick/
H A Damijoy.c127 amijoy_dev[i].evbit[0] = BIT(EV_KEY) | BIT(EV_ABS);
H A Dmagellan.c153 magellan->dev.evbit[0] = BIT(EV_KEY) | BIT(EV_ABS);
H A Dspaceball.c179 spaceball->dev.evbit[0] = BIT(EV_KEY) | BIT(EV_ABS);
H A Dstinger.c142 stinger->dev.evbit[0] = BIT(EV_KEY) | BIT(EV_ABS);
H A Dwarrior.c147 warrior->dev.evbit[0] = BIT(EV_KEY) | BIT(EV_REL) | BIT(EV_ABS);
H A Da3d.c294 a3d->dev.evbit[0] |= BIT(EV_ABS) | BIT(EV_KEY) | BIT(EV_REL);
322 a3d->dev.evbit[0] |= BIT(EV_KEY) | BIT(EV_REL);
H A Dcobra.c201 cobra->dev[i].evbit[0] = BIT(EV_KEY) | BIT(EV_ABS);
H A Dinteract.c256 interact->dev.evbit[0] = BIT(EV_KEY) | BIT(EV_ABS);
H A Dspaceorb.c168 spaceorb->dev.evbit[0] = BIT(EV_KEY) | BIT(EV_ABS);
H A Dturbografx.c183 tgfx->dev[i].evbit[0] = BIT(EV_KEY) | BIT(EV_ABS);
H A Dgf2k.c291 gf2k->dev.evbit[0] = BIT(EV_KEY) | BIT(EV_ABS);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hil/
H A Dhil_kbd.c44 #define input_report_key(a,b,c) { printk("input_report_key(%p, %d, %d)\n", a, b, !!(c)); input_event(a, EV_KEY, b, !!(c)); }
392 kbd->dev.evbit[0] |= BIT(EV_KEY);
H A Dhilkbd.c301 hil_dev.dev.evbit[0] |= BIT(EV_KEY);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dinput.h85 #define EV_KEY 0x01 macro
720 #define input_report_key(a,b,c) input_event(a, EV_KEY, b, !!(c))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dinput.h85 #define EV_KEY 0x01 macro
720 #define input_report_key(a,b,c) input_event(a, EV_KEY, b, !!(c))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Dadbhid.c500 adbhid[id]->input.evbit[0] = BIT(EV_KEY) | BIT(EV_LED) | BIT(EV_REP);
511 adbhid[id]->input.evbit[0] = BIT(EV_KEY) | BIT(EV_REL);
525 adbhid[id]->input.evbit[0] = BIT(EV_KEY) | BIT(EV_REP);

Completed in 206 milliseconds

12