Searched refs:BTN_0 (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dspaceball.c236 input_dev->keybit[LONG(BTN_0)] |= BIT(BTN_9);
239 input_dev->keybit[LONG(BTN_0)] |= BIT(BTN_2) | BIT(BTN_3) | BIT(BTN_4)
242 input_dev->keybit[LONG(BTN_0)] |= BIT(BTN_1) | BIT(BTN_8);
H A Dmagellan.c50 static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 };
H A Dxpad.c145 BTN_0, BTN_1,
215 input_report_key(dev, BTN_0, data[2] & 0x01); // up
H A Dgamecon.c405 static short gc_psx_ddr_btn[] = { BTN_0, BTN_1, BTN_2, BTN_3 };
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dpowermate.c107 input_report_key(pm->input, BTN_0, pm->data[0] & 0x01);
367 input_dev->keybit[LONG(BTN_0)] = BIT(BTN_0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Dwacom_sys.c146 input_dev->keybit[LONG(BTN_LEFT)] |= BIT(BTN_0) | BIT(BTN_4);
161 input_dev->keybit[LONG(BTN_LEFT)] |= BIT(BTN_0) | BIT(BTN_1) | BIT(BTN_2) | BIT(BTN_3);
H A Dwacom_wac.c234 wacom_report_key(wcombo, BTN_0, (data[7] & 0x40));
244 wacom_report_key(wcombo, BTN_0, (data[7] & 0x40));
399 wacom_report_key(wcombo, BTN_0, (data[5] & 0x01));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dsynaptics.c463 input_report_key(dev, BTN_0 + i, hw.ext_buttons & (1 << i));
562 set_bit(BTN_0 + i, dev->keybit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dkonicawc.c242 input_dev->keybit[LONG(BTN_0)] = BIT(BTN_0);
266 input_report_key(cam->input, BTN_0, cam->buttonsts);
H A Dquickcam_messenger.c106 input_dev->keybit[LONG(BTN_0)] = BIT(BTN_0);
130 input_report_key(cam->input, BTN_0, cam->button_sts);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/
H A Dhid-debug.c621 [BTN_0] = "Btn0", [BTN_1] = "Btn1",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dmousedev.c202 case BTN_0:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinput.h366 #define BTN_0 0x100 macro

Completed in 87 milliseconds