Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/drivers/gpu/drm/amd/powerplay/eventmgr/
Deventinit.c45 eventmgr->features[PP_Feature_PowerPlay].supported = true; in pem_init_feature_info()
50 eventmgr->features[PP_Feature_PowerPlay].supported = false; in pem_init_feature_info()
55 eventmgr->features[PP_Feature_Force3DClock].supported = true; in pem_init_feature_info()
69 eventmgr->features[PP_Feature_User2DPerformance].supported = false; in pem_init_feature_info()
73 eventmgr->features[PP_Feature_User3DPerformance].supported = false; in pem_init_feature_info()
77 eventmgr->features[PP_Feature_OverdriveTest].supported = false; in pem_init_feature_info()
81 eventmgr->features[PP_Feature_OverDrive].supported = false; in pem_init_feature_info()
85 eventmgr->features[PP_Feature_PowerBudgetWaiver].supported = false; in pem_init_feature_info()
89 eventmgr->features[PP_Feature_MultiUVDState].supported = false; in pem_init_feature_info()
94 eventmgr->features[PP_Feature_DynamicUVDState].supported = false; in pem_init_feature_info()
[all …]
/drivers/net/ieee802154/
Dfakelb.c149 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 …]
Dat86rf230.c1020 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_98; in at86rf212_update_cca_ed_level()
1021 lp->hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(at86rf212_ed_levels_98); in at86rf212_update_cca_ed_level()
1025 lp->hw->phy->supported.cca_ed_levels = at86rf212_ed_levels_100; in at86rf212_update_cca_ed_level()
1026 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()
1258 for (i = 0; i < hw->phy->supported.cca_ed_levels_size; i++) { in at86rf230_set_cca_ed_level()
1259 if (hw->phy->supported.cca_ed_levels[i] == mbm) in at86rf230_set_cca_ed_level()
[all …]
Datusb.c478 for (i = 0; i < hw->phy->supported.tx_powers_size; i++) { in atusb_set_txpower()
479 if (hw->phy->supported.tx_powers[i] == mbm) in atusb_set_txpower()
531 for (i = 0; i < hw->phy->supported.cca_ed_levels_size; i++) { in atusb_set_cca_ed_level()
532 if (hw->phy->supported.cca_ed_levels[i] == mbm) in atusb_set_cca_ed_level()
738 hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY) | in atusb_probe()
740 hw->phy->supported.cca_opts = BIT(NL802154_CCA_OPT_ENERGY_CARRIER_AND) | in atusb_probe()
743 hw->phy->supported.cca_ed_levels = atusb_ed_levels; in atusb_probe()
744 hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(atusb_ed_levels); in atusb_probe()
750 hw->phy->supported.channels[0] = 0x7FFF800; in atusb_probe()
751 hw->phy->supported.tx_powers = atusb_powers; in atusb_probe()
[all …]
Dadf7242.c1160 hw->phy->supported.channels[0] = 0x7FFF800; in adf7242_probe()
1171 hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY); in adf7242_probe()
1173 hw->phy->supported.cca_ed_levels = adf7242_ed_levels; in adf7242_probe()
1174 hw->phy->supported.cca_ed_levels_size = ARRAY_SIZE(adf7242_ed_levels); in adf7242_probe()
1178 hw->phy->supported.tx_powers = adf7242_powers; in adf7242_probe()
1179 hw->phy->supported.tx_powers_size = ARRAY_SIZE(adf7242_powers); in adf7242_probe()
1181 hw->phy->supported.min_minbe = 0; in adf7242_probe()
1182 hw->phy->supported.max_minbe = 8; in adf7242_probe()
1184 hw->phy->supported.min_maxbe = 3; in adf7242_probe()
1185 hw->phy->supported.max_maxbe = 8; in adf7242_probe()
[all …]
/drivers/pci/
Dats.c239 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 …]
/drivers/net/ethernet/apm/xgene/
Dxgene_enet_ethtool.c62 u32 supported; in xgene_get_link_ksettings() local
77 supported = SUPPORTED_1000baseT_Full | SUPPORTED_Autoneg | in xgene_get_link_ksettings()
80 cmd->link_modes.supported, in xgene_get_link_ksettings()
81 supported); in xgene_get_link_ksettings()
84 supported); in xgene_get_link_ksettings()
91 supported = SUPPORTED_10000baseT_Full | SUPPORTED_FIBRE; in xgene_get_link_ksettings()
93 cmd->link_modes.supported, in xgene_get_link_ksettings()
94 supported); in xgene_get_link_ksettings()
97 supported); in xgene_get_link_ksettings()
/drivers/net/
Dmdio.c209 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 …]
/drivers/net/ethernet/atheros/alx/
Dethtool.c111 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()
/drivers/net/ethernet/8390/
Detherh.c76 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 …]
/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c271 static void i40e_phy_type_to_ethtool(struct i40e_pf *pf, u32 *supported, in i40e_phy_type_to_ethtool() argument
276 *supported = 0x0; in i40e_phy_type_to_ethtool()
280 *supported |= SUPPORTED_Autoneg | in i40e_phy_type_to_ethtool()
286 *supported |= SUPPORTED_100baseT_Full; in i40e_phy_type_to_ethtool()
295 *supported |= SUPPORTED_10000baseT_Full; in i40e_phy_type_to_ethtool()
301 *supported |= SUPPORTED_Autoneg | in i40e_phy_type_to_ethtool()
310 *supported |= SUPPORTED_40000baseCR4_Full; in i40e_phy_type_to_ethtool()
313 *supported |= SUPPORTED_Autoneg | in i40e_phy_type_to_ethtool()
320 *supported |= SUPPORTED_Autoneg | in i40e_phy_type_to_ethtool()
330 *supported |= SUPPORTED_Autoneg | in i40e_phy_type_to_ethtool()
[all …]
/drivers/isdn/
DKconfig31 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.
/drivers/thermal/ti-soc-thermal/
DKconfig28 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:
/drivers/nvdimm/
Dcore.c281 const unsigned long *supported, char *buf) in nd_sector_size_show() argument
286 for (i = 0; supported[i]; i++) in nd_sector_size_show()
287 if (current_lbasize == supported[i]) in nd_sector_size_show()
288 len += sprintf(buf + len, "[%ld] ", supported[i]); in nd_sector_size_show()
290 len += sprintf(buf + len, "%ld ", supported[i]); in nd_sector_size_show()
296 unsigned long *current_lbasize, const unsigned long *supported) in nd_sector_size_store() argument
308 for (i = 0; supported[i]; i++) in nd_sector_size_store()
309 if (lbasize == supported[i]) in nd_sector_size_store()
312 if (supported[i]) { in nd_sector_size_store()
/drivers/pinctrl/bcm/
DKconfig40 supported by this driver.
43 GPIO, the ChipcommonB GPIO. Later controller is supported by this
47 the ChipcommonG GPIO. Both controllers are supported by this driver.
49 The Broadcom Stingray GPIO controllers are supported by this driver.
85 supported by this driver.
/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c106 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 …]
/drivers/net/ethernet/mellanox/mlxsw/
Dswitchx2.c543 u32 supported; member
551 .supported = SUPPORTED_100baseT_Full,
562 .supported = SUPPORTED_1000baseKX_Full,
568 .supported = SUPPORTED_10000baseT_Full,
575 .supported = SUPPORTED_10000baseKX4_Full,
584 .supported = SUPPORTED_10000baseKR_Full,
590 .supported = SUPPORTED_20000baseKR2_Full,
596 .supported = SUPPORTED_40000baseCR4_Full,
602 .supported = SUPPORTED_40000baseKR4_Full,
608 .supported = SUPPORTED_40000baseSR4_Full,
[all …]
/drivers/media/pci/tw686x/
DKconfig12 Currently supported chips:
16 built-in video decoder are supported, not tested),
/drivers/net/phy/
Dphy_device.c1093 phydev->advertising &= phydev->supported; in genphy_config_advert()
1133 if (phydev->supported & (SUPPORTED_1000baseT_Half | in genphy_config_advert()
1357 if (phydev->supported & (SUPPORTED_1000baseT_Half in genphy_read_status()
1518 phydev->supported &= features; in genphy_config_init()
1534 phydev->supported = SUPPORTED_10000baseT_Full; in gen10g_config_init()
1586 phydev->supported &= PHY_DEFAULT_FEATURES; in __set_phy_supported()
1592 phydev->supported |= PHY_1000BT_FEATURES; in __set_phy_supported()
1595 phydev->supported |= PHY_100BT_FEATURES; in __set_phy_supported()
1598 phydev->supported |= PHY_10BT_FEATURES; in __set_phy_supported()
1612 phydev->advertising = phydev->supported; in phy_set_max_speed()
[all …]
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c248 cmd->cmd, cmd->supported, cmd->advertising, in bnx2x_get_vf_settings()
263 cmd->supported = bp->port.supported[cfg_idx] | in bnx2x_get_settings()
264 (bp->port.supported[cfg_idx ^ 1] & in bnx2x_get_settings()
269 cmd->supported &= ~(SUPPORTED_10000baseT_Full); in bnx2x_get_settings()
347 cmd->cmd, cmd->supported, cmd->advertising, in bnx2x_get_settings()
368 cmd->cmd, cmd->supported, cmd->advertising, in bnx2x_set_settings()
416 if (!(bp->port.supported[0] & SUPPORTED_TP || in bnx2x_set_settings()
417 bp->port.supported[1] & SUPPORTED_TP)) { in bnx2x_set_settings()
435 if (!(bp->port.supported[0] & SUPPORTED_FIBRE || in bnx2x_set_settings()
436 bp->port.supported[1] & SUPPORTED_FIBRE)) { in bnx2x_set_settings()
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c52 __ETHTOOL_DECLARE_LINK_MODE_MASK(supported);
66 bitmap_zero(cfg->supported, \
71 __set_bit(modes[i], cfg->supported); \
667 ptys2ethtool_table[proto].supported, in ptys2ethtool_supported_link()
692 ethtool_link_ksettings_add_link_mode(link_ksettings, supported, FIBRE); in ptys2ethtool_supported_port()
700 ethtool_link_ksettings_add_link_mode(link_ksettings, supported, Backplane); in ptys2ethtool_supported_port()
749 unsigned long *supported = link_ksettings->link_modes.supported; in get_supported() local
752 ptys2ethtool_supported_link(supported, eth_proto_cap); in get_supported()
753 ethtool_link_ksettings_add_link_mode(link_ksettings, supported, Pause); in get_supported()
834 ethtool_link_ksettings_zero_link_mode(link_ksettings, supported); in mlx5e_get_link_ksettings()
[all …]
/drivers/platform/x86/
Dasus-laptop.c1603 bool supported; in asus_sysfs_is_visible() local
1608 supported = true; in asus_sysfs_is_visible()
1610 supported = false; in asus_sysfs_is_visible()
1614 return supported ? attr->mode : 0; in asus_sysfs_is_visible()
1619 supported = !acpi_check_handle(handle, METHOD_WLAN, NULL); in asus_sysfs_is_visible()
1622 supported = !acpi_check_handle(handle, METHOD_BLUETOOTH, NULL); in asus_sysfs_is_visible()
1625 supported = !acpi_check_handle(handle, METHOD_SWITCH_DISPLAY, NULL); in asus_sysfs_is_visible()
1628 supported = in asus_sysfs_is_visible()
1632 supported = !acpi_check_handle(asus->handle, METHOD_WWAN, NULL); in asus_sysfs_is_visible()
1635 supported = !acpi_check_handle(handle, METHOD_LEDD, NULL); in asus_sysfs_is_visible()
[all …]
/drivers/staging/fwserial/
DKconfig16 int "Maximum number of serial ports supported"
23 int "Maximum number of serial ports supported per adapter"
/drivers/platform/chrome/
DKconfig24 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.
/drivers/media/usb/dvb-usb/
DKconfig5 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:
53 For an up-to-date list of devices supported by this driver, have a look
74 For an up-to-date list of devices supported by this driver, have a look
81 tristate "DiBcom DiB0700 USB DVB devices (see help for supported devices)"
103 For an up-to-date list of devices supported by this driver, have a look
139 Currently, only DVB and ATSC modes are supported, analog mode
156 "DTV USB MINI" (in cold state) are supported.

12345678910>>...17