Home
last modified time | relevance | path

Searched refs:EV_SW (Results 1 – 25 of 99) sorted by relevance

1234

/OK3568_Linux_fs/kernel/arch/x86/platform/intel-mid/device_libs/
H A Dplatform_gpio_keys.c28 {SW_LID, -1, 1, "lid_switch", EV_SW, 0, 20},
36 {SW_KEYPAD_SLIDE, -1, 1, "MagSw1", EV_SW, 0, 20},
37 {SW_KEYPAD_SLIDE, -1, 1, "MagSw2", EV_SW, 0, 20},
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsocfpga_cyclone5_sockit.dts64 linux,input-type = <5>; /* EV_SW */
71 linux,input-type = <5>; /* EV_SW */
78 linux,input-type = <5>; /* EV_SW */
85 linux,input-type = <5>; /* EV_SW */
H A Dmmp2-olpc-xo-1-75.dts48 linux,input-type = <EV_SW>;
56 linux,input-type = <EV_SW>;
H A Dorion5x-lacie-d2-network.dts51 linux,input-type = <5>; /* EV_SW */
58 linux,input-type = <5>; /* EV_SW */
/OK3568_Linux_fs/kernel/net/rfkill/
H A Dinput.c214 } else if (type == EV_SW && code == SW_RFKILL_ALL) in rfkill_event()
259 if (test_bit(EV_SW, handle->dev->evbit) && in rfkill_start()
302 .evbit = { BIT(EV_SW) },
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dcros_ec_keyb.c100 .ev_type = EV_SW,
106 .ev_type = EV_SW,
275 ev_type = EV_SW; in cros_ec_keyb_work()
397 cros_ec_keyb_report_bs(ckdev, EV_SW, in cros_ec_keyb_query_switches()
494 (map->ev_type == EV_SW && (switches & BIT(map->bit)))) in cros_ec_keyb_register_bs()
H A Dgpio_keys.c104 BUG_ON(type != EV_SW && type != EV_KEY); in get_n_events_by_type()
120 BUG_ON(type != EV_SW && type != EV_KEY); in get_bm_events_by_type()
301 ATTR_SHOW_FN(switches, EV_SW, false);
303 ATTR_SHOW_FN(disabled_switches, EV_SW, true);
332 ATTR_STORE_FN(disabled_switches, EV_SW);
/OK3568_Linux_fs/kernel/arch/arm/mach-orion5x/
H A Dls_hgl-setup.c138 .type = EV_SW,
144 .type = EV_SW,
H A Dnet2big-setup.c304 .type = EV_SW,
311 .type = EV_SW,
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-cmedia.c87 input_dev->evbit[0] = BIT(EV_SW); in cmhid_input_configured()
90 EV_SW, jack_switch_types[i]); in cmhid_input_configured()
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dcsb701.c17 .type = EV_SW,
H A Dcorgi.c411 .type = EV_SW,
418 .type = EV_SW,
425 .type = EV_SW,
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dvia-pmu-event.c49 set_bit(EV_SW, pmu_input_dev->evbit); in via_pmu_event_init()
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_97.0.4692/
H A D0009-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch24 // Values for the EV_SW code.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_111.0.5563/
H A D0009-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch24 // Values for the EV_SW code.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_109.0.5414/
H A D0009-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch24 // Values for the EV_SW code.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_103.0.5060/
H A D0008-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch24 // Values for the EV_SW code.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/
H A D0010-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch24 // Values for the EV_SW code.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/
H A D0008-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch24 // Values for the EV_SW code.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_100.0.4896/
H A D0008-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch24 // Values for the EV_SW code.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/
H A D0008-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch24 // Values for the EV_SW code.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_96.0.4664/
H A D0009-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch24 // Values for the EV_SW code.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_101.0.4951/
H A D0008-ui-events-ozone-Define-SW_PEN_INSERTED-for-old-kerne.patch24 // Values for the EV_SW code.
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dchromeos_tbmc.c88 input_set_capability(idev, EV_SW, SW_TABLET_MODE); in chromeos_tbmc_add()
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dmax77650-onkey.c70 type = EV_SW; in max77650_onkey_probe()

1234