/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | tegra30-cpu-opp.dtsi | 10 opp-supported-hw = <0x1F 0x31FE>; 16 opp-supported-hw = <0x1F 0x0C01>; 22 opp-supported-hw = <0x1F 0x0200>; 28 opp-supported-hw = <0x1F 0x31FE>; 34 opp-supported-hw = <0x1F 0x0C01>; 40 opp-supported-hw = <0x1F 0x0200>; 46 opp-supported-hw = <0x1F 0x31FE>; 52 opp-supported-hw = <0x1F 0x0C01>; 58 opp-supported-hw = <0x1F 0x0200>; 64 opp-supported-hw = <0x1F 0x0C00>; [all …]
|
D | tegra20-cpu-opp.dtsi | 10 opp-supported-hw = <0x0F 0x0003>; 16 opp-supported-hw = <0x0F 0x0004>; 22 opp-supported-hw = <0x0F 0x0003>; 28 opp-supported-hw = <0x0F 0x0004>; 34 opp-supported-hw = <0x0C 0x0003>; 40 opp-supported-hw = <0x03 0x0006>, <0x04 0x0004>, 47 opp-supported-hw = <0x03 0x0001>; 53 opp-supported-hw = <0x08 0x0003>; 59 opp-supported-hw = <0x04 0x0006>, <0x08 0x0004>; 65 opp-supported-hw = <0x04 0x0001>; [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_lib.c | 261 …print("DML SUPPORT: Mode Supported : %s\n", mode_lib->vba.ModeSupport[i][0] ? "Su… in dml_log_mode_support_params() 262 …print("DML SUPPORT: Mode Supported (pipe split) : %s\n", mode_lib->vba.ModeSupport[i][1] ? "Su… in dml_log_mode_support_params() 263 …ps : %s\n", mode_lib->vba.ScaleRatioAndTapsSupport ? "Supported" : "NOT Supported"); in dml_log_mode_support_params() 264 …can : %s\n", mode_lib->vba.SourceFormatPixelAndScanSupport ? "Supported" : "NOT Supported"); in dml_log_mode_support_params() 265 …wportSizeSupport[i][0] ? "Supported" : "NOT Supported", mode_lib->vba.ViewportSizeSupport[i][1] ? … in dml_log_mode_support_params() 266 …port : %s\n", mode_lib->vba.DIOSupport[i] ? "Supported" : "NOT Supported"); in dml_log_mode_support_params() 267 …Check : %s\n", mode_lib->vba.ODMCombine4To1SupportCheckOK[i] ? "Supported" : "NOT Supported"); in dml_log_mode_support_params() 268 … : %s\n", mode_lib->vba.NotEnoughDSCUnits[i] ? "Not Supported" : "Supported"); in dml_log_mode_support_params() 269 … : %s\n", mode_lib->vba.DSCCLKRequiredMoreThanSupported[i] ? "Not Supported" : "Supported"); in dml_log_mode_support_params() 270 … : %s\n", mode_lib->vba.DTBCLKRequiredMoreThanSupported[i] ? "Not Supported" : "Supported"); in dml_log_mode_support_params() [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/opp/ |
D | qcom-nvmem-cpufreq.txt | 46 - opp-supported-hw: A single 32 bit bitmap value, representing compatible HW. 151 opp-supported-hw = <0x77>; 157 opp-supported-hw = <0x70>; 163 opp-supported-hw = <0x7>; 169 opp-supported-hw = <0x70>; 175 opp-supported-hw = <0x7>; 181 opp-supported-hw = <0x70>; 187 opp-supported-hw = <0x7>; 193 opp-supported-hw = <0x70>; 199 opp-supported-hw = <0x7>; [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
D | ppc.h | 82 /* Opcode is supported by the Motorola PowerPC 601 processor. The 601 87 /* Opcode is supported in both the Power and PowerPC architectures 94 /* Opcode is supported for any Power or PowerPC platform (this is 101 /* Opcode is supported as part of the 64-bit bridge. */ 104 /* Opcode is supported by Altivec Vector Unit */ 107 /* Opcode is supported by PowerPC 403 processor. */ 110 /* Opcode is supported by PowerPC BookE processor. */ 113 /* Opcode is supported by PowerPC 440 processor. */ 116 /* Opcode is only supported by Power4 architecture. */ 119 /* Opcode is only supported by Power7 architecture. */ [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | pppcielanes.c | 35 0, /* 0 Not Supported */ 38 0, /* 3 Not Supported */ 40 0, /* 5 Not Supported */ 41 0, /* 6 Not Supported */ 42 0, /* 7 Not Supported */ 44 0, /* 9 Not Supported */ 45 0, /* 10 Not Supported */ 46 0, /* 11 Not Supported */ 47 5, /* 12 Lanes (Not actually supported) */ 48 0, /* 13 Not Supported */ [all …]
|
/kernel/linux/linux-5.10/net/mac802154/ |
D | main.c | 102 /* init supported flags with 802.15.4 default ranges */ in ieee802154_alloc_hw() 103 phy->supported.max_minbe = 8; in ieee802154_alloc_hw() 104 phy->supported.min_maxbe = 3; in ieee802154_alloc_hw() 105 phy->supported.max_maxbe = 8; in ieee802154_alloc_hw() 106 phy->supported.min_frame_retries = 0; in ieee802154_alloc_hw() 107 phy->supported.max_frame_retries = 7; in ieee802154_alloc_hw() 108 phy->supported.max_csma_backoffs = 5; in ieee802154_alloc_hw() 109 phy->supported.lbt = NL802154_SUPPORTED_BOOL_FALSE; in ieee802154_alloc_hw() 111 /* always supported */ in ieee802154_alloc_hw() 112 phy->supported.iftypes = BIT(NL802154_IFTYPE_NODE); in ieee802154_alloc_hw() [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
D | rohm,bd71837-regulator.yaml | 81 # Supported default DVS states: 86 # 1 | supported | supported | supported 88 # 2 | supported | supported | not supported 90 # 3 | supported | not supported | not supported 92 # 4 | supported | not supported | not supported 94 # rest | not supported | not supported | not supported
|
D | rohm,bd71847-regulator.yaml | 80 # Supported default DVS states: 85 # 1 | supported | supported | supported 87 # 2 | supported | supported | not supported 89 # rest | not supported | not supported | not supported
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
D | Kconfig | 29 Supported chips: RT2460. 41 Supported chips: RT2560. 56 Supported chips: RT2561, RT2561S & RT2661. 73 Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890, RT3052, 86 Supported chips: RT3390 94 Supported chips: RT3060, RT3062, RT3562, RT3592 103 Supported chips: RT5390 111 Supported chips: RT3290 121 Supported chips: RT2571 & RT2572. 134 Supported chips: RT2571W, RT2573 & RT2671. [all …]
|
/kernel/linux/linux-5.10/net/ethtool/ |
D | coalesce.c | 128 u32 supported = data->supported_params; in coalesce_fill_reply() local 131 coal->rx_coalesce_usecs, supported) || in coalesce_fill_reply() 133 coal->rx_max_coalesced_frames, supported) || in coalesce_fill_reply() 135 coal->rx_coalesce_usecs_irq, supported) || in coalesce_fill_reply() 137 coal->rx_max_coalesced_frames_irq, supported) || in coalesce_fill_reply() 139 coal->tx_coalesce_usecs, supported) || in coalesce_fill_reply() 141 coal->tx_max_coalesced_frames, supported) || in coalesce_fill_reply() 143 coal->tx_coalesce_usecs_irq, supported) || in coalesce_fill_reply() 145 coal->tx_max_coalesced_frames_irq, supported) || in coalesce_fill_reply() 147 coal->stats_block_coalesce_usecs, supported) || in coalesce_fill_reply() [all …]
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | ufs.rst | 20 default value, supported as read-only 24 supported as read-write 28 supported as read-write 35 supported as read-write 39 supported as read-write 43 supported as read-only 47 supported as read-only 51 supported as read-only 55 supported as read-only
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/cpufreq/ |
D | ti-cpufreq.txt | 7 provide the OPP framework with supported hardware information. This is 29 - opp-supported-hw: Two bitfields indicating: 30 1. Which revision of the SoC the OPP is supported by 73 opp-supported-hw = <0x06 0x0010>; 80 opp-supported-hw = <0x01 0x00FF>; 87 opp-supported-hw = <0x06 0x0020>; 94 opp-supported-hw = <0x01 0xFFFF>; 100 opp-supported-hw = <0x06 0x0040>; 106 opp-supported-hw = <0x01 0xFFFF>; 112 opp-supported-hw = <0x06 0x0080>; [all …]
|
D | imx-cpufreq-dt.txt | 6 the opp-supported-hw values for each OPP to check if the OPP is allowed. 12 - opp-supported-hw: Two bitmaps indicating: 13 - Supported speed grade mask 14 - Supported market segment mask 28 opp-supported-hw = <0xf>, <0x3>; 35 opp-supported-hw = <0xe>, <0x7>;
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
D | phy-c45.c | 19 /* Half duplex is not supported */ in genphy_c45_pma_setup_forced() 97 phydev->supported); in genphy_c45_an_config_aneg() 397 * genphy_c45_pma_read_abilities - read supported link modes from PMA 400 * Read the supported link modes from the PMA Status 2 (1.8) register. If bit 401 * 1.8.9 is set, the list of supported modes is build using the values in the 405 * 5GBASET are supported. 411 linkmode_clear_bit(ETHTOOL_LINK_MODE_Autoneg_BIT, phydev->supported); in genphy_c45_pma_read_abilities() 419 phydev->supported); in genphy_c45_pma_read_abilities() 427 phydev->supported, in genphy_c45_pma_read_abilities() 431 phydev->supported, in genphy_c45_pma_read_abilities() [all …]
|
D | phylink.c | 56 __ETHTOOL_DECLARE_LINK_MODE_MASK(supported); 156 static int phylink_validate(struct phylink *pl, unsigned long *supported, in phylink_validate() argument 159 pl->mac_ops->validate(pl->config, supported, state); in phylink_validate() 161 return phylink_is_empty_linkmode(supported) ? -EINVAL : 0; in phylink_validate() 235 bitmap_fill(pl->supported, __ETHTOOL_LINK_MODE_MASK_NBITS); in phylink_parse_fixedlink() 236 linkmode_copy(pl->link_config.advertising, pl->supported); in phylink_parse_fixedlink() 237 phylink_validate(pl, pl->supported, &pl->link_config); in phylink_parse_fixedlink() 240 pl->supported, true); in phylink_parse_fixedlink() 241 linkmode_zero(pl->supported); in phylink_parse_fixedlink() 242 phylink_set(pl->supported, MII); in phylink_parse_fixedlink() [all …]
|
/kernel/linux/linux-5.10/Documentation/arm64/ |
D | acpi_object_usage.rst | 24 - Not supported: BOOT, DBGP, DMAR, ETDT, HPET, IBFT, IVRS, LPIT, 41 Microsoft only table, will not be supported. 47 Optional, not currently supported, with no real use-case for an 54 Optional, not currently supported, and not recommended until such 62 Optional, not currently supported. 75 Microsoft only table, will not be supported. 91 x86 only table, will not be supported. 97 Optional, not currently supported. 103 Optional, not currently supported, but could be used on ARM if and 131 Obsolete table, will not be supported. [all …]
|
/kernel/linux/linux-5.10/Documentation/arm/samsung-s3c24xx/ |
D | s3c2412.rst | 42 The UART hardware is similar to the S3C2440, and is supported by the 49 The NAND hardware is similar to the S3C2440, and is supported by the 57 control. The OHCI portion is supported by the ohci-s3c2410 driver, and 58 the clock control selection is supported by the core clock code. 70 All the standard, and external interrupt sources are supported. The 71 extra sub-sources are not yet supported. 77 The RTC hardware is similar to the S3C2410, and is supported by the 84 The watchdog hardware is the same as the S3C2410, and is supported by 96 The IIC hardware is the same as the S3C2410, and is supported by the
|
/kernel/linux/linux-5.10/drivers/pci/ |
D | ats.c | 331 * pci_pri_supported - Check if PRI is supported. 358 * whether the features are actually supported by the device and returns 363 u16 control, supported; in pci_enable_pasid() local 385 pci_read_config_word(pdev, pasid + PCI_PASID_CAP, &supported); in pci_enable_pasid() 386 supported &= PCI_PASID_CAP_EXEC | PCI_PASID_CAP_PRIV; in pci_enable_pasid() 389 if ((supported & features) != features) in pci_enable_pasid() 451 * pci_pasid_features - Check which PASID features are supported 455 * Otherwise is returns a bitmask with supported features. Current 457 * PCI_PASID_CAP_EXEC - Execute permission supported 458 * PCI_PASID_CAP_PRIV - Privileged mode supported [all …]
|
/kernel/linux/linux-5.10/drivers/net/ |
D | mdio.c | 206 ecmd->supported = SUPPORTED_TP; in mdio45_ethtool_gset_npage() 210 ecmd->supported |= SUPPORTED_10000baseT_Full; in mdio45_ethtool_gset_npage() 212 ecmd->supported |= (SUPPORTED_1000baseT_Full | in mdio45_ethtool_gset_npage() 215 ecmd->supported |= (SUPPORTED_100baseT_Full | in mdio45_ethtool_gset_npage() 218 ecmd->supported |= (SUPPORTED_10baseT_Full | in mdio45_ethtool_gset_npage() 225 ecmd->supported = 0; in mdio45_ethtool_gset_npage() 233 ecmd->supported = SUPPORTED_Backplane; in mdio45_ethtool_gset_npage() 237 ecmd->supported |= SUPPORTED_10000baseKX4_Full; in mdio45_ethtool_gset_npage() 239 ecmd->supported |= SUPPORTED_10000baseKR_Full; in mdio45_ethtool_gset_npage() 241 ecmd->supported |= SUPPORTED_1000baseKX_Full; in mdio45_ethtool_gset_npage() [all …]
|
/kernel/linux/linux-5.10/drivers/net/ieee802154/ |
D | fakelb.c | 141 hw->phy->supported.channels[0] |= 1; in fakelb_add_one() 143 hw->phy->supported.channels[0] |= 0x7fe; in fakelb_add_one() 145 hw->phy->supported.channels[0] |= 0x7FFF800; in fakelb_add_one() 147 hw->phy->supported.channels[1] |= 1; in fakelb_add_one() 149 hw->phy->supported.channels[1] |= 0x7fe; in fakelb_add_one() 151 hw->phy->supported.channels[2] |= 1; in fakelb_add_one() 153 hw->phy->supported.channels[2] |= 0x7fe; in fakelb_add_one() 155 hw->phy->supported.channels[3] |= 0x3fff; in fakelb_add_one() 157 hw->phy->supported.channels[4] |= 1; in fakelb_add_one() 159 hw->phy->supported.channels[4] |= 0x1e; in fakelb_add_one() [all …]
|
/kernel/linux/linux-5.10/drivers/net/pcs/ |
D | pcs-xpcs.c | 126 const int *supported; member 132 .supported = xpcs_usxgmii_features, 137 .supported = xpcs_10gkr_features, 142 .supported = xpcs_xlgmii_features, 290 static int xpcs_get_max_usxgmii_speed(const unsigned long *supported) in xpcs_get_max_usxgmii_speed() argument 294 if (phylink_test(supported, 1000baseKX_Full)) in xpcs_get_max_usxgmii_speed() 296 if (phylink_test(supported, 2500baseX_Full)) in xpcs_get_max_usxgmii_speed() 298 if (phylink_test(supported, 10000baseKX4_Full)) in xpcs_get_max_usxgmii_speed() 300 if (phylink_test(supported, 10000baseKR_Full)) in xpcs_get_max_usxgmii_speed() 366 * default configuration we need to advertise all supported in xpcs_config_aneg_c73() [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/ |
D | mmc-controller.yaml | 118 When specified, denotes that 1.8V card voltage is not supported 124 SD high-speed timing is supported. 129 MMC high-speed timing is supported. 134 SD UHS SDR12 speed is supported. 139 SD UHS SDR25 speed is supported. 144 SD UHS SDR50 speed is supported. 149 SD UHS SDR104 speed is supported. 154 SD UHS DDR50 speed is supported. 164 eMMC hardware reset is supported 174 Full power cycle of the card is supported. [all …]
|
/kernel/liteos_a/kernel/extended/hook/include/ |
D | los_hook_types.h | 52 …/* Hook types supported by memory modules */ … 59 …/* Hook types supported by event modules */ … 66 …/* Hook types supported by queue modules */ … 73 …/* Hook types supported by semaphore modules */ … 79 …/* Hook types supported by mutex modules */ … 84 …/* Hook types supported by task modules */ … 93 …/* Hook types supported by interrupt modules */ … 97 …/* Hook types supported by swtmr modules */ … 103 …/* Hook types supported by liteipc modules */ … 113 …/* Hook types supported by usr modules */ … [all …]
|