| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | input-programming.rst | 23 input_report_key(button_dev, BTN_0, inb(BUTTON_PORT) & 1); 45 button_dev->keybit[BIT_WORD(BTN_0)] = BIT_MASK(BTN_0); 85 type events, and from those only BTN_0 event code. Thus we only set these 89 set_bit(BTN_0, button_dev.keybit);
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | spaceball.c | 226 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_9); in spaceball_connect() 232 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_2) | in spaceball_connect() 238 input_dev->keybit[BIT_WORD(BTN_0)] |= BIT_MASK(BTN_1) | in spaceball_connect()
|
| H A D | fsia6b.c | 68 int sw_id = BTN_0; in fsia6b_serio_irq() 176 input_set_capability(input_dev, EV_KEY, BTN_0 + sw_id); in fsia6b_serio_connect()
|
| /OK3568_Linux_fs/kernel/arch/mips/bcm47xx/ |
| H A D | buttons.c | 33 BCM47XX_GPIO_KEY(4, BTN_0), /* Router mode */ 144 BCM47XX_GPIO_KEY(5, BTN_0), /* Router / AP mode swtich */ 151 BCM47XX_GPIO_KEY(5, BTN_0), /* Router / AP mode swtich */ 158 BCM47XX_GPIO_KEY(5, BTN_0), /* Router / AP mode swtich */
|
| /OK3568_Linux_fs/kernel/drivers/input/tablet/ |
| H A D | hanwang.c | 100 BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8, 212 input_report_key(input_dev, BTN_0, data[2]); in hanwang_parse_packet() 226 input_report_key(input_dev, BTN_0, data[5] & 0x01); in hanwang_parse_packet()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | socfpga_cyclone5_vining_fpga.dts | 38 label = "BTN_0"; /* TEMP_OS */ 40 linux,code = <BTN_0>;
|
| H A D | omap3-overo-palo35-common.dtsi | 39 linux,code = <BTN_0>;
|
| H A D | omap3-overo-palo43-common.dtsi | 39 linux,code = <BTN_0>;
|
| H A D | omap3-overo-gallop43-common.dtsi | 39 linux,code = <BTN_0>;
|
| H A D | omap3-overo-chestnut43-common.dtsi | 39 linux,code = <BTN_0>;
|
| H A D | armada-388-clearfog-base.dts | 27 linux,code = <BTN_0>;
|
| H A D | omap3-overo-alto35-common.dtsi | 46 linux,code = <BTN_0>;
|
| H A D | bcm47094-dlink-dir-885l.dts | 98 linux,code = <BTN_0>;
|
| H A D | bcm4709-buffalo-wxr-1900dhp.dts | 111 linux,code = <BTN_0>;
|
| H A D | sun8i-h3-mapleboard-mp130.dts | 53 linux,code = <BTN_0>;
|
| H A D | bcm4708-buffalo-wzr-1750dhp.dts | 125 linux,code = <BTN_0>;
|
| H A D | armada-388-clearfog.dts | 43 linux,code = <BTN_0>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/ |
| H A D | atmel,captouch.txt | 31 linux,keycodes = <BTN_0>, <BTN_1>,
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-g12a-sei510-android.dts | 37 linux,code = <BTN_0>;
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | powermate.c | 110 input_report_key(pm->input, BTN_0, pm->data[0] & 0x01); in powermate_irq() 371 input_dev->keybit[BIT_WORD(BTN_0)] = BIT_MASK(BTN_0); in powermate_probe()
|
| H A D | rb532_button.c | 19 #define RB532_BTN_KSYM BTN_0
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/dts/qca/ |
| H A D | ar9331_tl_mr3020.dts | 63 linux,code = <BTN_0>;
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/keymaps/ |
| H A D | rc-imon-rsc.c | 40 { 0x801098, BTN_0 },
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-rsk/ |
| H A D | devices-rsk7203.c | 88 .code = BTN_0,
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | ucb1x00-assabet.c | 49 buttons[i].code = BTN_0 + i; in ucb1x00_assabet_add()
|