Searched refs:EV_SW (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dcsb701.c16 .type = EV_SW,
H A Dspitz.c417 .type = EV_SW,
423 .type = EV_SW,
H A Dezx.c676 .type = EV_SW,
883 .type = EV_SW,
949 .type = EV_SW,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dvia-pmu-event.c49 set_bit(EV_SW, pmu_input_dev->evbit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-orion5x/
H A Dd2net-setup.c231 .type = EV_SW,
238 .type = EV_SW,
H A Dls_hgl-setup.c139 .type = EV_SW,
145 .type = EV_SW,
H A Dlsmini-setup.c139 .type = EV_SW,
145 .type = EV_SW,
H A Dnet2big-setup.c303 .type = EV_SW,
310 .type = EV_SW,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rfkill/
H A Dinput.c219 } else if (type == EV_SW && code == SW_RFKILL_ALL)
264 if (test_bit(EV_SW, handle->dev->evbit) &&
307 .evbit = { BIT(EV_SW) },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-kirkwood/
H A Dnetxbig_v2-setup.c158 .type = EV_SW,
165 .type = EV_SW,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dgpio_keys.c53 * switches [ro] - bitmap of switches (EV_SW) which can be
83 * @type: type of button (%EV_KEY, %EV_SW)
90 BUG_ON(type != EV_SW && type != EV_KEY);
144 * @type: button type (%EV_KEY, %EV_SW)
192 * @type: button type (%EV_KEY, %EV_SW)
262 ATTR_SHOW_FN(switches, EV_SW, false);
264 ATTR_SHOW_FN(disabled_switches, EV_SW, true);
293 ATTR_STORE_FN(disabled_switches, EV_SW);
H A Dadp5588-keys.c567 __set_bit(EV_SW, input->evbit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dsparse-keymap.c154 __set_bit(EV_SW, dev->evbit);
H A Dinput.c257 case EV_SW:
1017 if (test_bit(EV_SW, dev->evbit))
1444 if (test_bit(EV_SW, dev->evbit))
1671 case EV_SW:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Djack.c131 input_set_capability(jack->input_dev, EV_SW,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-u300/
H A Dmmc.c146 input_set_capability(mmci_card->mmc_input, EV_SW, KEY_INSERT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dboard-rx51-peripherals.c121 .type = EV_SW,
149 .type = EV_SW,
156 .type = EV_SW,
H A Dboard-omap3pandora.c153 GPIO_BUTTON(108, EV_SW, SW_LID, 1, "lid"),
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Dhotplug2-dnode.c166 #if defined(SW_MAX) && defined(EV_SW)
178 #if defined(SW_MAX) && defined(EV_SW)
220 #if defined(SW_MAX) && defined(EV_SW)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Ddell-wmi.c312 set_bit(EV_SW, dell_wmi_input_dev->evbit);
H A Dhp-wmi.c535 set_bit(EV_SW, hp_wmi_input_dev->evbit);
H A Dclassmate-laptop.c346 set_bit(EV_SW, inputdev->evbit);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/linux24_compat/
H A Dgenerate_alias.c721 #if defined(SW_MAX) && defined(EV_SW)
733 #if defined(SW_MAX) && defined(EV_SW)
812 #if defined(SW_MAX) && defined(EV_SW)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dbutton.c407 input->evbit[0] = BIT_MASK(EV_SW);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h94 #define EV_SW 0x05 macro
1420 input_event(dev, EV_SW, code, !!value);

Completed in 214 milliseconds

12