/linux-6.12.1/net/dsa/ |
D | Kconfig | 14 Say Y if you want to enable support for the hardware switches supported 24 Say Y or M if you want to enable support for switches which don't tag 38 tristate "Tag driver for Broadcom switches using in-frame headers" 42 Broadcom switches which place the tag after the MAC source address. 45 tristate "Tag driver for Broadcom legacy switches using in-frame headers" 49 Broadcom legacy switches which place the tag after the MAC source 53 tristate "Tag driver for Broadcom switches using prepended headers" 57 Broadcom switches which places the tag before the Ethernet header 61 tristate "Tag driver for Hirschmann Hellcreek TSN switches" 64 for the Hirschmann Hellcreek TSN switches. [all …]
|
/linux-6.12.1/drivers/input/keyboard/ |
D | iqs62x-keys.c | 39 struct iqs62x_switch_desc switches[ARRAY_SIZE(iqs62x_switch_names)]; member 69 for (i = 0; i < ARRAY_SIZE(iqs62x_keys->switches); i++) { in iqs62x_keys_parse_prop() 82 iqs62x_keys->switches[i].code = val; in iqs62x_keys_parse_prop() 83 iqs62x_keys->switches[i].enabled = true; in iqs62x_keys_parse_prop() 86 iqs62x_keys->switches[i].flag = (i == IQS62X_SW_HALL_N ? in iqs62x_keys_parse_prop() 90 iqs62x_keys->switches[i].flag = (i == IQS62X_SW_HALL_N ? in iqs62x_keys_parse_prop() 136 for (i = 0; i < ARRAY_SIZE(iqs62x_keys->switches); i++) { in iqs62x_keys_init() 137 if (!(iqs62x_keys->switches[i].enabled)) in iqs62x_keys_init() 140 flag = iqs62x_keys->switches[i].flag; in iqs62x_keys_init() 148 iqs62x_keys->switches[i].code, in iqs62x_keys_init() [all …]
|
D | cros_ec_keyb.c | 293 &ckdev->ec->event_data.data.switches); in cros_ec_keyb_work() 412 sizeof(event_data.switches)); in cros_ec_keyb_query_switches() 417 get_unaligned_le32(&event_data.switches)); in cros_ec_keyb_query_switches() 466 u32 switches; in cros_ec_keyb_register_bs() local 479 sizeof(event_data.switches)); in cros_ec_keyb_register_bs() 482 switches = get_unaligned_le32(&event_data.switches); in cros_ec_keyb_register_bs() 484 if (!buttons && !switches) in cros_ec_keyb_register_bs() 516 (map->ev_type == EV_SW && (switches & BIT(map->bit)))) in cros_ec_keyb_register_bs()
|
/linux-6.12.1/drivers/iio/proximity/ |
D | cros_ec_mkbp_proximity.c | 54 u32 switches = get_unaligned_le32(data); in cros_ec_mkbp_proximity_parse_state() local 56 return !!(switches & BIT(EC_MKBP_FRONT_PROXIMITY)); in cros_ec_mkbp_proximity_parse_state() 66 u32 switches; in cros_ec_mkbp_proximity_query() member 71 u32 *switches = &buf.switches; in cros_ec_mkbp_proximity_query() local 72 size_t insize = sizeof(*switches); in cros_ec_mkbp_proximity_query() 93 *state = cros_ec_mkbp_proximity_parse_state(switches); in cros_ec_mkbp_proximity_query() 129 void *switches; in cros_ec_mkbp_proximity_notify() local 136 switches = &ec->event_data.data.switches; in cros_ec_mkbp_proximity_notify() 137 state = cros_ec_mkbp_proximity_parse_state(switches); in cros_ec_mkbp_proximity_notify()
|
/linux-6.12.1/drivers/rapidio/switches/ |
D | Kconfig | 3 # RapidIO switches configuration 6 tristate "IDT CPS-xx SRIO switches support" 8 Includes support for IDT CPS-16/12/10/8 serial RapidIO switches. 14 Includes support for ITD CPS Gen.2 serial RapidIO switches. 20 Includes support for ITD RXS Gen.3 serial RapidIO switches.
|
/linux-6.12.1/drivers/net/dsa/b53/ |
D | Kconfig | 12 integrated switches. 18 Select to enable support for registering switches configured through SPI. 24 Select to enable support for registering switches configured through MDIO. 31 Select to enable support for memory-mapped switches like the BCM63XX 32 integrated switches.
|
/linux-6.12.1/drivers/platform/x86/intel/ |
D | hid.c | 187 struct input_dev *switches; member 458 priv->switches = devm_input_allocate_device(&device->dev); in intel_hid_switches_setup() 459 if (!priv->switches) in intel_hid_switches_setup() 462 __set_bit(EV_SW, priv->switches->evbit); in intel_hid_switches_setup() 463 __set_bit(SW_TABLET_MODE, priv->switches->swbit); in intel_hid_switches_setup() 465 priv->switches->name = "Intel HID switches"; in intel_hid_switches_setup() 466 priv->switches->id.bustype = BUS_HOST; in intel_hid_switches_setup() 467 return input_register_device(priv->switches); in intel_hid_switches_setup() 481 input_report_switch(priv->switches, SW_TABLET_MODE, m); in report_tablet_mode_state() 482 input_sync(priv->switches); in report_tablet_mode_state() [all …]
|
/linux-6.12.1/drivers/net/dsa/microchip/ |
D | Kconfig | 21 Select to enable support for registering switches configured through I2C. 28 Select to enable support for registering switches configured through SPI. 36 KSZ8563/KSZ9563/LAN937x series of switches. KSZ9563/KSZ8563 supports 45 Select to enable support for registering switches configured through
|
/linux-6.12.1/drivers/net/dsa/xrs700x/ |
D | Kconfig | 9 Ethernet switches. 18 switches. 26 switches.
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx7d-colibri-iris-v2.dts | 31 * This switches the LVDS transceiver to VESA color mapping mode. 43 * This switches the LVDS transceiver to the 24-bit RGB mode. 53 * This switches the LVDS transceiver to the single-channel
|
D | imx6ull-colibri-wifi-iris-v2.dts | 42 * This switches the LVDS transceiver to the single-channel 53 * This switches the LVDS transceiver to the 24-bit RGB mode. 65 * This switches the LVDS transceiver to VESA color mapping mode.
|
D | imx7s-colibri-iris-v2.dts | 31 * This switches the LVDS transceiver to VESA color mapping mode. 43 * This switches the LVDS transceiver to the 24-bit RGB mode. 53 * This switches the LVDS transceiver to the single-channel
|
D | imx6ull-colibri-iris-v2.dts | 42 * This switches the LVDS transceiver to the single-channel 53 * This switches the LVDS transceiver to the 24-bit RGB mode. 65 * This switches the LVDS transceiver to VESA color mapping mode.
|
/linux-6.12.1/Documentation/networking/ |
D | arcnet-hardware.rst | 478 130, 500, and 600 all have the same switches as Avery's PC100. 482 to find jumpers/switches with the same number of settings - it's 634 Setting one of the switches to Off/Open means "1", On/Closed means "0". 640 The eight switches in group S2 are used to set the node ID. 641 These switches work in a way similar to the PC100-series cards; see that 648 The first three switches in switch group S1 are used to select one 672 positions, determined by the offset, switches 7 and 8 of group S1. 842 Setting one of the switches to Off/Open means "1", On/Closed means "0". 848 The eight switches in group SW3 are used to set the node ID. Each node 853 The node ID is the sum of the values of all switches set to "1" [all …]
|
D | dctcp.rst | 16 All switches in the data center network running DCTCP must support ECN 19 switches is 20 packets (30KB) at 1Gbps, and 65 packets (~100KB) at 10Gbps,
|
/linux-6.12.1/drivers/net/dsa/realtek/ |
D | Kconfig | 22 Select to enable support for registering switches configured 29 Select to enable support for registering switches connected
|
/linux-6.12.1/net/8021q/ |
D | Kconfig | 28 automatic propagation of registered VLANs to switches. 38 automatic propagation of registered VLANs to switches; it
|
/linux-6.12.1/drivers/net/dsa/ |
D | Kconfig | 136 VSC7395 and VSC7398 SparX integrated ethernet switches. 144 and VSC7398 SparX integrated ethernet switches in SPI managed mode. 152 and VSC7398 SparX integrated ethernet switches, connected over
|
/linux-6.12.1/drivers/rapidio/ |
D | Makefile | 11 obj-$(CONFIG_RAPIDIO) += switches/
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sc7180-trogdor-detachable.dtsi | 11 compatible = "google,cros-ec-keyb-switches";
|
/linux-6.12.1/drivers/net/dsa/hirschmann/ |
D | Kconfig | 11 This driver adds support for Hirschmann Hellcreek TSN switches.
|
/linux-6.12.1/drivers/ntb/hw/mscc/ |
D | Kconfig | 6 Enables NTB support for Switchtec PCI switches. This also
|
/linux-6.12.1/Documentation/driver-api/cxl/ |
D | access-coordinates.rst | 10 For certain CXL region construction with endpoints behind CXL switches (SW) or 25 There can be multiple switches under an RP. There can be multiple RPs under 73 At the next stage, the code walks through one or more switches if they exist
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-rapidio | 12 switches 124 RapidIO switches have additional attributes in sysfs. RapidIO subsystem supports 125 common and device-specific sysfs attributes for switches. Because switches are
|
D | sysfs-driver-hid-logitech-lg4ff | 20 native mode of the wheel. Echoing the mode tag switches the 28 Currently supported mode switches:
|