/linux-6.1.9/arch/arm/boot/dts/ |
D | socfpga_cyclone5_sockit.dts | 64 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 */
|
D | mmp2-olpc-xo-1-75.dts | 48 linux,input-type = <EV_SW>; 56 linux,input-type = <EV_SW>;
|
D | orion5x-lacie-d2-network.dts | 48 linux,input-type = <5>; /* EV_SW */ 55 linux,input-type = <5>; /* EV_SW */
|
D | orion5x-lswsgl.dts | 87 linux,input-type = <5>; /* EV_SW */ 94 linux,input-type = <5>; /* EV_SW */
|
D | omap4-droid4-xt894.dts | 27 linux,input-type = <EV_SW>;
|
/linux-6.1.9/net/rfkill/ |
D | input.c | 214 } 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) },
|
/linux-6.1.9/arch/arm/mach-orion5x/ |
D | ls_hgl-setup.c | 135 .type = EV_SW, 141 .type = EV_SW,
|
D | net2big-setup.c | 301 .type = EV_SW, 308 .type = EV_SW,
|
/linux-6.1.9/drivers/hid/ |
D | hid-cmedia.c | 129 input_dev->evbit[0] = BIT(EV_SW); in cmhid_input_configured() 132 EV_SW, jack_switch_types[i]); in cmhid_input_configured()
|
/linux-6.1.9/drivers/input/keyboard/ |
D | cros_ec_keyb.c | 106 .ev_type = EV_SW, 112 .ev_type = EV_SW, 281 ev_type = EV_SW; in cros_ec_keyb_work() 403 cros_ec_keyb_report_bs(ckdev, EV_SW, in cros_ec_keyb_query_switches() 503 (map->ev_type == EV_SW && (switches & BIT(map->bit)))) in cros_ec_keyb_register_bs()
|
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() 311 ATTR_SHOW_FN(switches, EV_SW, false); 313 ATTR_SHOW_FN(disabled_switches, EV_SW, true); 342 ATTR_STORE_FN(disabled_switches, EV_SW);
|
D | goldfish_events.c | 158 events_import_bits(edev, input_dev->swbit, EV_SW, SW_MAX); in events_probe()
|
/linux-6.1.9/arch/arm/mach-pxa/ |
D | csb701.c | 17 .type = EV_SW,
|
D | corgi.c | 410 .type = EV_SW, 417 .type = EV_SW, 424 .type = EV_SW,
|
D | ezx.c | 740 .type = EV_SW, 923 .type = EV_SW, 991 .type = EV_SW,
|
/linux-6.1.9/drivers/macintosh/ |
D | via-pmu-event.c | 49 set_bit(EV_SW, pmu_input_dev->evbit); in via_pmu_event_init()
|
/linux-6.1.9/drivers/platform/chrome/ |
D | chromeos_tbmc.c | 88 input_set_capability(idev, EV_SW, SW_TABLET_MODE); in chromeos_tbmc_add()
|
/linux-6.1.9/drivers/input/misc/ |
D | max77650-onkey.c | 70 type = EV_SW; in max77650_onkey_probe()
|
D | soc_button_array.c | 274 info->event_type = EV_SW; in soc_button_parse_btn_desc() 476 { "tablet_mode", 0, EV_SW, SW_TABLET_MODE, false, false, false },
|
/linux-6.1.9/drivers/platform/x86/ |
D | xo15-ebook.c | 121 input->evbit[0] = BIT_MASK(EV_SW); in ebook_switch_add()
|
D | fujitsu-tablet.c | 252 input_set_capability(idev, EV_SW, SW_DOCK); in input_fujitsu_setup() 253 input_set_capability(idev, EV_SW, SW_TABLET_MODE); in input_fujitsu_setup()
|
/linux-6.1.9/Documentation/devicetree/bindings/input/ |
D | input.yaml | 40 - 5 # EV_SW
|
/linux-6.1.9/arch/x86/platform/olpc/ |
D | olpc-xo1-sci.c | 476 set_bit(EV_SW, ebook_switch_idev->evbit); in setup_ebook_switch() 506 set_bit(EV_SW, lid_switch_idev->evbit); in setup_lid_switch()
|
/linux-6.1.9/drivers/platform/surface/ |
D | surface3-wmi.c | 185 input_set_capability(input, EV_SW, SW_LID); in s3_wmi_create_and_register_input()
|
/linux-6.1.9/drivers/input/ |
D | sparse-keymap.c | 201 __set_bit(EV_SW, dev->evbit); in sparse_keymap_setup()
|