| /linux-6.15/arch/arm/boot/dts/intel/socfpga/ |
| H A 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 */
|
| /linux-6.15/net/rfkill/ |
| H A 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.15/drivers/hid/ |
| H A 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.15/drivers/input/keyboard/ |
| H A D | cros_ec_keyb.c | 119 .ev_type = EV_SW, 125 .ev_type = EV_SW, 294 ev_type = EV_SW; in cros_ec_keyb_work() 416 cros_ec_keyb_report_bs(ckdev, EV_SW, in cros_ec_keyb_query_switches() 516 (map->ev_type == EV_SW && (switches & BIT(map->bit)))) in cros_ec_keyb_register_bs()
|
| H A D | gpio_keys.c | 109 BUG_ON(type != EV_SW && type != EV_KEY); in get_n_events_by_type() 125 BUG_ON(type != EV_SW && type != EV_KEY); in get_bm_events_by_type() 305 ATTR_SHOW_FN(switches, EV_SW, false); 307 ATTR_SHOW_FN(disabled_switches, EV_SW, true); 336 ATTR_STORE_FN(disabled_switches, EV_SW);
|
| H A D | goldfish_events.c | 158 events_import_bits(edev, input_dev->swbit, EV_SW, SW_MAX); in events_probe()
|
| /linux-6.15/arch/arm/mach-orion5x/ |
| H A D | net2big-setup.c | 314 .type = EV_SW, 321 .type = EV_SW,
|
| /linux-6.15/drivers/macintosh/ |
| H A D | via-pmu-event.c | 49 set_bit(EV_SW, pmu_input_dev->evbit); in via_pmu_event_init()
|
| /linux-6.15/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-h700-anbernic-rg35xx-sp.dts | 22 linux,input-type = <EV_SW>;
|
| /linux-6.15/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3566-pinetab2-v2.0.dts | 20 linux,input-type = <EV_SW>;
|
| /linux-6.15/drivers/input/misc/ |
| H A D | soc_button_array.c | 304 info->event_type = EV_SW; in soc_button_parse_btn_desc() 309 info->event_type = EV_SW; in soc_button_parse_btn_desc() 509 { "tablet_mode", 0, EV_SW, SW_TABLET_MODE, false, false, false },
|
| H A D | max77650-onkey.c | 70 type = EV_SW; in max77650_onkey_probe()
|
| /linux-6.15/arch/arm/boot/dts/marvell/ |
| H A D | mmp2-olpc-xo-1-75.dts | 48 linux,input-type = <EV_SW>; 56 linux,input-type = <EV_SW>;
|
| H A D | orion5x-lacie-d2-network.dts | 47 linux,input-type = <5>; /* EV_SW */ 54 linux,input-type = <5>; /* EV_SW */
|
| H A D | orion5x-lswsgl.dts | 86 linux,input-type = <5>; /* EV_SW */ 93 linux,input-type = <5>; /* EV_SW */
|
| /linux-6.15/drivers/platform/chrome/ |
| H A D | chromeos_tbmc.c | 88 input_set_capability(idev, EV_SW, SW_TABLET_MODE); in chromeos_tbmc_add()
|
| /linux-6.15/drivers/platform/x86/ |
| H A D | lenovo-wmi-camera.c | 44 input_set_capability(priv->idev, EV_SW, SW_CAMERA_LENS_COVER); in camera_shutter_input_setup()
|
| H A D | xo15-ebook.c | 122 input->evbit[0] = BIT_MASK(EV_SW); in ebook_switch_add()
|
| H A 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.15/Documentation/devicetree/bindings/input/ |
| H A D | input.yaml | 40 - 5 # EV_SW
|
| /linux-6.15/arch/x86/platform/olpc/ |
| H A 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-6.15/arch/arm/boot/dts/ti/omap/ |
| H A D | omap4-droid4-xt894.dts | 39 linux,input-type = <EV_SW>;
|
| /linux-6.15/drivers/platform/x86/x86-android-tablets/ |
| H A D | asus.c | 32 .type = EV_SW,
|
| H A D | lenovo.c | 193 .type = EV_SW, 302 .type = EV_SW,
|
| /linux-6.15/drivers/platform/surface/ |
| H A D | surface3-wmi.c | 185 input_set_capability(input, EV_SW, SW_LID); in s3_wmi_create_and_register_input()
|