| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/wireless/ |
| D | qcom,ath10k.txt | 4 - compatible: Should be one of the following: 6 * "qcom,ipq4019-wifi" 7 * "qcom,wcn3990-wifi" 10 data along with board specific data via "qcom,ath10k-calibration-data". 13 AHB based devices (i.e. ipq4019) uses compatible string "qcom,ipq4019-wifi" 15 "qcom,ath10k-calibration-data"). It uses "qcom,ath10k-pre-calibration-data" 18 In general, entry "qcom,ath10k-pre-calibration-data" and 19 "qcom,ath10k-calibration-data" conflict with each other and only one 22 SNOC based devices (i.e. wcn3990) uses compatible string "qcom,wcn3990-wifi". 24 - reg: Address and length of the register set for the device. [all …]
|
| /kernel/linux/linux-6.6/sound/soc/sof/intel/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 bool "SOF support for Intel audio DSPs" 6 This adds support for Sound Open Firmware for Intel(R) platforms. 15 This option is not user-selectable but automagically handled by 23 This option is not user-selectable but automagically handled by 35 This option is not user-selectable but automagically handled by 41 tristate "SOF support for Baytrail, Braswell and Cherrytrail" 49 This adds support for Sound Open Firmware for Intel(R) platforms 51 This option can coexist in the same build with the Atom legacy 62 tristate "SOF support for Broadwell" [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 6 tristate "RTL8723AU/RTL8188[CR]U/RTL819[12]CU (mac80211) support" 15 set. In particular it does not yet support 40MHz channels 20 It can coexist with drivers from drivers/staging/rtl8723au, 28 bool "Include support for untested Realtek 8xxx USB devices (EXPERIMENTAL)"
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 6 tristate "Realtek 802.11n USB wireless chips support" 18 set. In particular it does not yet support 40MHz channels 23 It can coexist with drivers from drivers/staging/rtl8723au, 31 bool "Include support for untested Realtek 8xxx USB devices (EXPERIMENTAL)"
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 29 file system support" and "Sysctl support" below and executing the 40 so-called IP spoofing, however it can pose problems if you use 42 than packets from that host to you) or if you operate a non-routing 52 <file:Documentation/networking/ip-sysctl.rst>. 71 address into account. Furthermore, the TOS (Type-Of-Service) field 89 equal "cost" and chooses one of them in a non-deterministic fashion 118 bool "IP: DHCP support" 132 <file:Documentation/admin-guide/nfs/nfsroot.rst> for details. 135 bool "IP: BOOTP support" [all …]
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 29 file system support" and "Sysctl support" below and executing the 40 so-called IP spoofing, however it can pose problems if you use 42 than packets from that host to you) or if you operate a non-routing 52 <file:Documentation/networking/ip-sysctl.rst>. 71 address into account. Furthermore, the TOS (Type-Of-Service) field 89 equal "cost" and chooses one of them in a non-deterministic fashion 118 bool "IP: DHCP support" 132 <file:Documentation/admin-guide/nfs/nfsroot.rst> for details. 135 bool "IP: BOOTP support" [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/wireless/ |
| D | qcom,ath10k.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Kalle Valo <kvalo@kernel.org> 18 - qcom,ath10k # SDIO-based devices 19 - qcom,ipq4019-wifi 20 - qcom,wcn3990-wifi # SNoC-based devices 25 reg-names: 27 - const: membase 33 interrupt-names: [all …]
|
| /kernel/linux/linux-6.6/drivers/firmware/arm_scmi/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 set of operating system-independent software interfaces that are 11 interfaces for: Discovery and self-description of the interfaces 13 a given device or domain into the various power-saving states that 30 which needs debugfs support. When selected causess the creation 34 bool "Enable support for SCMI Raw transmission mode" 38 Enable support for SCMI Raw transmission mode. 52 Allow SCMI Raw transmission mode to coexist with normal SCMI stack. 56 SCMI Raw mode support unreliable. If unsure, say N. 100 If you want the ARM SCMI PROTOCOL stack to include support for a [all …]
|
| /kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
| D | smi.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Marvell 88E6xxx System Management Interface (SMI) support 16 * When ADDR is all zero, the chip uses Single-chip Addressing Mode, assuming it 20 * When ADDR is non-zero, the chip uses Multi-chip Addressing Mode, allowing 26 * addresses, allowing two to coexist on the same SMI interface. 34 ret = mdiobus_read_nested(chip->bus, dev, reg); in mv88e6xxx_smi_direct_read() 48 ret = mdiobus_write_nested(chip->bus, dev, reg, data); in mv88e6xxx_smi_direct_write() 73 return -ETIMEDOUT; in mv88e6xxx_smi_direct_wait() 84 return mv88e6xxx_smi_direct_read(chip, chip->sw_addr + dev, reg, data); in mv88e6xxx_smi_dual_direct_read() 90 return mv88e6xxx_smi_direct_write(chip, chip->sw_addr + dev, reg, data); in mv88e6xxx_smi_dual_direct_write() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/ |
| D | smi.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Marvell 88E6xxx System Management Interface (SMI) support 16 * When ADDR is all zero, the chip uses Single-chip Addressing Mode, assuming it 20 * When ADDR is non-zero, the chip uses Multi-chip Addressing Mode, allowing 26 * addresses, allowing two to coexist on the same SMI interface. 34 ret = mdiobus_read_nested(chip->bus, dev, reg); in mv88e6xxx_smi_direct_read() 48 ret = mdiobus_write_nested(chip->bus, dev, reg, data); in mv88e6xxx_smi_direct_write() 80 return -ETIMEDOUT; in mv88e6xxx_smi_direct_wait() 91 return mv88e6xxx_smi_direct_read(chip, chip->sw_addr + dev, reg, data); in mv88e6xxx_smi_dual_direct_read() 97 return mv88e6xxx_smi_direct_write(chip, chip->sw_addr + dev, reg, data); in mv88e6xxx_smi_dual_direct_write() [all …]
|
| /kernel/linux/linux-5.10/Documentation/driver-api/ |
| D | console.rst | 1 .. SPDX-License-Identifier: GPL-2.0 14 'modular driver' by this document. Multiple modular drivers can coexist at 25 do_take_over_console() - load and bind driver to console layer 26 give_up_console() - unload driver; it will only work if driver 49 1. bind - this is a read/write file. It shows the status of the driver if 54 - means the driver is not bound and if echo'ed, commands the driver 58 - means the driver is bound and if echo'ed, commands the driver to 61 2. name - read-only file. Shows the name of the driver in this format:: 77 3. uevent - ignore this file 87 Device Drivers -> [all …]
|
| /kernel/linux/linux-6.6/Documentation/driver-api/ |
| D | console.rst | 1 .. SPDX-License-Identifier: GPL-2.0 14 'modular driver' by this document. Multiple modular drivers can coexist at 25 do_take_over_console() - load and bind driver to console layer 26 give_up_console() - unload driver; it will only work if driver 49 1. bind - this is a read/write file. It shows the status of the driver if 54 - means the driver is not bound and if echo'ed, commands the driver 58 - means the driver is bound and if echo'ed, commands the driver to 61 2. name - read-only file. Shows the name of the driver in this format:: 77 3. uevent - ignore this file 87 Device Drivers -> [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | configfs.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * configfs.h - definitions for the device driver filesystem 9 * Copyright (c) 2002-2003 Patrick Mochel 10 * Copyright (c) 2002-2003 Open Source Development Labs 54 return item->ci_name; in config_item_name() 74 * group - a group of config_items of a specific type, belonging 97 return group ? to_config_group(config_item_get(&group->cg_item)) : NULL; in config_group_get() 102 config_item_put(&group->cg_item); in config_group_put() 112 list_add_tail(&new_group->group_entry, &group->default_groups); in configfs_add_default_group() 198 * items. If the item is a group, it may support mkdir(2). [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | configfs.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 /* -*- mode: c; c-basic-offset: 8; -*- 5 * configfs.h - definitions for the device driver filesystem 11 * Copyright (c) 2002-2003 Patrick Mochel 12 * Copyright (c) 2002-2003 Open Source Development Labs 56 return item->ci_name; in config_item_name() 76 * group - a group of config_items of a specific type, belonging 99 return group ? to_config_group(config_item_get(&group->cg_item)) : NULL; in config_group_get() 104 config_item_put(&group->cg_item); in config_group_put() 114 list_add_tail(&new_group->group_entry, &group->default_groups); in configfs_add_default_group() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| D | sw.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2009-2014 Realtek Corporation.*/ 28 rtlpci->const_amdpci_aspm = 0; in rtl92ee_init_aspm_vars() 32 * 0 - Disable ASPM, in rtl92ee_init_aspm_vars() 33 * 1 - Enable ASPM without Clock Req, in rtl92ee_init_aspm_vars() 34 * 2 - Enable ASPM with Clock Req, in rtl92ee_init_aspm_vars() 35 * 3 - Alwyas Enable ASPM with Clock Req, in rtl92ee_init_aspm_vars() 36 * 4 - Always Enable ASPM without Clock Req. in rtl92ee_init_aspm_vars() 39 rtlpci->const_pci_aspm = 3; in rtl92ee_init_aspm_vars() 41 /*Setting for PCI-E device */ in rtl92ee_init_aspm_vars() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| D | sw.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2009-2014 Realtek Corporation.*/ 28 rtlpci->const_amdpci_aspm = 0; in rtl92ee_init_aspm_vars() 32 * 0 - Disable ASPM, in rtl92ee_init_aspm_vars() 33 * 1 - Enable ASPM without Clock Req, in rtl92ee_init_aspm_vars() 34 * 2 - Enable ASPM with Clock Req, in rtl92ee_init_aspm_vars() 35 * 3 - Alwyas Enable ASPM with Clock Req, in rtl92ee_init_aspm_vars() 36 * 4 - Always Enable ASPM without Clock Req. in rtl92ee_init_aspm_vars() 39 rtlpci->const_pci_aspm = 3; in rtl92ee_init_aspm_vars() 41 /*Setting for PCI-E device */ in rtl92ee_init_aspm_vars() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| D | sw.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2009-2012 Realtek Corporation.*/ 30 rtlpci->const_amdpci_aspm = 0; in rtl8723e_init_aspm_vars() 34 * 0 - Disable ASPM, in rtl8723e_init_aspm_vars() 35 * 1 - Enable ASPM without Clock Req, in rtl8723e_init_aspm_vars() 36 * 2 - Enable ASPM with Clock Req, in rtl8723e_init_aspm_vars() 37 * 3 - Alwyas Enable ASPM with Clock Req, in rtl8723e_init_aspm_vars() 38 * 4 - Always Enable ASPM without Clock Req. in rtl8723e_init_aspm_vars() 41 rtlpci->const_pci_aspm = 3; in rtl8723e_init_aspm_vars() 43 /*Setting for PCI-E device */ in rtl8723e_init_aspm_vars() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| D | sw.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2009-2012 Realtek Corporation.*/ 30 rtlpci->const_amdpci_aspm = 0; in rtl8723e_init_aspm_vars() 34 * 0 - Disable ASPM, in rtl8723e_init_aspm_vars() 35 * 1 - Enable ASPM without Clock Req, in rtl8723e_init_aspm_vars() 36 * 2 - Enable ASPM with Clock Req, in rtl8723e_init_aspm_vars() 37 * 3 - Alwyas Enable ASPM with Clock Req, in rtl8723e_init_aspm_vars() 38 * 4 - Always Enable ASPM without Clock Req. in rtl8723e_init_aspm_vars() 41 rtlpci->const_pci_aspm = 3; in rtl8723e_init_aspm_vars() 43 /*Setting for PCI-E device */ in rtl8723e_init_aspm_vars() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| D | sw.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2009-2013 Realtek Corporation.*/ 25 rtlpci->const_amdpci_aspm = 0; in rtl88e_init_aspm_vars() 28 * 0 - Disable ASPM, in rtl88e_init_aspm_vars() 29 * 1 - Enable ASPM without Clock Req, in rtl88e_init_aspm_vars() 30 * 2 - Enable ASPM with Clock Req, in rtl88e_init_aspm_vars() 31 * 3 - Alwyas Enable ASPM with Clock Req, in rtl88e_init_aspm_vars() 32 * 4 - Always Enable ASPM without Clock Req. in rtl88e_init_aspm_vars() 35 rtlpci->const_pci_aspm = 3; in rtl88e_init_aspm_vars() 37 /*Setting for PCI-E device */ in rtl88e_init_aspm_vars() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| D | sw.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2009-2013 Realtek Corporation.*/ 25 rtlpci->const_amdpci_aspm = 0; in rtl88e_init_aspm_vars() 28 * 0 - Disable ASPM, in rtl88e_init_aspm_vars() 29 * 1 - Enable ASPM without Clock Req, in rtl88e_init_aspm_vars() 30 * 2 - Enable ASPM with Clock Req, in rtl88e_init_aspm_vars() 31 * 3 - Alwyas Enable ASPM with Clock Req, in rtl88e_init_aspm_vars() 32 * 4 - Always Enable ASPM without Clock Req. in rtl88e_init_aspm_vars() 35 rtlpci->const_pci_aspm = 3; in rtl88e_init_aspm_vars() 37 /*Setting for PCI-E device */ in rtl88e_init_aspm_vars() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| D | sw.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2009-2014 Realtek Corporation.*/ 30 rtlpci->const_amdpci_aspm = 0; in rtl8723be_init_aspm_vars() 33 * 0 - Disable ASPM, in rtl8723be_init_aspm_vars() 34 * 1 - Enable ASPM without Clock Req, in rtl8723be_init_aspm_vars() 35 * 2 - Enable ASPM with Clock Req, in rtl8723be_init_aspm_vars() 36 * 3 - Alwyas Enable ASPM with Clock Req, in rtl8723be_init_aspm_vars() 37 * 4 - Always Enable ASPM without Clock Req. in rtl8723be_init_aspm_vars() 40 rtlpci->const_pci_aspm = 3; in rtl8723be_init_aspm_vars() 42 /*Setting for PCI-E device */ in rtl8723be_init_aspm_vars() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| D | sw.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2009-2014 Realtek Corporation.*/ 30 rtlpci->const_amdpci_aspm = 0; in rtl8723be_init_aspm_vars() 33 * 0 - Disable ASPM, in rtl8723be_init_aspm_vars() 34 * 1 - Enable ASPM without Clock Req, in rtl8723be_init_aspm_vars() 35 * 2 - Enable ASPM with Clock Req, in rtl8723be_init_aspm_vars() 36 * 3 - Alwyas Enable ASPM with Clock Req, in rtl8723be_init_aspm_vars() 37 * 4 - Always Enable ASPM without Clock Req. in rtl8723be_init_aspm_vars() 40 rtlpci->const_pci_aspm = 3; in rtl8723be_init_aspm_vars() 42 /*Setting for PCI-E device */ in rtl8723be_init_aspm_vars() [all …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | bootconfig.rst | 1 .. SPDX-License-Identifier: GPL-2.0 14 The boot configuration expands the current kernel command line to support 15 additional key-value data when booting the kernel in an efficient way. 16 This allows administrators to pass a structured-Key config file. 21 The boot config syntax is a simple structured key-value. Each key consists 22 of dot-connected-words, and key and value are connected by ``=``. The value 23 has to be terminated by semi-colon (``;``) or newline (``\n``). 30 Each key word must contain only alphabets, numbers, dash (``-``) or underscore 32 for delimiters such as semi-colon (``;``), new-line (``\n``), comma (``,``), 35 If you want to use those delimiters in a value, you can use either double- [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| D | sw.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2009-2010 Realtek Corporation.*/ 27 rtlpci->const_amdpci_aspm = 0; in rtl8821ae_init_aspm_vars() 31 * 0 - Disable ASPM, in rtl8821ae_init_aspm_vars() 32 * 1 - Enable ASPM without Clock Req, in rtl8821ae_init_aspm_vars() 33 * 2 - Enable ASPM with Clock Req, in rtl8821ae_init_aspm_vars() 34 * 3 - Alwyas Enable ASPM with Clock Req, in rtl8821ae_init_aspm_vars() 35 * 4 - Always Enable ASPM without Clock Req. in rtl8821ae_init_aspm_vars() 38 rtlpci->const_pci_aspm = 3; in rtl8821ae_init_aspm_vars() 40 /*Setting for PCI-E device */ in rtl8821ae_init_aspm_vars() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| D | sw.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2009-2010 Realtek Corporation.*/ 27 rtlpci->const_amdpci_aspm = 0; in rtl8821ae_init_aspm_vars() 31 * 0 - Disable ASPM, in rtl8821ae_init_aspm_vars() 32 * 1 - Enable ASPM without Clock Req, in rtl8821ae_init_aspm_vars() 33 * 2 - Enable ASPM with Clock Req, in rtl8821ae_init_aspm_vars() 34 * 3 - Alwyas Enable ASPM with Clock Req, in rtl8821ae_init_aspm_vars() 35 * 4 - Always Enable ASPM without Clock Req. in rtl8821ae_init_aspm_vars() 38 rtlpci->const_pci_aspm = 3; in rtl8821ae_init_aspm_vars() 40 /*Setting for PCI-E device */ in rtl8821ae_init_aspm_vars() [all …]
|