/linux-4.4.14/net/mac802154/ |
D | main.c | 111 phy->supported.max_minbe = 8; in ieee802154_alloc_hw() 112 phy->supported.min_maxbe = 3; in ieee802154_alloc_hw() 113 phy->supported.max_maxbe = 8; in ieee802154_alloc_hw() 114 phy->supported.min_frame_retries = 0; in ieee802154_alloc_hw() 115 phy->supported.max_frame_retries = 7; in ieee802154_alloc_hw() 116 phy->supported.max_csma_backoffs = 5; in ieee802154_alloc_hw() 117 phy->supported.lbt = NL802154_SUPPORTED_BOOL_FALSE; in ieee802154_alloc_hw() 120 phy->supported.iftypes = BIT(NL802154_IFTYPE_NODE); in ieee802154_alloc_hw() 171 local->phy->supported.min_csma_backoffs = 4; in ieee802154_register_hw() 172 local->phy->supported.max_csma_backoffs = 4; in ieee802154_register_hw() [all …]
|
/linux-4.4.14/drivers/net/ieee802154/ |
D | fakelb.c | 142 hw->phy->supported.channels[0] |= 1; in fakelb_add_one() 144 hw->phy->supported.channels[0] |= 0x7fe; in fakelb_add_one() 146 hw->phy->supported.channels[0] |= 0x7FFF800; in fakelb_add_one() 148 hw->phy->supported.channels[1] |= 1; in fakelb_add_one() 150 hw->phy->supported.channels[1] |= 0x7fe; in fakelb_add_one() 152 hw->phy->supported.channels[2] |= 1; in fakelb_add_one() 154 hw->phy->supported.channels[2] |= 0x7fe; in fakelb_add_one() 156 hw->phy->supported.channels[3] |= 0x3fff; in fakelb_add_one() 158 hw->phy->supported.channels[4] |= 1; in fakelb_add_one() 160 hw->phy->supported.channels[4] |= 0x1e; in fakelb_add_one() [all …]
|
D | at86rf230.c | 1011 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_98; in at86rf212_update_cca_ed_level() 1012 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_98); in at86rf212_update_cca_ed_level() 1016 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in at86rf212_update_cca_ed_level() 1017 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_100); in at86rf212_update_cca_ed_level() 1171 for (i = 0; i < lp->hw->phy->supported.tx_powers_size; i++) { in at86rf23x_set_txpower() 1172 if (lp->hw->phy->supported.tx_powers[i] == mbm) in at86rf23x_set_txpower() 1184 for (i = 0; i < lp->hw->phy->supported.tx_powers_size; i++) { in at86rf212_set_txpower() 1185 if (lp->hw->phy->supported.tx_powers[i] == mbm) in at86rf212_set_txpower() 1249 for (i = 0; i < hw->phy->supported.cca_ed_levels_size; i++) { in at86rf230_set_cca_ed_level() 1250 if (hw->phy->supported.cca_ed_levels[i] == mbm) in at86rf230_set_cca_ed_level() [all …]
|
D | mrf24j40.c | 1235 devrec->hw->phy->supported.max_minbe = 3; in mrf24j40_phy_setup() 1239 devrec->hw->phy->supported.min_maxbe = 5; in mrf24j40_phy_setup() 1240 devrec->hw->phy->supported.max_maxbe = 5; in mrf24j40_phy_setup() 1243 devrec->hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY) | in mrf24j40_phy_setup() 1246 devrec->hw->phy->supported.cca_opts = BIT(NL802154_CCA_OPT_ENERGY_CARRIER_AND); in mrf24j40_phy_setup() 1249 devrec->hw->phy->supported.cca_ed_levels = mrf24j40_ed_levels; in mrf24j40_phy_setup() 1250 devrec->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(mrf24j40_ed_levels); in mrf24j40_phy_setup() 1255 devrec->hw->phy->supported.tx_powers = mrf24j40ma_powers; in mrf24j40_phy_setup() 1256 devrec->hw->phy->supported.tx_powers_size = ARRAY_SIZE(mrf24j40ma_powers); in mrf24j40_phy_setup() 1283 devrec->hw->phy->supported.channels[0] = CHANNEL_MASK; in mrf24j40_probe()
|
D | atusb.c | 468 for (i = 0; i < hw->phy->supported.tx_powers_size; i++) { in atusb_set_txpower() 469 if (hw->phy->supported.tx_powers[i] == mbm) in atusb_set_txpower() 646 hw->phy->supported.channels[0] = 0x7FFF800; in atusb_probe() 647 hw->phy->supported.tx_powers = atusb_powers; in atusb_probe() 648 hw->phy->supported.tx_powers_size = ARRAY_SIZE(atusb_powers); in atusb_probe() 649 hw->phy->transmit_power = hw->phy->supported.tx_powers[0]; in atusb_probe()
|
D | cc2520.c | 751 priv->hw->phy->supported.channels[0] = 0x7FFF800; in cc2520_register() 757 priv->hw->phy->supported.tx_powers = cc2520_powers; in cc2520_register() 758 priv->hw->phy->supported.tx_powers_size = ARRAY_SIZE(cc2520_powers); in cc2520_register() 759 priv->hw->phy->transmit_power = priv->hw->phy->supported.tx_powers[4]; in cc2520_register() 761 priv->hw->phy->supported.tx_powers = cc2520_cc2591_powers; in cc2520_register() 762 priv->hw->phy->supported.tx_powers_size = ARRAY_SIZE(cc2520_cc2591_powers); in cc2520_register() 763 priv->hw->phy->transmit_power = priv->hw->phy->supported.tx_powers[0]; in cc2520_register()
|
/linux-4.4.14/drivers/pci/ |
D | ats.c | 239 u16 control, supported; in pci_enable_pasid() local 247 pci_read_config_word(pdev, pos + PCI_PASID_CAP, &supported); in pci_enable_pasid() 252 supported &= PCI_PASID_CAP_EXEC | PCI_PASID_CAP_PRIV; in pci_enable_pasid() 255 if ((supported & features) != features) in pci_enable_pasid() 296 u16 supported; in pci_pasid_features() local 303 pci_read_config_word(pdev, pos + PCI_PASID_CAP, &supported); in pci_pasid_features() 305 supported &= PCI_PASID_CAP_EXEC | PCI_PASID_CAP_PRIV; in pci_pasid_features() 307 return supported; in pci_pasid_features() 322 u16 supported; in pci_max_pasids() local 329 pci_read_config_word(pdev, pos + PCI_PASID_CAP, &supported); in pci_max_pasids() [all …]
|
/linux-4.4.14/Documentation/filesystems/ |
D | ufs.txt | 18 default value, supported as read-only 21 supported as read-write 24 supported as read-write 29 supported as read-write 32 supported as read-write 35 supported as read-only 39 supported as read-only 43 supported as read-only 47 supported as read-only
|
D | dlmfs.txt | 71 Two levels of locks are supported - Shared Read, and Exclusive. 72 Also supported is a Trylock operation. 79 maximum currently supported LVB length is 64 bytes (though that is an 116 supported locally as well. This means you can use them to restrict
|
/linux-4.4.14/include/linux/ |
D | mdio.h | 102 u32 supported = 0; in mmd_eee_cap_to_ethtool_sup_t() local 105 supported |= SUPPORTED_100baseT_Full; in mmd_eee_cap_to_ethtool_sup_t() 107 supported |= SUPPORTED_1000baseT_Full; in mmd_eee_cap_to_ethtool_sup_t() 109 supported |= SUPPORTED_10000baseT_Full; in mmd_eee_cap_to_ethtool_sup_t() 111 supported |= SUPPORTED_1000baseKX_Full; in mmd_eee_cap_to_ethtool_sup_t() 113 supported |= SUPPORTED_10000baseKX4_Full; in mmd_eee_cap_to_ethtool_sup_t() 115 supported |= SUPPORTED_10000baseKR_Full; in mmd_eee_cap_to_ethtool_sup_t() 117 return supported; in mmd_eee_cap_to_ethtool_sup_t()
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | S3C2412.txt | 41 The UART hardware is similar to the S3C2440, and is supported by the 48 The NAND hardware is similar to the S3C2440, and is supported by the 56 control. The OHCI portion is supported by the ohci-s3c2410 driver, and 57 the clock control selection is supported by the core clock code. 69 All the standard, and external interrupt sources are supported. The 70 extra sub-sources are not yet supported. 76 The RTC hardware is similar to the S3C2410, and is supported by the 83 The watchdog hardware is the same as the S3C2410, and is supported by 95 The IIC hardware is the same as the S3C2410, and is supported by the
|
D | S3C2413.txt | 15 This block is currently not supported.
|
/linux-4.4.14/drivers/net/ |
D | mdio.c | 209 ecmd->supported = SUPPORTED_TP; in mdio45_ethtool_gset_npage() 213 ecmd->supported |= SUPPORTED_10000baseT_Full; in mdio45_ethtool_gset_npage() 215 ecmd->supported |= (SUPPORTED_1000baseT_Full | in mdio45_ethtool_gset_npage() 218 ecmd->supported |= (SUPPORTED_100baseT_Full | in mdio45_ethtool_gset_npage() 221 ecmd->supported |= (SUPPORTED_10baseT_Full | in mdio45_ethtool_gset_npage() 228 ecmd->supported = 0; in mdio45_ethtool_gset_npage() 236 ecmd->supported = SUPPORTED_Backplane; in mdio45_ethtool_gset_npage() 240 ecmd->supported |= SUPPORTED_10000baseKX4_Full; in mdio45_ethtool_gset_npage() 242 ecmd->supported |= SUPPORTED_10000baseKR_Full; in mdio45_ethtool_gset_npage() 244 ecmd->supported |= SUPPORTED_1000baseKX_Full; in mdio45_ethtool_gset_npage() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | mmc.txt | 30 - no-1-8-v: when present, denotes that 1.8v card voltage is not supported on 32 - cap-sd-highspeed: SD high-speed timing is supported 33 - cap-mmc-highspeed: MMC high-speed timing is supported 34 - sd-uhs-sdr12: SD UHS SDR12 speed is supported 35 - sd-uhs-sdr25: SD UHS SDR25 speed is supported 36 - sd-uhs-sdr50: SD UHS SDR50 speed is supported 37 - sd-uhs-sdr104: SD UHS SDR104 speed is supported 38 - sd-uhs-ddr50: SD UHS DDR50 speed is supported 40 - cap-mmc-hw-reset: eMMC hardware reset is supported 42 - full-pwr-cycle: full power cycle of the card is supported [all …]
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_ethtool.c | 52 u32 supported; member 57 .supported = SUPPORTED_1000baseKX_Full, 62 .supported = SUPPORTED_1000baseKX_Full, 67 .supported = SUPPORTED_10000baseKX4_Full, 72 .supported = SUPPORTED_10000baseKX4_Full, 77 .supported = SUPPORTED_10000baseKR_Full, 82 .supported = SUPPORTED_20000baseKR2_Full, 87 .supported = SUPPORTED_40000baseCR4_Full, 92 .supported = SUPPORTED_40000baseKR4_Full, 97 .supported = SUPPORTED_56000baseKR4_Full, [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | img,tz1090-pinctrl.txt | 38 - supported generic pinconfig properties (for further details see 69 supported by the mux group. All other pins can be muxed to the "perip" 93 bias-high-impediance: supported. 94 bias-pull-up: supported. 95 bias-pull-down: supported. 96 bias-bus-hold: supported. 97 function: perip or those supported by pin's mux group. 108 bias-high-impediance: supported. 109 bias-pull-up: supported. 110 bias-pull-down: supported. [all …]
|
D | nxp,lpc1850-scu.txt | 12 The following generic nodes are supported: 26 user manual or the pin table in the pinctrl-lpc18xx driver for supported
|
/linux-4.4.14/Documentation/input/ |
D | joystick.txt | 171 Cyborg 'digital' joysticks are also supported by this driver, because 243 Microsoft 'Digital Overdrive' protocol is supported by the sidewinder.c 244 module. All currently supported joysticks: 263 The SideWinder Standard is not a digital joystick, and thus is supported 268 Logitech ADI protocol is supported by the adi.c module. It should support 289 Logitech Magellan are supported by serial drivers described below. Logitech 290 WingMan Force and Logitech WingMan Formula Force are supported by the 291 I-Force driver described below. Logitech CyberMan is not supported yet. 295 Gravis GrIP protocol is supported by the grip.c module. It currently 307 GrIP MultiPort isn't supported yet. Gravis Stinger is a serial device and is [all …]
|
D | sentelic.txt | 609 supported, the hardware separates register into different groups called 674 supported gesture IDs: 719 *only supported by H/W prior to Cx 724 *supported since Cx 727 *only supported by H/W prior to Cx 746 *only supported by H/W prior to Cx 752 *only supported by H/W prior to Cx 757 *only supported by H/W prior to Cx 761 *only supported by H/W prior to Cx 766 *only supported by H/W prior to Cx [all …]
|
D | xpad.txt | 12 Rumble is supported on some models of Xbox 360 controllers but not of 15 the future could be supported. 87 to the list of supported devices, ensuring that it will work out of the 99 yet supported. 137 For a full list of supported controllers and associated vendor and product 141 were supported:
|
D | cd32.txt | 3 you can add it to the list of supported joysticks (hopefully someone will
|
/linux-4.4.14/Documentation/features/ |
D | arch-support.txt | 8 | ok | # feature supported by the architecture 9 |TODO| # feature not yet supported by the architecture 10 | .. | # feature cannot be supported by the hardware
|
/linux-4.4.14/arch/mips/mti-malta/ |
D | malta-setup.c | 109 int supported = 0; in plat_enable_iocoherency() local 114 supported = 1; in plat_enable_iocoherency() 136 supported = 1; in plat_enable_iocoherency() 138 hw_coherentio = supported; in plat_enable_iocoherency() 139 return supported; in plat_enable_iocoherency()
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | snps-dma.txt | 7 - dma-channels: Number of channels supported by hardware 8 - dma-requests: Number of DMA request lines supported, up to 16 9 - dma-masters: Number of AHB masters supported by the controller 15 - block_size: Maximum block size supported by the controller 16 - data_width: Maximum data width supported by hardware per AHB master
|
D | zxdma.txt | 8 - dma-channels: physical channels supported 9 - dma-requests: virtual channels supported, each virtual channel
|
D | k3dma.txt | 10 - dma-channels: physical channels supported 11 - dma-requests: virtual channels supported, each virtual channel
|
D | fsl-imx-dma.txt | 16 - #dma-channels : Number of DMA channels supported. Should be 16. 17 - #dma-requests : Number of DMA requests supported.
|
D | arm-pl330.txt | 16 - dma-channels: contains the total number of DMA channels supported by the DMAC 17 - dma-requests: contains the total number of DMA requests supported by the DMAC
|
D | img-mdc-dma.txt | 13 - img,max-burst-multiplier: Must be the maximum supported burst size multiplier. 23 - dma-channels: Number of supported DMA channels, up to 32. If not specified
|
D | arm-pl08x.txt | 19 - dma-channels: contains the total number of DMA channels supported by the DMAC 20 - dma-requests: contains the total number of DMA requests supported by the DMAC
|
D | fsl-edma.txt | 26 See the SoC's reference manual for all the supported request sources. 27 - dma-channels : Number of channels supported by the controller
|
/linux-4.4.14/Documentation/arm64/ |
D | acpi_object_usage.txt | 21 -- Not supported: BOOT, DBG2, DBGP, DMAR, ETDT, HPET, IBFT, IVRS, 34 Microsoft only table, will not be supported. 38 Optional, not currently supported, with no real use-case for an 43 Optional, not currently supported, and not recommended until such 49 Optional, not currently supported. 53 Microsoft only table, will not be supported. 57 Microsoft only table, will not be supported. 69 x86 only table, will not be supported. 73 Optional, not currently supported. 77 Optional, not currently supported, but could be used on ARM if and [all …]
|
/linux-4.4.14/drivers/net/ethernet/atheros/alx/ |
D | ethtool.c | 111 u32 supported = SUPPORTED_10baseT_Half | in alx_get_supported_speeds() local 117 supported |= SUPPORTED_1000baseT_Full; in alx_get_supported_speeds() 125 return supported; in alx_get_supported_speeds() 133 ecmd->supported = SUPPORTED_Autoneg | in alx_get_settings() 138 ecmd->supported |= SUPPORTED_1000baseT_Full; in alx_get_settings() 139 ecmd->supported |= alx_get_supported_speeds(hw); in alx_get_settings()
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | apm-xgene-phy.txt | 20 supported link speed on the host. Range from 0 to 26 supported link speed on the host. Default is 0. 29 (up to 3) supported link speed on the host. Range is 32 each (up to 3) supported link speed on the host. 36 3-tuple setting for each (up to 3) supported link 40 3-tuple setting for each (up to 3) supported link 47 supported link speed on the host.
|
/linux-4.4.14/drivers/nvdimm/ |
D | core.c | 178 const unsigned long *supported, char *buf) in nd_sector_size_show() argument 183 for (i = 0; supported[i]; i++) in nd_sector_size_show() 184 if (current_lbasize == supported[i]) in nd_sector_size_show() 185 len += sprintf(buf + len, "[%ld] ", supported[i]); in nd_sector_size_show() 187 len += sprintf(buf + len, "%ld ", supported[i]); in nd_sector_size_show() 193 unsigned long *current_lbasize, const unsigned long *supported) in nd_sector_size_store() argument 205 for (i = 0; supported[i]; i++) in nd_sector_size_store() 206 if (lbasize == supported[i]) in nd_sector_size_store() 209 if (supported[i]) { in nd_sector_size_store()
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | etherh.c | 76 u32 supported; member 85 u32 supported; member 583 cmd->supported = etherh_priv(dev)->supported; in etherh_get_settings() 693 if (data->supported & SUPPORTED_Autoneg) in etherh_probe() 695 if (data->supported & SUPPORTED_TP) { in etherh_probe() 698 } else if (data->supported & SUPPORTED_BNC) { in etherh_probe() 705 eh->supported = data->supported; in etherh_probe() 803 .supported = SUPPORTED_10baseT_Half, 814 .supported = SUPPORTED_10baseT_Half, 824 .supported = SUPPORTED_10baseT_Half | SUPPORTED_TP | SUPPORTED_BNC | SUPPORTED_Autoneg, [all …]
|
/linux-4.4.14/Documentation/fb/ |
D | cirrusfb.txt | 11 Chip families supported: 21 Bus's supported: 25 Architectures supported: 35 At the moment, there are two kernel command line arguments supported:
|
D | tgafb.txt | 8 following models are supported: 31 PowerStorm 3D30/4D20 (also known as PBXGB) cards are not supported. These 43 font:X - default font to use. All fonts are supported, including the 46 mode:X - default video mode. The following video modes are supported:
|
D | s3fb.txt | 15 - only PCI bus supported 16 - only BIOS initialized VGA devices supported 38 Text mode is supported even in higher resolutions, but there is limitation to
|
D | arkfb.txt | 12 - only BIOS initialized VGA devices supported 29 Text mode is supported even in higher resolutions, but there is limitation to
|
D | pvr2fb.txt | 28 font:X - default font to use. All fonts are supported, including the 33 The following video modes are supported:
|
/linux-4.4.14/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_ethtool.c | 68 cmd->supported = SUPPORTED_1000baseT_Full | in xgene_get_settings() 70 cmd->advertising = cmd->supported; in xgene_get_settings() 77 cmd->supported = SUPPORTED_10000baseT_Full | SUPPORTED_FIBRE; in xgene_get_settings() 78 cmd->advertising = cmd->supported; in xgene_get_settings()
|
/linux-4.4.14/Documentation/networking/ |
D | vxge.txt | 8 2) Features supported 25 supported independently on each function. 27 (See below for a complete list of features supported for both IPv4 and IPv6) 29 2) Features supported: 44 v) Offloads supported: (Enabled by default)
|
D | iphase.txt | 15 - A single VPI (VPI value of 0) is supported. 18 - UBR, ABR and CBR service categories are supported. 19 - Only AAL5 is supported. 21 - Multiple adapters in a system are supported. 22 - All variants of Interphase ATM PCI (i)Chip adapter cards are supported, 27 - Only x86 platforms are supported. 28 - SMP is supported.
|
D | igb.txt | 57 - Using Jumbo frames at 10 or 100 Mbps is not supported and may result in 78 Wake On LAN is only supported on port A of multi-port adapters. 80 Wake On LAN is not supported for the Intel(R) Gigabit VT Quad Port Server 127 If an issue is identified with the released source code on the supported 128 kernel with a supported adapter, email the specific information related
|
D | i40evf.txt | 45 If an issue is identified with the released source code on the supported 46 kernel with a supported adapter, email the specific information related
|
D | ixgbevf.txt | 50 If an issue is identified with the released source code on the supported 51 kernel with a supported adapter, email the specific information related
|
D | igbvf.txt | 27 This driver is only supported as a loadable module at this time. Intel is 78 If an issue is identified with the released source code on the supported 79 kernel with a supported adapter, email the specific information related
|
D | e1000.txt | 80 (not supported on Intel(R) 82542, 82543 or 82544-based adapters) 171 80-4096 for all other supported adapters 209 (This parameter is supported only on 82540, 82545 and later adapters.) 222 (This parameter is supported only on adapters with copper connections.) 224 Default Value: 0 (auto-negotiate at all supported speeds) 234 80-4096 for all other supported adapters 289 (This parameter is supported only on 82540, 82545 and later adapters.) 302 (This parameter is NOT supported on the 82542-based adapter.) 329 this parameter in supported chipsets. 351 supported speed and duplex combinations, and it links at the highest [all …]
|
D | i40e.txt | 68 DCB configuration is not currently supported. 115 If an issue is identified with the released source code on the supported 116 kernel with a supported adapter, email the specific information related
|
D | ixgbe.txt | 41 cables are not supported. 86 - Hot Swapping/hot plugging optical modules is not supported. 87 - Only single speed, 10 gigabit modules are supported. 89 types are not supported. Please see your system documentation for details. 102 cables are not supported. 281 functionality that is supported by the 82598-based hardware. This code has 347 If an issue is identified with the released source code on the supported 348 kernel with a supported adapter, email the specific information related
|
D | e100.txt | 27 The following features are now available in supported kernels: 147 NAPI (Rx polling mode) is supported in the e100 driver. 181 If an issue is identified with the released source code on the supported 182 kernel with a supported adapter, email the specific information related to the
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal-power.c | 143 int ret, supported = 0; in opal_power_control_init() local 155 supported = of_device_is_compatible(np, "ibm,opal-v3-epow"); in opal_power_control_init() 159 if (!supported) in opal_power_control_init()
|
/linux-4.4.14/drivers/isdn/ |
D | Kconfig | 31 a daemon running. A reduced T.70 protocol is supported with tty's 33 (Euro-ISDN) and 1TR6 (German style) are supported. See 40 supported by the new CAPI subsystem yet. 53 three-party conferences (if supported by the specific hardware 57 you have an ISDN adapter supported by the CAPI subsystem.
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
D | Kconfig | 28 OMAP3 SoC family. The current chips supported are: 43 OMAP4 SoC family. The current chip supported are: 57 OMAP5 SoC family. The current chip supported are: 69 DRA752 SoC family. The current chip supported are:
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | rtc-opal.txt | 8 - wakeup-source: Decides if the wakeup is supported or not 9 (Legacy property supported: "has-tpo")
|
D | isil,isl12057.txt | 11 (associated with the alarm supported by the driver) is not connected 18 Required properties supported by the device: 27 (Legacy property supported: "isil,irq2-can-wakeup-machine")
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 266 ecmd->supported = SUPPORTED_Autoneg | in i40e_get_settings_link_up() 274 ecmd->supported = SUPPORTED_40000baseCR4_Full; in i40e_get_settings_link_up() 277 ecmd->supported = SUPPORTED_40000baseSR4_Full; in i40e_get_settings_link_up() 280 ecmd->supported = SUPPORTED_40000baseLR4_Full; in i40e_get_settings_link_up() 286 ecmd->supported = SUPPORTED_10000baseT_Full; in i40e_get_settings_link_up() 291 ecmd->supported |= SUPPORTED_1000baseT_Full; in i40e_get_settings_link_up() 301 ecmd->supported = SUPPORTED_Autoneg | in i40e_get_settings_link_up() 311 ecmd->supported = SUPPORTED_Autoneg | in i40e_get_settings_link_up() 317 ecmd->supported = SUPPORTED_Autoneg | in i40e_get_settings_link_up() 324 ecmd->supported = SUPPORTED_Autoneg | in i40e_get_settings_link_up() [all …]
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-wusb_cbaf | 16 3. The CM writes the host name, supported band groups, 22 4. The CM can verify that the device's supported band 60 Writes fetches device's supported band groups and the 75 The band groups supported by the host, in the format 83 The band groups supported by the device, in the format
|
D | sysfs-devices-soc | 12 It has been agreed that if an SoC device exists, its supported 33 Read-only attribute supported by most SoCs. In the case of 40 Read-only attribute supported by most SoCs. Contains the SoC's 47 Read-only attribute supported ST-Ericsson's silicon. Contains the
|
D | sysfs-driver-ppi | 7 Presence Interface). Only if TPM is supported by BIOS, this 22 This attribute shows the version of the PPI supported by the 63 This attribute is only supported by PPI version 1.2+. 74 is also only supported by PPI version 1.2+.
|
D | sysfs-ata | 36 Maximum speed supported by the connected SATA device. 62 Transfer modes supported by the device when in DMA mode. 67 Transfer modes supported by the device when in PIO mode.
|
D | sysfs-class-net-cdc_ncm | 28 maximum value supported by the device. Must allow at 44 maximum value supported by the device. Must allow at 75 Bit 0: 16-bit NTB supported (set to 1) 76 Bit 1: 32-bit NTB supported
|
D | sysfs-driver-hid-logitech-lg4ff | 13 Description: Displays a set of alternate modes supported by a wheel. Each 26 Currently supported mode switches:
|
D | sysfs-kernel-mm-hugepages | 7 of the hugepages supported by the kernel/CPU combination.
|
/linux-4.4.14/net/mac80211/ |
D | rc80211_minstrel_ht.c | 304 if (!(mi->groups[group].supported & BIT(idx))) in minstrel_ht_get_stats() 488 if (!mg->supported || group == MINSTREL_CCK_GROUP) in minstrel_ht_prob_rate_reduce_streams() 542 if (!mg->supported) in minstrel_ht_update_stats() 552 if (!(mg->supported & BIT(i))) in minstrel_ht_update_stats() 638 if (!mg->supported) in minstrel_set_next_sample_idx() 659 if (!mi->groups[group].supported) in minstrel_downgrade_rate() 941 if (!(mg->supported & BIT(sample_idx))) in minstrel_get_sample_rate() 991 u8 supported = mi->groups[MINSTREL_CCK_GROUP].supported; in minstrel_ht_check_cck_shortpreamble() local 993 if (!supported || !mi->cck_supported_short) in minstrel_ht_check_cck_shortpreamble() 996 if (supported & (mi->cck_supported_short << (val * 4))) in minstrel_ht_check_cck_shortpreamble() [all …]
|
D | rc80211_minstrel_ht_debugfs.c | 27 if (!mi->groups[i].supported) in minstrel_ht_stats_dump() 45 if (!(mi->groups[i].supported & BIT(j))) in minstrel_ht_stats_dump() 173 if (!mi->groups[i].supported) in minstrel_ht_stats_csv_dump() 191 if (!(mi->groups[i].supported & BIT(j))) in minstrel_ht_stats_csv_dump()
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | jedec,spi-nor.txt | 9 table in drivers/mtd/devices/m25p80.c for the list of supported 18 of the usual "read" opcode. This opcode is not supported by 20 Refer to your chips' datasheet to check if this is supported
|
D | atmel-nand.txt | 25 Only supported by at91sam9x5 or later sam9 product. 66 /* for PMECC supported chips */ 93 /* for NFC supported chips */
|
D | vf610-nfc.txt | 32 - nand-ecc-strength: supported strengths are 24 and 32 bit (see nand.txt) 34 supported
|
/linux-4.4.14/Documentation/spi/ |
D | spi-sc18is602 | 18 The driver does not probe for supported chips, since the SI18IS602/603 does not 27 adapter drivers which can only handle the SMBus protocol are not supported. 29 The maximum SPI message size supported by SC18IS602/603 is 200 bytes. Attempts
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_common.h | 107 unsigned int supported; /* link capabilities */ member 241 return (lc->supported & FW_PORT_CAP_SPEED_10G) != 0; in is_10g_port() 246 return (lc->supported & FW_PORT_CAP_SPEED_10G) != 0 || in is_x_10g_port() 247 (lc->supported & FW_PORT_CAP_SPEED_40G) != 0; in is_x_10g_port()
|
/linux-4.4.14/Documentation/video4linux/ |
D | meye.txt | 14 Grabbing is supported in packed YUV colorspace only. 16 MJPEG hardware grabbing is supported via a private API (see below). 18 Hardware supported: 26 The second one, made by Kawasaki Steel is fully supported by this 30 (C1M* models), is not supported. The manufacturer has given the specs 36 This camera is not supported at all by the current driver, in fact
|
D | omap4_camera.txt | 31 which only the last one is supported, outputting YUV422 frames). 34 which only the OV5650 are supported, outputting RAW10 frames).
|
D | README.cx88 | 12 - For now, only capture and read(). Overlay isn't supported. 25 sound card) is supported via cx88-alsa.
|
D | uvcvideo.txt | 73 UVC_GET_INFO request should be made. The bits 0 (GET supported) and 1 (SET 74 supported) of the resulting byte indicate which requests are valid. 78 subset of the former ioctl. For the time being they are still supported but 200 get/set requests are supported. 228 The given request is not supported by the given control.
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | sh_mobile_ceu.txt | 6 - renesas,max-width: maximum image width, supported on this SoC 7 - renesas,max-height: maximum image height, supported on this SoC
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-amd756 | 24 is supported by this driver, and the SMBus 2.0 adapter is supported by the
|
D | i2c-taos-evm | 8 are supported, but a few lines of code need to be added for each new 12 Currently supported devices are: 35 Only 4 SMBus transaction types are supported by the TAOS evaluation
|
D | i2c-i801 | 8 * Intel 82801DB (ICH4) (HW PEC supported) 9 * Intel 82801EB/ER (ICH5) (HW PEC supported) 39 and the additional 'Integrated Device Function' controllers are supported. 50 Disable selected features normally supported by the device. This makes it 87 Not supported. 93 I2C block read is supported on the 82801EB (ICH5) and later chips. 105 PCI interrupt support is supported on the 82801EB (ICH5) and later chips.
|
D | i2c-amd8111 | 40 is supported by this driver, and the SMBus 1.0 adapter is supported by the
|
/linux-4.4.14/Documentation/hwmon/ |
D | ltc2978 | 146 temperature measurement is supported and reports 167 Not supported for chip temperature sensor on LTC2974 and 169 temp[N]_highest Highest measured temperature. Not supported for chip 171 temp[N]_reset_history Reset temperature history. Not supported for chip 179 LTC2977, LTC2980, LTM2987: Not supported 180 LTC2978: Not supported 196 LTC2977, LTC2980, LTM2987: not supported 197 LTC2978: not supported
|
D | adm1275 | 62 The following attributes are supported. Limits are read-write, history reset 82 supported, but not both. 86 supported, but not both. 97 Power attributes are supported on ADM1075, ADM1276,
|
D | pc87427 | 21 6 temperature sensors. Only the fans and temperatures are supported at 25 which are partly supported by this driver. 46 always off, always on, manual and automatic. The latter isn't supported
|
D | lineage-pem | 21 standard PMBus commands are not supported. Specifically, all hardware monitoring 51 supported on newer devices. The driver detects if those attributes are supported,
|
D | nct7904 | 39 Setting SmartFan mode is supported only if it has been 52 The following features are not supported in current version:
|
D | pmbus | 47 It supports voltage, current, power, and temperature sensors as supported 61 supported by all chips), and since there is no well defined address range for 143 supported, and determines available sensors from this information. 144 Attribute files only exist if respective sensors are supported by the chip. 148 The following attributes are supported. Limits are read-write; all other
|
D | zl6100 | 80 configuration data (0x11, 0x12, 0x15, 0x16, and 0xf4). The chips supported by 102 is known to affect all currently supported chips. For manual override, the 110 The following attributes are supported. Limits are read-write; all other 133 vmon attributes are supported on ZL2004, ZL9101M,
|
D | w83627ehf | 69 Alarms are only supported for temp1, temp2, and temp3. 94 supported by the driver) 100 the device (see the prefix in the list of supported devices at 113 SmartFan III mode is not supported on NCT6776F. 116 startup, and is only supported for W83677HG-B, NCT6775F, and NCT6776F. 190 (TM) III+. This mode is not yet supported by the driver.
|
D | lm75 | 87 that are supported. The clones are not detected by the driver, unless 90 is supported by this driver, other specific enhancements are not. 92 The LM77 is not supported, contrary to what we pretended for a long time.
|
D | pmbus-core | 22 Also, different PMBUs devices act differently if non-supported commands are 27 and supported since kernel version 2.6.39. However, it was necessary to support 45 For generic PMBus devices, code in pmbus.c attempts to auto-detect all supported 53 used to inform the core driver about functionality supported by individual 97 code returns non-negative values if a virtual command is supported, or a 116 necessary for chips which react badly if non-supported commands are executed, 175 Determine supported PMBus functionality. This function is only necessary 240 identify function if supported. Must only be called from device probe
|
D | tc74 | 20 Currently entering low power standby mode is not supported.
|
D | ad7314 | 25 Currently power down mode is not supported.
|
/linux-4.4.14/include/rdma/ |
D | opa_port_info.h | 337 __be16 supported; member 342 __be16 supported; member 347 __be16 supported; member 357 __be16 supported; member
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ethtool.c | 106 ecmd->supported = (SUPPORTED_10baseT_Half | in netxen_nic_get_settings() 129 ecmd->supported = SUPPORTED_1000baseT_Full; in netxen_nic_get_settings() 132 ecmd->supported = SUPPORTED_10000baseT_Full; in netxen_nic_get_settings() 170 ecmd->supported |= SUPPORTED_Autoneg; in netxen_nic_get_settings() 176 ecmd->supported |= SUPPORTED_TP; in netxen_nic_get_settings() 188 ecmd->supported |= SUPPORTED_MII; in netxen_nic_get_settings() 197 ecmd->supported |= SUPPORTED_TP; in netxen_nic_get_settings() 202 ecmd->supported |= SUPPORTED_FIBRE; in netxen_nic_get_settings() 210 ecmd->supported |= (SUPPORTED_FIBRE | SUPPORTED_TP); in netxen_nic_get_settings() 217 ecmd->supported |= (SUPPORTED_TP | SUPPORTED_Autoneg); in netxen_nic_get_settings() [all …]
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-light | 13 Hardware dependent supported vales for ADC Full Scale Range. 26 Hardware dependent list of possible values supported for the 52 This property is supported by proximity sensors and should be 61 This property is supported by sensors that have an infrared 93 This property is supported by sensors that have a RGBC
|
/linux-4.4.14/Documentation/arm/stm32/ |
D | overview.txt | 7 The STMicroelectronics family of Cortex-M based MCUs are supported by the 8 'STM32' platform of ARM Linux. Currently only the STM32F429 is supported.
|
/linux-4.4.14/drivers/net/phy/ |
D | phy_device.c | 822 phydev->advertising &= phydev->supported; in genphy_config_advert() 862 if (phydev->supported & (SUPPORTED_1000baseT_Half | in genphy_config_advert() 1043 if (phydev->supported & (SUPPORTED_1000baseT_Half in genphy_read_status() 1204 phydev->supported &= features; in genphy_config_init() 1220 phydev->supported = SUPPORTED_10000baseT_Full; in gen10g_config_init() 1272 phydev->supported &= PHY_DEFAULT_FEATURES; in __set_phy_supported() 1278 phydev->supported |= PHY_1000BT_FEATURES; in __set_phy_supported() 1281 phydev->supported |= PHY_100BT_FEATURES; in __set_phy_supported() 1284 phydev->supported |= PHY_10BT_FEATURES; in __set_phy_supported() 1298 phydev->advertising = phydev->supported; in phy_set_max_speed() [all …]
|
D | aquantia.c | 33 phydev->supported = PHY_AQUANTIA_FEATURES; in aquantia_config_aneg() 34 phydev->advertising = phydev->supported; in aquantia_config_aneg()
|
D | fixed_phy.c | 353 phy->supported = PHY_1000BT_FEATURES; in fixed_phy_register() 356 phy->supported = PHY_100BT_FEATURES; in fixed_phy_register() 360 phy->supported = PHY_10BT_FEATURES; in fixed_phy_register()
|
/linux-4.4.14/net/dsa/ |
D | Kconfig | 12 Say Y if you want to enable support for the hardware switches supported 22 Say Y if you want to expose thermal sensor data on switches supported
|
/linux-4.4.14/Documentation/arm/sti/ |
D | overview.txt | 8 CortexA9 System-on-Chip are supported by the 'STi' platform of 9 ARM Linux. Currently STiH415, STiH416 SOCs are supported with both
|
/linux-4.4.14/drivers/platform/chrome/ |
D | Kconfig | 24 If you have a supported Chromebook, choose Y or M here. 38 If you have a supported Chromebook, choose Y or M here. 47 If you have a supported Chromebook, choose Y or M here.
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | stmmac.txt | 5 For backwards compatibility: "st,spear600-gmac" is also supported. 11 "eth_wake_irq" if this interrupt is supported in the "interrupts" 29 supported by this device instance 30 - snps,perfect-filter-entries: Number of perfect filter entries supported
|
D | micrel.txt | 10 bits that are currently supported: 35 supported clocks:
|
D | altera_tse.txt | 6 ALTR is supported for legacy device trees, but is deprecated. 30 Otherwise additional unicast addresses are not supported. 33 Otherwise, hash-based multicast filtering is not supported.
|
D | ethernet.txt | 9 - max-speed: number, specifies maximum speed in Mbit/s supported by the device; 12 - phy-mode: string, operation mode of the PHY interface; supported values are
|
D | smsc-lan91c111.txt | 11 are supported on the device. Valid value for SMSC LAN91c111 are
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | switchx2.c | 537 u32 supported; member 545 .supported = SUPPORTED_100baseT_Full, 556 .supported = SUPPORTED_1000baseKX_Full, 562 .supported = SUPPORTED_10000baseT_Full, 569 .supported = SUPPORTED_10000baseKX4_Full, 578 .supported = SUPPORTED_10000baseKR_Full, 584 .supported = SUPPORTED_20000baseKR2_Full, 590 .supported = SUPPORTED_40000baseCR4_Full, 596 .supported = SUPPORTED_40000baseKR4_Full, 602 .supported = SUPPORTED_40000baseSR4_Full, [all …]
|
D | spectrum.c | 889 u32 supported; member 897 .supported = SUPPORTED_100baseT_Full, 908 .supported = SUPPORTED_1000baseKX_Full, 914 .supported = SUPPORTED_10000baseT_Full, 921 .supported = SUPPORTED_10000baseKX4_Full, 930 .supported = SUPPORTED_10000baseKR_Full, 936 .supported = SUPPORTED_20000baseKR2_Full, 942 .supported = SUPPORTED_40000baseCR4_Full, 948 .supported = SUPPORTED_40000baseKR4_Full, 954 .supported = SUPPORTED_40000baseSR4_Full, [all …]
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | Kconfig | 16 int "Maximum number of serial ports supported" 23 int "Maximum number of serial ports supported per adapter"
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | Kconfig | 18 Error injection is supported to test rare errors that are hard 29 This allows you to specify the maximum number of devices supported
|
/linux-4.4.14/Documentation/DocBook/ |
D | gadget.xml.db | 21 API-gadget-is-altset-supported 22 API-gadget-is-stall-supported 23 API-gadget-is-zlp-supported
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | serial-u16550.txt | 16 In Roland Soundcanvas mode, multiple ALSA raw MIDI substreams are supported 34 In MS-124T mode, one raw MIDI substream is supported (midiCnD0); the outs 45 In MS-124W S/A mode, one raw MIDI substream is supported (midiCnD0); 70 The MS-124W hardware's M/A mode is currently not supported. This mode allows 77 Midiator models other than MS-124W and MS-124T are currently not supported.
|
D | ALSA-Configuration.txt | 175 The power-management is supported. 198 The power-management is supported. 207 The power-management is supported. 216 The power-management is supported. 228 The power-management is supported. 263 The power-management is supported. 275 The power-management is supported. 385 The power-management is supported. 439 The power-management is supported. 459 The power-management is supported. [all …]
|
D | compress_offload.txt | 86 The notion of rewinds/forwards is not supported. Data committed to the 99 This routine returns the list of audio formats supported. Querying the 107 the number of channels supported may depend on a specific profile. If 110 supported. Likewise, embedded DSPs have limited memory and cpu cycles, 194 Not supported: 200 - Packet-loss concealment is not supported. This would require an 214 - Encoding/decoding acceleration is not supported as mentioned
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | samsung-hsotg.txt | 9 Currently only device mode is supported. 16 supported SoC,
|
/linux-4.4.14/Documentation/block/ |
D | pr.txt | 22 The following types of reservations are supported: 62 The following ioctl are supported: 111 All the ioctls have a flag field. Currently only one flag is supported: 115 Ignore the existing reservation key. This is commonly supported for
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | user-guide.txt | 43 The following ARM processors are supported by cpufreq: 54 The following processors for the x86 architecture are supported by cpufreq: 80 The following processors for the sparc64 architecture are supported by 89 Several "PowerBook" and "iBook2" notebooks are supported. 96 framework are supported by cpufreq. 101 The following Blackfin processors are supported by cpufreq:
|
D | boost.txt | 59 On supported CPUs one can write either a "0" or a "1" into this file. 78 actual implementation only supported a system-global switch semantics, 81 For compatibility reasons this file and its behavior is still supported
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | s390-diag.txt | 16 all supported DIAGNOSE calls need to be handled by either KVM or its 19 All DIAGNOSE calls supported by KVM use the RS-a format: 30 The supported DIAGNOSE function codes vary by the userspace used. For
|
/linux-4.4.14/lib/xz/ |
D | Kconfig | 5 LZMA2 compression algorithm and BCJ filters are supported using 7 CRC32 is supported. See Documentation/xz.txt for more information.
|
/linux-4.4.14/Documentation/devicetree/bindings/display/tilcdc/ |
D | tilcdc.txt | 16 - max-width: The maximum horizontal pixel width supported by 18 - max-pixelclock: The maximum pixel clock that can be supported
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
D | xp_uv.c | 113 #error not a supported configuration in xp_expand_memprotect_uv() 143 #error not a supported configuration in xp_restrict_memprotect_uv()
|
/linux-4.4.14/lib/fonts/ |
D | Kconfig | 47 bool "Mac console 6x11 font (not supported by all drivers)" if FONTS 55 bool "console 7x14 font (not supported by all drivers)" if FONTS 97 bool "Sparc console 12x22 font (not supported by all drivers)" 105 bool "console 10x18 font (not supported by all drivers)" if FONTS
|
/linux-4.4.14/security/selinux/ |
D | Kconfig | 98 bool "NSA SELinux maximum supported policy format version" 102 This option enables the maximum policy format version supported 116 int "NSA SELinux maximum supported policy format version value" 122 supported by SELinux. 129 policy format version supported by your policy toolchain, by
|
/linux-4.4.14/Documentation/scsi/ |
D | FlashPoint.txt | 1 The BusLogic FlashPoint SCSI Host Adapters are now fully supported on Linux. 19 vice president of marketing for Mylex. "We have supported Linux driver 81 that all BusLogic SCSI Host Adapters were supported by Linux, only to 82 discover that the FlashPoint was not supported and would not be for quite 91 assist the people who initially purchased a FlashPoint for a supported 93 ended up with a FlashPoint LT, believing it was supported, and were unable 156 from the unsupported FlashPoint LT (BT-930) to the supported BT-948 for US 158 (BT-950) to the supported BT-958 for $65 plus shipping and handling.
|
D | Mylex.txt | 4 The Mylex DAC960 PCI RAID Controllers are now supported. Please consult
|
D | dtc3x80.txt | 13 supported by the driver. 25 Parity is supported by the chip, but not by this driver.
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | ccf.txt | 32 Registers that are supported by the CCF. 36 are supported by CCF.
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-davinci.txt | 18 supported at a time. 20 - ti,ngpio: The number of GPIO pins supported.
|
D | gpio-xlp.txt | 20 - nr-gpios: Number of GPIO pins supported by the controller. 23 supported:
|
D | gpio-tz1090.txt | 29 Only the following flags are supported: 51 supported:
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 250 cmd->cmd, cmd->supported, cmd->advertising, in bnx2x_get_vf_settings() 265 cmd->supported = bp->port.supported[cfg_idx] | in bnx2x_get_settings() 266 (bp->port.supported[cfg_idx ^ 1] & in bnx2x_get_settings() 271 cmd->supported &= ~(SUPPORTED_10000baseT_Full); in bnx2x_get_settings() 349 cmd->cmd, cmd->supported, cmd->advertising, in bnx2x_get_settings() 370 cmd->cmd, cmd->supported, cmd->advertising, in bnx2x_set_settings() 418 if (!(bp->port.supported[0] & SUPPORTED_TP || in bnx2x_set_settings() 419 bp->port.supported[1] & SUPPORTED_TP)) { in bnx2x_set_settings() 437 if (!(bp->port.supported[0] & SUPPORTED_FIBRE || in bnx2x_set_settings() 438 bp->port.supported[1] & SUPPORTED_FIBRE)) { in bnx2x_set_settings() [all …]
|
/linux-4.4.14/Documentation/security/ |
D | IMA-templates.txt | 34 from the set of the supported ones. 56 In the following, there is the list of supported template fields 81 currently the following methods are supported: 83 - select a template descriptor among those supported in the kernel
|
/linux-4.4.14/Documentation/isdn/ |
D | README.audio | 8 This document describes the commands supported and the format of 23 Commands supported in audio mode: 33 The following commands are supported: 35 AT+VNH=x Auto hangup setting. NO EFFECT, supported
|
D | README.diversion | 5 document. The diversion services may be used with all cards supported by 45 only supported by isdn phones. Incoming calls may be diverted 77 driver for passive isdn cards. All HiSax supported cards may be used for 84 not supported but may use the tty devices for this purpose.
|
/linux-4.4.14/drivers/platform/x86/ |
D | asus-laptop.c | 1607 bool supported; in asus_sysfs_is_visible() local 1612 supported = true; in asus_sysfs_is_visible() 1614 supported = false; in asus_sysfs_is_visible() 1618 return supported ? attr->mode : 0; in asus_sysfs_is_visible() 1623 supported = !acpi_check_handle(handle, METHOD_WLAN, NULL); in asus_sysfs_is_visible() 1626 supported = !acpi_check_handle(handle, METHOD_BLUETOOTH, NULL); in asus_sysfs_is_visible() 1629 supported = !acpi_check_handle(handle, METHOD_SWITCH_DISPLAY, NULL); in asus_sysfs_is_visible() 1632 supported = in asus_sysfs_is_visible() 1636 supported = !acpi_check_handle(asus->handle, METHOD_WWAN, NULL); in asus_sysfs_is_visible() 1639 supported = !acpi_check_handle(handle, METHOD_LEDD, NULL); in asus_sysfs_is_visible() [all …]
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | Kconfig | 5 By enabling this you will be able to choose the various supported 11 For a complete list of supported USB devices see the LinuxTV DVB Wiki: 42 For an up-to-date list of devices supported by this driver, have a look 63 For an up-to-date list of devices supported by this driver, have a look 70 tristate "DiBcom DiB0700 USB DVB devices (see help for supported devices)" 92 For an up-to-date list of devices supported by this driver, have a look 128 Currently, only DVB and ATSC modes are supported, analog mode 145 "DTV USB MINI" (in cold state) are supported.
|
/linux-4.4.14/arch/frv/include/asm/ |
D | smp.h | 6 #error SMP not supported
|
D | topology.h | 6 #error NUMA not supported yet
|
/linux-4.4.14/arch/powerpc/platforms/52xx/ |
D | Kconfig | 14 supported assuming the following: 20 - PCI is supported if enabled in the kernel configuration
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | Kconfig | 20 The PCA635, PCVC665 and PCVC720/20 are not supported by this driver 21 and never will be, but the 665 and 720/20 are supported by other
|
/linux-4.4.14/kernel/trace/ |
D | trace_selftest.c | 567 int supported = 0; in trace_selftest_function_regs() local 570 supported = 1; in trace_selftest_function_regs() 576 !supported ? "(no arch support)" : ""); in trace_selftest_function_regs() 600 if (!supported) { in trace_selftest_function_regs() 626 if (supported) in trace_selftest_function_regs() 632 if (!supported) in trace_selftest_function_regs()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | sparsemem.h | 21 #error Sparsemem is not supported on this platform
|
/linux-4.4.14/drivers/cpufreq/ |
D | pcc-cpufreq.c | 309 u32 supported; in pcc_cpufreq_do_osc() local 347 supported = *((u32 *)(out_obj->buffer.pointer + 4)); in pcc_cpufreq_do_osc() 348 if (!(supported & 0x1)) { in pcc_cpufreq_do_osc() 376 supported = *((u32 *)(out_obj->buffer.pointer + 4)); in pcc_cpufreq_do_osc() 377 if (!(supported & 0x1)) { in pcc_cpufreq_do_osc()
|
/linux-4.4.14/net/ieee802154/ |
D | nl802154.c | 358 rdev->wpan_phy.supported.channels[page])) in nl802154_send_wpan_phy_channels() 370 const struct wpan_phy_supported *caps = &rdev->wpan_phy.supported; in nl802154_put_capabilities() 936 !(rdev->wpan_phy.supported.iftypes & BIT(type))) in nl802154_new_interface() 985 !(rdev->wpan_phy.supported.channels[page] & BIT(channel))) in nl802154_set_channel() 1006 !(rdev->wpan_phy.supported.cca_modes & BIT(cca.mode))) in nl802154_set_cca_mode() 1015 !(rdev->wpan_phy.supported.cca_opts & BIT(cca.opt))) in nl802154_set_cca_mode() 1036 for (i = 0; i < rdev->wpan_phy.supported.cca_ed_levels_size; i++) { in nl802154_set_cca_ed_level() 1037 if (ed_level == rdev->wpan_phy.supported.cca_ed_levels[i]) in nl802154_set_cca_ed_level() 1058 for (i = 0; i < rdev->wpan_phy.supported.tx_powers_size; i++) { in nl802154_set_tx_power() 1059 if (power == rdev->wpan_phy.supported.tx_powers[i]) in nl802154_set_tx_power() [all …]
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-dump | 12 Read this file for supported commands. 41 supported actions.
|
D | sysfs-class-udc | 55 Indicates the maximum USB speed supported by this port. 63 Indicates the maximum USB speed supported by this port.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | cifs.txt | 5 called SMB2 and SMB3. These dialects are also supported by the 6 CIFS VFS module. CIFS is fully supported by network
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | spider_net_ethtool.c | 56 cmd->supported = (SUPPORTED_1000baseT_Full | in spider_net_ethtool_get_settings() 89 wolinfo->supported = 0; in spider_net_ethtool_get_wol()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-sis630.c | 112 static int supported[] = { variable 421 for (i = 0; supported[i] > 0; i++) { in sis630_setup() 422 dummy = pci_get_device(PCI_VENDOR_ID_SI, supported[i], dummy); in sis630_setup() 465 if (supported[i] == PCI_DEVICE_ID_SI_760) in sis630_setup()
|
/linux-4.4.14/drivers/acpi/ |
D | sleep.c | 835 char supported[ACPI_S_STATE_COUNT * 3 + 1]; in acpi_sleep_init() local 836 char *pos = supported; in acpi_sleep_init() 852 supported[0] = 0; in acpi_sleep_init() 857 pr_info(PREFIX "(supports%s)\n", supported); in acpi_sleep_init()
|
/linux-4.4.14/Documentation/usb/ |
D | usb-serial.txt | 41 The driver is officially supported by Connect Tech Inc. 97 Most devices supported by ActiveSync are supported out of the box. 177 The USA-18X, USA-28X, USA-19, USA-19W and USA-49W are supported and 182 The USA-28 isn't yet supported though doing so should be pretty 197 Devices supported include: 217 Chipsets supported under CY4601 family: 221 Devices supported: 277 on the USB 2 is supported as a serial to parallel converter; in other 280 is not yet supported. 417 are supported, but handshaking (software or hardware) is not, which is [all …]
|
/linux-4.4.14/Documentation/arm/SPEAr/ |
D | overview.txt | 11 supported by the 'spear' platform of ARM Linux. Currently SPEAr1310, 12 SPEAr1340, SPEAr300, SPEAr310, SPEAr320 and SPEAr600 SOCs are supported.
|
/linux-4.4.14/drivers/message/fusion/ |
D | Kconfig | 21 List of supported controllers: 36 List of supported controllers: 55 List of supported controllers:
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Insmod-options | 59 maximum supported speed by kernel bitbang 62 all supported cards). 85 new, experimental module which is supported to provide a single 118 Note 2: tda9874h/a and tda9875 (which is supported separately by 141 for dbx stereo. Default is on if supported by
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.c | 128 dcb->supported = CXGB4_DCBX_HOST_SUPPORT; in cxgb4_dcb_state_fsm() 135 dcb->supported = DCB_CAP_DCBX_LLD_MANAGED; in cxgb4_dcb_state_fsm() 137 dcb->supported |= DCB_CAP_DCBX_VER_IEEE; in cxgb4_dcb_state_fsm() 139 dcb->supported |= DCB_CAP_DCBX_VER_CEE; in cxgb4_dcb_state_fsm() 200 dcb->supported = CXGB4_DCBX_FW_SUPPORT; in cxgb4_dcb_state_fsm() 694 *caps = pi->dcb.supported; in cxgb4_getcap() 915 (dcb->supported & DCB_CAP_DCBX_VER_IEEE)); in cxgb4_ieee_negotiation_complete() 1055 return pi->dcb.supported; in cxgb4_getdcbx() 1080 if (dcb_request != pi->dcb.supported) in cxgb4_setdcbx() 1083 pi->dcb.supported = dcb_request; in cxgb4_setdcbx()
|
/linux-4.4.14/fs/romfs/ |
D | Kconfig | 19 # Select the backing stores to be supported 26 Select the backing stores to be supported.
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | ssd1307fb.txt | 4 - compatible: Should be "solomon,<chip>fb-<bus>". The only supported bus for 5 now is i2c, and the supported chips are ssd1305, ssd1306, ssd1307 and
|
D | ssd1289fb.txt | 4 - compatible: Should be "solomon,ssd1289fb". The only supported bus for
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 524 cmd->supported = bnxt_fw_to_ethtool_support_spds(link_info); in bnxt_get_settings() 527 cmd->supported |= SUPPORTED_Autoneg; in bnxt_get_settings() 542 cmd->supported |= SUPPORTED_Pause; in bnxt_get_settings() 545 cmd->supported |= SUPPORTED_Asym_Pause; in bnxt_get_settings() 553 cmd->supported |= SUPPORTED_Pause; in bnxt_get_settings() 555 cmd->supported |= SUPPORTED_Asym_Pause; in bnxt_get_settings() 558 cmd->supported |= SUPPORTED_Pause; in bnxt_get_settings() 565 cmd->supported |= SUPPORTED_TP; in bnxt_get_settings() 568 cmd->supported |= SUPPORTED_FIBRE; in bnxt_get_settings()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | Kconfig | 11 supported by this driver. 21 Please note that AR6002 and AR6001 are not supported by this
|
/linux-4.4.14/fs/squashfs/ |
D | decompressor.h | 35 int supported; member
|
/linux-4.4.14/Documentation/platform/ |
D | x86-laptop-drivers.txt | 3 List of supported hardware:
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 35 ecmd->supported = (SUPPORTED_10baseT_Half | in atl1c_get_settings() 42 ecmd->supported |= SUPPORTED_1000baseT_Full; in atl1c_get_settings() 243 wol->supported = WAKE_MAGIC | WAKE_PHY; in atl1c_get_wol()
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | davinci-vpfe-mc.txt | 24 supported. 55 The following private IOCTLs are supported: 83 The following private IOCTLs are supported:
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | Kconfig | 16 - except for the Cisco/Aironet cards. Cards supported include the 73 Enable support for PCMCIA cards supported by the "Hermes" (aka 84 Enable support for PCMCIA cards supported by the "Hermes" (aka 94 Enable support for PCMCIA cards supported by the "Hermes" (aka
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | fsl-imx-sahara.txt | 2 Currently only i.MX27 and i.MX53 are supported.
|
/linux-4.4.14/arch/x86/kvm/ |
D | cpuid.c | 494 u64 supported = kvm_supported_xcr0(); in __do_cpuid_ent() local 496 entry->eax &= supported; in __do_cpuid_ent() 497 entry->ebx = xstate_required_size(supported, false); in __do_cpuid_ent() 499 entry->edx &= supported >> 32; in __do_cpuid_ent() 501 if (!supported) in __do_cpuid_ent() 516 xstate_required_size(supported, in __do_cpuid_ent() 519 if (entry[i].eax == 0 || !(supported & mask)) in __do_cpuid_ent()
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/magnetometer/ |
D | hmc5843.txt | 6 Other models which are supported with driver are:
|
/linux-4.4.14/drivers/thunderbolt/ |
D | Kconfig | 10 Device chaining is currently not supported.
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/mrvl/ |
D | tauros2.txt | 5 - marvell,tauros2-cache-features : Specify the features supported for the
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | nvidia,tegra-mc.txt | 24 The node should contain a "emc-timings" subnode for each supported RAM type (see field RAM_CODE in 33 Each "emc-timings" node should contain a subnode for every supported EMC clock rate.
|
/linux-4.4.14/drivers/thermal/samsung/ |
D | Kconfig | 9 data from the supported SoCs.
|
/linux-4.4.14/drivers/media/usb/zr364xx/ |
D | Kconfig | 10 and list of supported cameras.
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | atmel-tcb-pwm.txt | 6 the cells format. The only third cell flag supported by this binding is
|
D | vt8500-pwm.txt | 7 the cells format. The only third cell flag supported by this binding is
|
/linux-4.4.14/arch/arm/mach-zx/ |
D | Kconfig | 5 set-top-box processor is supported. More will be
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 282 cmd->supported = pdata->phy.supported; in xgbe_get_settings() 338 cmd->advertising, pdata->phy.supported); in xgbe_set_settings() 340 cmd->advertising &= pdata->phy.supported; in xgbe_set_settings()
|
D | xgbe-mdio.c | 1296 pdata->phy.supported = SUPPORTED_Autoneg; in xgbe_phy_init() 1297 pdata->phy.supported |= SUPPORTED_Pause | SUPPORTED_Asym_Pause; in xgbe_phy_init() 1298 pdata->phy.supported |= SUPPORTED_Backplane; in xgbe_phy_init() 1299 pdata->phy.supported |= SUPPORTED_10000baseKR_Full; in xgbe_phy_init() 1302 pdata->phy.supported |= SUPPORTED_1000baseKX_Full; in xgbe_phy_init() 1305 pdata->phy.supported |= SUPPORTED_2500baseX_Full; in xgbe_phy_init() 1314 pdata->phy.supported |= SUPPORTED_10000baseR_FEC; in xgbe_phy_init() 1316 pdata->phy.advertising = pdata->phy.supported; in xgbe_phy_init()
|
/linux-4.4.14/Documentation/arm/ |
D | kernel_mode_neon.txt | 87 Therefore, the recommended and only supported way of using NEON/VFP in the 102 NEON assembler is supported with no additional caveats as long as the rules 110 supported as long as the rules above are followed. 115 NEON intrinsics are also supported. However, as code using NEON intrinsics
|
/linux-4.4.14/Documentation/infiniband/ |
D | ipoib.txt | 60 on/off using ethtool calls. Currently LRO is supported only for 63 Stateless offloads are supported only in datagram mode. 71 moderation is supported.
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | arm-vgic.txt | 4 Device types supported: 61 -ENXIO: Getting or setting this register is not yet supported 95 -ENXIO: Getting or setting this register is not yet supported
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | qcom,spmi-regulator.txt | 124 enable the regulator, if any; supported bits are: 136 supported bits are: 148 switch type regulators; supported values are:
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | Kconfig | 8 CIK is already supported in radeon. CIK support in amdgpu
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | mcdi_port.c | 263 enum efx_phy_mode mode, supported; in efx_get_mcdi_phy_flags() local 267 supported = 0; in efx_get_mcdi_phy_flags() 269 supported |= PHY_MODE_TX_DISABLED; in efx_get_mcdi_phy_flags() 271 supported |= PHY_MODE_LOW_POWER; in efx_get_mcdi_phy_flags() 273 supported |= PHY_MODE_OFF; in efx_get_mcdi_phy_flags() 275 mode = efx->phy_mode & supported; in efx_get_mcdi_phy_flags() 512 ecmd->supported = in efx_mcdi_phy_get_settings()
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | gpio-gate-clock.txt | 13 - clocks: Maximum of one parent clock is supported.
|
/linux-4.4.14/Documentation/sound/oss/ |
D | Soundblaster | 48 This card is supported; see the separate file ALS007 for full details. 52 This card is supported; setup should be as for a standard Sound Blaster 16.
|
/linux-4.4.14/Documentation/laptops/ |
D | toshiba_haps.txt | 36 exists or is not supported. 61 with this device is supported, given the fact that they have the presence of
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | Kconfig | 33 This driver supports most devices that are supported by the 35 supported by the fullmac driver/firmware.
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 232 wol->supported = 0; in mlx4_en_get_wol() 244 wol->supported = WAKE_MAGIC; in mlx4_en_get_wol() 246 wol->supported = 0; in mlx4_en_get_wol() 271 if (wol->supported & ~WAKE_MAGIC) in mlx4_en_set_wol() 757 cmd->supported = 0; in ethtool_get_ptys_settings() 760 cmd->supported |= ptys_get_supported_port(&ptys_reg); in ethtool_get_ptys_settings() 763 cmd->supported |= ptys2ethtool_link_modes(eth_proto, SUPPORTED); in ethtool_get_ptys_settings() 768 cmd->supported |= SUPPORTED_Pause | SUPPORTED_Asym_Pause; in ethtool_get_ptys_settings() 775 cmd->transceiver = (SUPPORTED_TP & cmd->supported) ? in ethtool_get_ptys_settings() 779 cmd->supported |= SUPPORTED_Autoneg; in ethtool_get_ptys_settings() [all …]
|
/linux-4.4.14/drivers/media/usb/stkwebcam/ |
D | Kconfig | 8 may be supported by the stk11xx driver, from which this is
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 298 ecmd->supported = (SUPPORTED_10baseT_Half | in qlcnic_82xx_get_settings() 319 ecmd->supported = SUPPORTED_1000baseT_Full; in qlcnic_82xx_get_settings() 322 ecmd->supported = SUPPORTED_10000baseT_Full; in qlcnic_82xx_get_settings() 355 ecmd->supported |= SUPPORTED_Autoneg; in qlcnic_82xx_get_settings() 360 ecmd->supported |= SUPPORTED_TP; in qlcnic_82xx_get_settings() 368 ecmd->supported |= SUPPORTED_MII; in qlcnic_82xx_get_settings() 377 ecmd->supported |= SUPPORTED_TP; in qlcnic_82xx_get_settings() 381 ecmd->supported |= SUPPORTED_FIBRE; in qlcnic_82xx_get_settings() 389 ecmd->supported |= (SUPPORTED_FIBRE | SUPPORTED_TP); in qlcnic_82xx_get_settings() 397 ecmd->supported |= (SUPPORTED_TP | SUPPORTED_Autoneg); in qlcnic_82xx_get_settings() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-uniphier-f.txt | 12 - clock-frequency: desired I2C bus frequency in Hz. The maximum supported
|
D | i2c-uniphier.txt | 12 - clock-frequency: desired I2C bus frequency in Hz. The maximum supported
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | Kconfig | 7 input devices, such as webcams, are supported.
|
/linux-4.4.14/net/phonet/ |
D | Kconfig | 12 supported). It can also be used to control Nokia phones
|
/linux-4.4.14/scripts/ |
D | Makefile.kasan | 20 -fsanitize=kernel-address is not supported by compiler)
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | head_v32.S | 36 #error Only ETRAXFS and ARTPEC-3 supported!
|