/Linux-v4.19/Documentation/devicetree/bindings/opp/ |
D | kryo-cpufreq.txt | 32 - opp-supported-hw: A single 32 bit bitmap value, representing compatible HW. 137 opp-supported-hw = <0x77>; 143 opp-supported-hw = <0x70>; 149 opp-supported-hw = <0x7>; 155 opp-supported-hw = <0x70>; 161 opp-supported-hw = <0x7>; 167 opp-supported-hw = <0x70>; 173 opp-supported-hw = <0x7>; 179 opp-supported-hw = <0x70>; 185 opp-supported-hw = <0x7>; [all …]
|
/Linux-v4.19/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-v4.19/drivers/net/phy/ |
D | marvell10g.c | 254 __ETHTOOL_DECLARE_LINK_MODE_MASK(supported) = { 0, }; in mv3310_config_init() 265 __set_bit(ETHTOOL_LINK_MODE_Pause_BIT, supported); in mv3310_config_init() 266 __set_bit(ETHTOOL_LINK_MODE_Asym_Pause_BIT, supported); in mv3310_config_init() 274 __set_bit(ETHTOOL_LINK_MODE_Autoneg_BIT, supported); in mv3310_config_init() 286 __set_bit(ETHTOOL_LINK_MODE_FIBRE_BIT, supported); in mv3310_config_init() 288 __set_bit(ETHTOOL_LINK_MODE_10000baseSR_Full_BIT, supported); in mv3310_config_init() 290 __set_bit(ETHTOOL_LINK_MODE_10000baseLR_Full_BIT, supported); in mv3310_config_init() 292 __set_bit(ETHTOOL_LINK_MODE_10000baseER_Full_BIT, supported); in mv3310_config_init() 301 __set_bit(ETHTOOL_LINK_MODE_TP_BIT, supported); in mv3310_config_init() 303 __set_bit(ETHTOOL_LINK_MODE_FIBRE_BIT, supported); in mv3310_config_init() [all …]
|
D | phylink.c | 53 __ETHTOOL_DECLARE_LINK_MODE_MASK(supported); 141 static int phylink_validate(struct phylink *pl, unsigned long *supported, in phylink_validate() argument 144 pl->ops->validate(pl->netdev, supported, state); in phylink_validate() 146 return phylink_is_empty_linkmode(supported) ? -EINVAL : 0; in phylink_validate() 216 bitmap_fill(pl->supported, __ETHTOOL_LINK_MODE_MASK_NBITS); in phylink_parse_fixedlink() 217 linkmode_copy(pl->link_config.advertising, pl->supported); in phylink_parse_fixedlink() 218 phylink_validate(pl, pl->supported, &pl->link_config); in phylink_parse_fixedlink() 221 pl->supported, in phylink_parse_fixedlink() 223 linkmode_zero(pl->supported); in phylink_parse_fixedlink() 224 phylink_set(pl->supported, MII); in phylink_parse_fixedlink() [all …]
|
/Linux-v4.19/drivers/net/ieee802154/ |
D | fakelb.c | 149 hw->phy->supported.channels[0] |= 1; in fakelb_add_one() 151 hw->phy->supported.channels[0] |= 0x7fe; in fakelb_add_one() 153 hw->phy->supported.channels[0] |= 0x7FFF800; in fakelb_add_one() 155 hw->phy->supported.channels[1] |= 1; in fakelb_add_one() 157 hw->phy->supported.channels[1] |= 0x7fe; in fakelb_add_one() 159 hw->phy->supported.channels[2] |= 1; in fakelb_add_one() 161 hw->phy->supported.channels[2] |= 0x7fe; in fakelb_add_one() 163 hw->phy->supported.channels[3] |= 0x3fff; in fakelb_add_one() 165 hw->phy->supported.channels[4] |= 1; in fakelb_add_one() 167 hw->phy->supported.channels[4] |= 0x1e; in fakelb_add_one() [all …]
|
D | atusb.c | 503 for (i = 0; i < hw->phy->supported.tx_powers_size; i++) { in atusb_set_txpower() 504 if (hw->phy->supported.tx_powers[i] == mbm) in atusb_set_txpower() 516 for (i = 0; i < hw->phy->supported.tx_powers_size; i++) { in hulusb_set_txpower() 517 if (hw->phy->supported.tx_powers[i] == mbm) in hulusb_set_txpower() 589 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_98; in hulusb_set_cca_ed_level() 590 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_98); in hulusb_set_cca_ed_level() 594 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in hulusb_set_cca_ed_level() 595 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_100); in hulusb_set_cca_ed_level() 611 for (i = 0; i < hw->phy->supported.cca_ed_levels_size; i++) { in atusb_set_cca_ed_level() 612 if (hw->phy->supported.cca_ed_levels[i] == mbm) in atusb_set_cca_ed_level() [all …]
|
D | at86rf230.c | 1024 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_98; in at86rf212_update_cca_ed_level() 1025 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_98); in at86rf212_update_cca_ed_level() 1029 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in at86rf212_update_cca_ed_level() 1030 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_100); in at86rf212_update_cca_ed_level() 1180 for (i = 0; i < lp->hw->phy->supported.tx_powers_size; i++) { in at86rf23x_set_txpower() 1181 if (lp->hw->phy->supported.tx_powers[i] == mbm) in at86rf23x_set_txpower() 1193 for (i = 0; i < lp->hw->phy->supported.tx_powers_size; i++) { in at86rf212_set_txpower() 1194 if (lp->hw->phy->supported.tx_powers[i] == mbm) in at86rf212_set_txpower() 1257 for (i = 0; i < hw->phy->supported.cca_ed_levels_size; i++) { in at86rf230_set_cca_ed_level() 1258 if (hw->phy->supported.cca_ed_levels[i] == mbm) in at86rf230_set_cca_ed_level() [all …]
|
/Linux-v4.19/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-v4.19/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
|
/Linux-v4.19/Documentation/devicetree/bindings/cpufreq/ |
D | ti-cpufreq.txt | 7 provide the OPP framework with supported hardware information. This is 25 - opp-supported-hw: Two bitfields indicating: 26 1. Which revision of the SoC the OPP is supported by 69 opp-supported-hw = <0x06 0x0010>; 76 opp-supported-hw = <0x01 0x00FF>; 83 opp-supported-hw = <0x06 0x0020>; 90 opp-supported-hw = <0x01 0xFFFF>; 96 opp-supported-hw = <0x06 0x0040>; 102 opp-supported-hw = <0x01 0xFFFF>; 108 opp-supported-hw = <0x06 0x0080>; [all …]
|
/Linux-v4.19/drivers/pci/ |
D | ats.c | 270 u16 control, supported; in pci_enable_pasid() local 283 pci_read_config_word(pdev, pos + PCI_PASID_CAP, &supported); in pci_enable_pasid() 284 supported &= PCI_PASID_CAP_EXEC | PCI_PASID_CAP_PRIV; in pci_enable_pasid() 287 if ((supported & features) != features) in pci_enable_pasid() 356 u16 supported; in pci_pasid_features() local 363 pci_read_config_word(pdev, pos + PCI_PASID_CAP, &supported); in pci_pasid_features() 365 supported &= PCI_PASID_CAP_EXEC | PCI_PASID_CAP_PRIV; in pci_pasid_features() 367 return supported; in pci_pasid_features() 382 u16 supported; in pci_max_pasids() local 389 pci_read_config_word(pdev, pos + PCI_PASID_CAP, &supported); in pci_max_pasids() [all …]
|
/Linux-v4.19/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 21 - data_width: Maximum data width supported by hardware per AHB master 28 - multi-block: Multi block transfers supported by hardware. Array property with 29 one cell per channel. 0: not supported, 1 (default): supported.
|
D | snps,dw-axi-dmac.txt | 8 - dma-channels: Number of channels supported by hardware. 9 - snps,dma-masters: Number of AXI masters supported by the hardware. 10 - snps,data-width: Maximum AXI data width supported by hardware. 15 - snps,block-size: Maximum block size supported by the controller channel. 21 supported by DMAC is used. [1:256]
|
/Linux-v4.19/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
|
/Linux-v4.19/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 u32 supported, advertising; in alx_get_link_ksettings() local 135 supported = SUPPORTED_Autoneg | in alx_get_link_ksettings() 140 supported |= SUPPORTED_1000baseT_Full; in alx_get_link_ksettings() 141 supported |= alx_get_supported_speeds(hw); in alx_get_link_ksettings() 169 ethtool_convert_legacy_u32_to_link_mode(cmd->link_modes.supported, in alx_get_link_ksettings() 170 supported); in alx_get_link_ksettings()
|
/Linux-v4.19/Documentation/devicetree/bindings/mmc/ |
D | mmc.txt | 32 - no-1-8-v: when present, denotes that 1.8v card voltage is not supported on 34 - cap-sd-highspeed: SD high-speed timing is supported 35 - cap-mmc-highspeed: MMC high-speed timing is supported 36 - sd-uhs-sdr12: SD UHS SDR12 speed is supported 37 - sd-uhs-sdr25: SD UHS SDR25 speed is supported 38 - sd-uhs-sdr50: SD UHS SDR50 speed is supported 39 - sd-uhs-sdr104: SD UHS SDR104 speed is supported 40 - sd-uhs-ddr50: SD UHS DDR50 speed is supported 42 - cap-mmc-hw-reset: eMMC hardware reset is supported 44 - full-pwr-cycle: full power cycle of the card is supported [all …]
|
/Linux-v4.19/include/linux/ |
D | mdio.h | 190 u32 supported = 0; in mmd_eee_cap_to_ethtool_sup_t() local 193 supported |= SUPPORTED_100baseT_Full; in mmd_eee_cap_to_ethtool_sup_t() 195 supported |= SUPPORTED_1000baseT_Full; in mmd_eee_cap_to_ethtool_sup_t() 197 supported |= SUPPORTED_10000baseT_Full; in mmd_eee_cap_to_ethtool_sup_t() 199 supported |= SUPPORTED_1000baseKX_Full; in mmd_eee_cap_to_ethtool_sup_t() 201 supported |= SUPPORTED_10000baseKX4_Full; in mmd_eee_cap_to_ethtool_sup_t() 203 supported |= SUPPORTED_10000baseKR_Full; in mmd_eee_cap_to_ethtool_sup_t() 205 return supported; in mmd_eee_cap_to_ethtool_sup_t()
|
/Linux-v4.19/Documentation/input/joydev/ |
D | joystick.rst | 151 Cyborg 'digital' joysticks are also supported by this driver, because 228 Microsoft 'Digital Overdrive' protocol is supported by the sidewinder.c 229 module. All currently supported joysticks: 248 The SideWinder Standard is not a digital joystick, and thus is supported 254 Logitech ADI protocol is supported by the adi.c module. It should support 275 Logitech Magellan are supported by serial drivers described below. Logitech 276 WingMan Force and Logitech WingMan Formula Force are supported by the 277 I-Force driver described below. Logitech CyberMan is not supported yet. 282 Gravis GrIP protocol is supported by the grip.c module. It currently 294 GrIP MultiPort isn't supported yet. Gravis Stinger is a serial device and is [all …]
|
/Linux-v4.19/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_ethtool.c | 128 u32 supported; in xgene_get_link_ksettings() local 147 supported = SUPPORTED_1000baseT_Full | SUPPORTED_Autoneg | in xgene_get_link_ksettings() 150 cmd->link_modes.supported, in xgene_get_link_ksettings() 151 supported); in xgene_get_link_ksettings() 154 supported); in xgene_get_link_ksettings() 161 supported = SUPPORTED_10000baseT_Full | SUPPORTED_FIBRE; in xgene_get_link_ksettings() 163 cmd->link_modes.supported, in xgene_get_link_ksettings() 164 supported); in xgene_get_link_ksettings() 167 supported); in xgene_get_link_ksettings() 316 if (!(phydev->supported & SUPPORTED_Pause) || in xgene_set_pauseparam() [all …]
|
/Linux-v4.19/arch/mips/mti-malta/ |
D | malta-setup.c | 110 int supported = 0; in plat_enable_iocoherency() local 117 supported = 1; in plat_enable_iocoherency() 140 supported = 1; in plat_enable_iocoherency() 142 hw_coherentio = supported; in plat_enable_iocoherency() 143 return supported; in plat_enable_iocoherency()
|
/Linux-v4.19/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-v4.19/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-v4.19/Documentation/arm64/ |
D | acpi_object_usage.txt | 22 -- Not supported: BOOT, DBGP, DMAR, ETDT, HPET, IBFT, IVRS, LPIT, 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. 58 Microsoft only table, will not be supported. 70 x86 only table, will not be supported. 74 Optional, not currently supported. 78 Optional, not currently supported, but could be used on ARM if and 100 Obsolete table, will not be supported. [all …]
|
/Linux-v4.19/drivers/staging/axis-fifo/ |
D | axis-fifo.txt | 32 - xlnx,has-axis-tdest: Should be <0x0> (this feature isn't supported) 33 - xlnx,has-axis-tid: Should be <0x0> (this feature isn't supported) 34 - xlnx,has-axis-tkeep: Should be <0x0> (this feature isn't supported) 35 - xlnx,has-axis-tstrb: Should be <0x0> (this feature isn't supported) 36 - xlnx,has-axis-tuser: Should be <0x0> (this feature isn't supported) 46 - xlnx,use-rx-cut-through: Should be <0x0> (this feature isn't supported) 48 - xlnx,use-tx-ctrl: Should be <0x0> (this feature isn't supported) 49 - xlnx,use-tx-cut-through: Should be <0x0> (this feature isn't supported)
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 276 ethtool_link_ksettings_zero_link_mode(ks, supported); in i40e_phy_type_to_ethtool() 280 ethtool_link_ksettings_add_link_mode(ks, supported, in i40e_phy_type_to_ethtool() 286 ethtool_link_ksettings_add_link_mode(ks, supported, in i40e_phy_type_to_ethtool() 297 ethtool_link_ksettings_add_link_mode(ks, supported, in i40e_phy_type_to_ethtool() 304 ethtool_link_ksettings_add_link_mode(ks, supported, in i40e_phy_type_to_ethtool() 313 ethtool_link_ksettings_add_link_mode(ks, supported, in i40e_phy_type_to_ethtool() 317 ethtool_link_ksettings_add_link_mode(ks, supported, in i40e_phy_type_to_ethtool() 324 ethtool_link_ksettings_add_link_mode(ks, supported, in i40e_phy_type_to_ethtool() 331 ethtool_link_ksettings_add_link_mode(ks, supported, in i40e_phy_type_to_ethtool() 338 ethtool_link_ksettings_add_link_mode(ks, supported, in i40e_phy_type_to_ethtool() [all …]
|