Home
last modified time | relevance | path

Searched refs:EV_KEY (Results 101 – 125 of 400) sorted by relevance

12345678910>>...16

/linux/drivers/input/mouse/
H A Drpcmouse.c78 rpcmouse_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL); in rpcmouse_init()
H A Dpc110pad.c125 pc110pad_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in pc110pad_init()
/linux/drivers/input/misc/
H A Drt5120-pwrkey.c74 input_set_capability(priv->input, EV_KEY, KEY_POWER); in rt5120_pwrkey_probe()
H A Dcpcap-pwrbutton.c72 input_set_capability(button->idev, EV_KEY, KEY_POWER); in cpcap_power_button_probe()
H A Dab8500-ponkey.c82 input_set_capability(input, EV_KEY, KEY_POWER); in ab8500_ponkey_probe()
H A De3x0-button.c83 input_set_capability(input, EV_KEY, KEY_POWER); in e3x0_button_probe()
H A Dmax77650-onkey.c73 type = EV_KEY; in max77650_onkey_probe()
H A Dpcap_keys.c70 __set_bit(EV_KEY, input_dev->evbit); in pcap_keys_probe()
H A Datlas_btns.c80 __set_bit(EV_KEY, input_dev->evbit); in atlas_acpi_button_add()
H A Dcobalt_btns.c97 __set_bit(EV_KEY, input->evbit); in cobalt_buttons_probe()
H A Dsgi_btns.c105 __set_bit(EV_KEY, input->evbit); in sgi_buttons_probe()
H A Dwm831x-on.c95 wm831x_on->dev->evbit[0] = BIT_MASK(EV_KEY); in wm831x_on_probe()
H A Dda9052_onkey.c99 input_dev->evbit[0] = BIT_MASK(EV_KEY); in da9052_onkey_probe()
/linux/drivers/platform/x86/
H A Dwireless-hotkey.c49 button->input_dev->evbit[0] = BIT(EV_KEY); in wireless_input_setup()
H A Dxiaomi-wmi.c61 set_bit(EV_KEY, data->input_dev->evbit); in xiaomi_wmi_probe()
H A Dadv_swbutton.c73 input_set_capability(input, EV_KEY, KEY_PROG1); in adv_swbutton_probe()
/linux/drivers/mfd/
H A Ducb1x00-assabet.c51 buttons[i].type = EV_KEY; in ucb1x00_assabet_add()
/linux/drivers/platform/x86/intel/
H A Dmrfld_pwrbtn.c60 input_set_capability(input, EV_KEY, KEY_POWER); in mrfld_pwrbtn_probe()
/linux/drivers/input/keyboard/
H A Dopencores-kbd.c77 __set_bit(EV_KEY, input->evbit); in opencores_kbd_probe()
H A Datakbd.c204 atakbd_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REP); in atakbd_init()
/linux/drivers/hid/
H A Dwacom_wac.c1959 case EV_KEY: in wacom_map_usage()
2063 wacom_map_usage(input, usage, field, EV_KEY, in wacom_wac_pad_usage_mapping()
2132 wacom_map_usage(input, usage, field, EV_KEY, in wacom_wac_pad_usage_mapping()
2283 input_set_capability(input, EV_KEY, BTN_STYLUS3); in wacom_set_barrel_switch3_usage()
2315 wacom_map_usage(input, usage, field, EV_KEY, in wacom_wac_pen_usage_mapping()
2328 input_set_capability(input, EV_KEY, BTN_TOOL_RUBBER); in wacom_wac_pen_usage_mapping()
2332 input_set_capability(input, EV_KEY, BTN_TOOL_PEN); in wacom_wac_pen_usage_mapping()
2362 input_set_capability(input, EV_KEY, BTN_TOOL_AIRBRUSH); in wacom_wac_pen_usage_mapping()
3757 input_dev->evbit[0] |= BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in wacom_setup_pen_input_capabilities()
3922 input_dev->evbit[0] |= BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in wacom_setup_touch_input_capabilities()
[all …]
/linux/arch/x86/platform/geode/
H A Dalix.c50 .type = EV_KEY,
/linux/drivers/input/touchscreen/
H A Dhp680_ts_input.c85 hp680_ts_dev->evbit[0] = BIT_MASK(EV_ABS) | BIT_MASK(EV_KEY); in hp680_ts_init()
/linux/Documentation/hid/
H A Dhidintro.rst331 the ``EV_KEY/BTN_LEFT`` evdev event and relative X movement translates
360 # Event type 1 (EV_KEY)
376 1: [272, 273, 274] # EV_KEY
395 - [ 0, 0, 1, 272, 1] # EV_KEY / BTN_LEFT 1
399 - [ 1, 207892, 1, 273, 1] # EV_KEY / BTN_RIGHT 1
403 - [ 2, 367823, 1, 272, 0] # EV_KEY / BTN_LEFT 0
408 - [ 3, 247617, 1, 273, 0] # EV_KEY / BTN_RIGHT 0
/linux/drivers/input/joystick/
H A Dsensehat-joystick.c89 __set_bit(EV_KEY, sensehat_joystick->keys_dev->evbit); in sensehat_joystick_probe()

12345678910>>...16