/Linux-v4.19/arch/x86/platform/intel-mid/device_libs/ |
D | platform_gpio_keys.c | 32 {SW_LID, -1, 1, "lid_switch", EV_SW, 0, 20}, 40 {SW_KEYPAD_SLIDE, -1, 1, "MagSw1", EV_SW, 0, 20}, 41 {SW_KEYPAD_SLIDE, -1, 1, "MagSw2", EV_SW, 0, 20},
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | socfpga_cyclone5_sockit.dts | 76 linux,input-type = <5>; /* EV_SW */ 83 linux,input-type = <5>; /* EV_SW */ 90 linux,input-type = <5>; /* EV_SW */ 97 linux,input-type = <5>; /* EV_SW */
|
D | orion5x-lacie-d2-network.dts | 50 linux,input-type = <5>; /* EV_SW */ 57 linux,input-type = <5>; /* EV_SW */
|
D | orion5x-lswsgl.dts | 86 linux,input-type = <5>; /* EV_SW */ 93 linux,input-type = <5>; /* EV_SW */
|
/Linux-v4.19/net/rfkill/ |
D | input.c | 217 } else if (type == EV_SW && code == SW_RFKILL_ALL) in rfkill_event() 262 if (test_bit(EV_SW, handle->dev->evbit) && in rfkill_start() 305 .evbit = { BIT(EV_SW) },
|
/Linux-v4.19/arch/arm/mach-orion5x/ |
D | ls_hgl-setup.c | 138 .type = EV_SW, 144 .type = EV_SW,
|
D | net2big-setup.c | 304 .type = EV_SW, 311 .type = EV_SW,
|
/Linux-v4.19/drivers/hid/ |
D | hid-cmedia.c | 95 input_dev->evbit[0] = BIT(EV_SW); in cmhid_input_configured() 98 EV_SW, jack_switch_types[i]); in cmhid_input_configured()
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | csb701.c | 17 .type = EV_SW,
|
D | corgi.c | 414 .type = EV_SW, 421 .type = EV_SW, 428 .type = EV_SW,
|
D | ezx.c | 738 .type = EV_SW, 920 .type = EV_SW, 988 .type = EV_SW,
|
D | spitz.c | 421 .type = EV_SW, 427 .type = EV_SW,
|
/Linux-v4.19/drivers/input/keyboard/ |
D | cros_ec_keyb.c | 100 .ev_type = EV_SW, 106 .ev_type = EV_SW, 274 ev_type = EV_SW; in cros_ec_keyb_work() 400 cros_ec_keyb_report_bs(ckdev, EV_SW, in cros_ec_keyb_query_switches()
|
D | gpio_keys.c | 107 BUG_ON(type != EV_SW && type != EV_KEY); in get_n_events_by_type() 123 BUG_ON(type != EV_SW && type != EV_KEY); in get_bm_events_by_type() 304 ATTR_SHOW_FN(switches, EV_SW, false); 306 ATTR_SHOW_FN(disabled_switches, EV_SW, true); 335 ATTR_STORE_FN(disabled_switches, EV_SW);
|
D | goldfish_events.c | 167 events_import_bits(edev, input_dev->swbit, EV_SW, SW_MAX); in events_probe()
|
/Linux-v4.19/drivers/macintosh/ |
D | via-pmu-event.c | 49 set_bit(EV_SW, pmu_input_dev->evbit); in via_pmu_event_init()
|
/Linux-v4.19/drivers/platform/chrome/ |
D | chromeos_tbmc.c | 87 input_set_capability(idev, EV_SW, SW_TABLET_MODE); in chromeos_tbmc_add()
|
/Linux-v4.19/drivers/platform/x86/ |
D | xo15-ebook.c | 127 input->evbit[0] = BIT_MASK(EV_SW); in ebook_switch_add()
|
D | fujitsu-tablet.c | 264 input_set_capability(idev, EV_SW, SW_DOCK); in input_fujitsu_setup() 265 input_set_capability(idev, EV_SW, SW_TABLET_MODE); in input_fujitsu_setup()
|
D | surface3-wmi.c | 190 input_set_capability(input, EV_SW, SW_LID); in s3_wmi_create_and_register_input()
|
/Linux-v4.19/arch/x86/platform/olpc/ |
D | olpc-xo1-sci.c | 475 set_bit(EV_SW, ebook_switch_idev->evbit); in setup_ebook_switch() 505 set_bit(EV_SW, lid_switch_idev->evbit); in setup_lid_switch()
|
/Linux-v4.19/drivers/input/misc/ |
D | gp2ap002a00f.c | 172 input_set_capability(dt->input, EV_SW, SW_FRONT_PROXIMITY); in gp2a_probe()
|
/Linux-v4.19/drivers/input/ |
D | sparse-keymap.c | 204 __set_bit(EV_SW, dev->evbit); in sparse_keymap_setup()
|
/Linux-v4.19/sound/core/ |
D | jack.c | 255 input_set_capability(jack->input_dev, EV_SW, in snd_jack_new()
|
/Linux-v4.19/arch/arm64/boot/dts/allwinner/ |
D | sun50i-a64-pinebook.dts | 49 linux,input-type = <EV_SW>;
|