Searched refs:EV_ABS (Results 1 – 25 of 32) sorted by relevance
12
/linux-2.4.37.9/drivers/usb/ |
D | hid-input.c | 160 usage->type = EV_ABS; bit = input->absbit; max = ABS_MAX; in hidinput_configure_usage() 186 usage->type = EV_ABS; bit = input->absbit; max = ABS_MAX; in hidinput_configure_usage() 297 usage->type = EV_ABS; bit = input->absbit; max = ABS_MAX; in hidinput_configure_usage() 309 if (usage->type == EV_ABS) { in hidinput_configure_usage()
|
D | kbtab.c | 104 kbtab->dev.evbit[0] |= BIT(EV_KEY) | BIT(EV_ABS) | BIT(EV_MSC); in kbtab_probe()
|
/linux-2.4.37.9/drivers/char/joystick/ |
D | amijoy.c | 127 amijoy_dev[i].evbit[0] = BIT(EV_KEY) | BIT(EV_ABS); in amijoy_init()
|
D | magellan.c | 153 magellan->dev.evbit[0] = BIT(EV_KEY) | BIT(EV_ABS); in magellan_connect()
|
D | stinger.c | 142 stinger->dev.evbit[0] = BIT(EV_KEY) | BIT(EV_ABS); in stinger_connect()
|
D | spaceball.c | 179 spaceball->dev.evbit[0] = BIT(EV_KEY) | BIT(EV_ABS); in spaceball_connect()
|
D | spaceorb.c | 168 spaceorb->dev.evbit[0] = BIT(EV_KEY) | BIT(EV_ABS); in spaceorb_connect()
|
D | warrior.c | 147 warrior->dev.evbit[0] = BIT(EV_KEY) | BIT(EV_REL) | BIT(EV_ABS); in warrior_connect()
|
D | interact.c | 256 interact->dev.evbit[0] = BIT(EV_KEY) | BIT(EV_ABS); in interact_connect()
|
D | turbografx.c | 183 tgfx->dev[i].evbit[0] = BIT(EV_KEY) | BIT(EV_ABS); in tgfx_probe()
|
D | cobra.c | 201 cobra->dev[i].evbit[0] = BIT(EV_KEY) | BIT(EV_ABS); in cobra_connect()
|
D | gf2k.c | 291 gf2k->dev.evbit[0] = BIT(EV_KEY) | BIT(EV_ABS); in gf2k_connect()
|
D | a3d.c | 294 a3d->dev.evbit[0] |= BIT(EV_ABS) | BIT(EV_KEY) | BIT(EV_REL); in a3d_connect()
|
D | grip.c | 354 grip->dev[i].evbit[0] = BIT(EV_KEY) | BIT(EV_ABS); in grip_connect()
|
D | tmdc.c | 315 tmdc->dev[j].evbit[0] = BIT(EV_KEY) | BIT(EV_ABS); in tmdc_connect()
|
D | db9.c | 355 db9->dev[i].evbit[0] = BIT(EV_KEY) | BIT(EV_ABS); in db9_probe()
|
D | adi.c | 420 adi->dev.evbit[0] = BIT(EV_KEY) | BIT(EV_ABS); in adi_init_input()
|
/linux-2.4.37.9/include/linux/ |
D | input.h | 87 #define EV_ABS 0x03 macro 724 #define input_report_abs(a,b,c) input_event(a, EV_ABS, b, c)
|
/linux-2.4.37.9/drivers/input/ |
D | mousedev.c | 98 case EV_ABS: in mousedev_event() 419 (!test_bit(EV_ABS, dev->evbit) || !test_bit(ABS_X, dev->absbit))) in mousedev_connect()
|
D | joydev.c | 127 case EV_ABS: in joydev_event() 428 if (!(test_bit(EV_KEY, dev->evbit) && test_bit(EV_ABS, dev->evbit) && in joydev_connect()
|
D | input.c | 97 case EV_ABS: in input_event()
|
D | uinput.c | 218 if (test_bit(EV_ABS, dev->evbit)) { in uinput_alloc_device()
|
D | evdev.c | 281 case EV_ABS: bits = dev->absbit; len = ABS_MAX; break; in evdev_ioctl()
|
/linux-2.4.37.9/Documentation/input/ |
D | input-programming.txt | 156 EV_ABS. They are used for relative and absolute values supplied by the 170 However EV_ABS requires a little special care. Before calling
|
/linux-2.4.37.9/drivers/hil/ |
D | hil_ptr.c | 295 ptr->dev.evbit[0] = BIT(EV_ABS); in hil_ptr_connect()
|
12