Searched refs:supported (Results 1 - 25 of 213) sorted by relevance

123456789

/drivers/input/mouse/
H A DKconfig8 Say Y here, and a list of supported mice will be displayed.
227 touchpad supported.
237 supported by the kernel.
248 supported by the kernel.
258 native mouse supported.
/drivers/input/tablet/
H A DKconfig7 Say Y here, and a list of supported tablets will be displayed.
/drivers/pci/
H A Dats.c355 * whether the features are actually supported by the device and returns
360 u16 control, supported; local
368 pci_read_config_word(pdev, pos + PCI_PASID_CAP, &supported);
373 supported &= PCI_PASID_CAP_EXEC | PCI_PASID_CAP_PRIV;
376 if ((supported & features) != features)
406 * pci_pasid_features - Check which PASID features are supported
410 * Otherwise is returns a bitmask with supported features. Current
412 * PCI_PASID_CAP_EXEC - Execute permission supported
413 * PCI_PASID_CAP_PRIV - Priviledged mode supported
417 u16 supported; local
443 u16 supported; local
[all...]
/drivers/net/
H A Dmdio.c209 ecmd->supported = SUPPORTED_TP;
213 ecmd->supported |= SUPPORTED_10000baseT_Full;
215 ecmd->supported |= (SUPPORTED_1000baseT_Full |
218 ecmd->supported |= (SUPPORTED_100baseT_Full |
221 ecmd->supported |= (SUPPORTED_10baseT_Full |
228 ecmd->supported = 0;
236 ecmd->supported = SUPPORTED_Backplane;
240 ecmd->supported |= SUPPORTED_10000baseKX4_Full;
242 ecmd->supported |= SUPPORTED_10000baseKR_Full;
244 ecmd->supported |
[all...]
/drivers/isdn/
H A DKconfig30 a daemon running. A reduced T.70 protocol is supported with tty's
32 (Euro-ISDN) and 1TR6 (German style) are supported. See
39 supported by the new CAPI subsystem yet.
52 three-party conferences (if supported by the specific hardware
56 you have an ISDN adapter supported by the CAPI subsystem.
/drivers/staging/media/lirc/
H A DKconfig8 Say Y here, and all supported Linux Infrared Remote Control IR and
/drivers/net/ethernet/8390/
H A Detherh.c79 u32 supported; member in struct:etherh_priv
88 u32 supported; member in struct:etherh_data
593 cmd->supported = etherh_priv(dev)->supported;
686 if (data->supported & SUPPORTED_Autoneg)
688 if (data->supported & SUPPORTED_TP) {
691 } else if (data->supported & SUPPORTED_BNC) {
698 eh->supported = data->supported;
795 .supported
[all...]
/drivers/misc/sgi-xp/
H A Dxp_uv.c113 #error not a supported configuration
143 #error not a supported configuration
/drivers/staging/wlags49_h2/
H A Dhcfdef.h425 err: PRI_1 not supported for H-I; // Compatibility for Primary Firmware - driver I/F
429 err: PRI_2 not supported for H-I; // Compatibility for Primary Firmware - driver I/F
454 err: HSI_0 not supported for H-I; // Compatibility for HSI I/F
458 err: HSI_1 not supported for H-I; // Compatibility for HSI I/F
462 err: HSI_2 not supported for H-I; // Compatibility for HSI I/F
466 err: HSI_3 not supported for H-I; // Compatibility for HSI I/F
508 err: APF_1 not supported for H-I; // Compatibility for AP Firmware - driver I/F
532 err: STA_1 not supported for H-I; // Compatibility for Station Firmware - driver I/F
/drivers/mmc/card/
H A DKconfig27 of supported block devices will be limited to 256 divided
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h80 unsigned int supported; /* link capabilities */ member in struct:link_config
201 return (lc->supported & SUPPORTED_10000baseT_Full) != 0;
/drivers/net/ethernet/toshiba/
H A Dspider_net_ethtool.c56 cmd->supported = (SUPPORTED_1000baseT_Full |
87 wolinfo->supported = 0;
/drivers/pinctrl/
H A DKconfig83 The names of the two IP block variants supported are
/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ethtool.c110 ecmd->supported = (SUPPORTED_10baseT_Half |
133 ecmd->supported = SUPPORTED_1000baseT_Full;
136 ecmd->supported = SUPPORTED_10000baseT_Full;
174 ecmd->supported |= SUPPORTED_Autoneg;
180 ecmd->supported |= SUPPORTED_TP;
192 ecmd->supported |= SUPPORTED_MII;
201 ecmd->supported |= SUPPORTED_TP;
206 ecmd->supported |= SUPPORTED_FIBRE;
214 ecmd->supported |= (SUPPORTED_FIBRE | SUPPORTED_TP);
221 ecmd->supported |
[all...]
/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c120 wol->supported = 0;
132 wol->supported = WAKE_MAGIC;
134 wol->supported = 0;
159 if (wol->supported & ~WAKE_MAGIC)
314 cmd->supported = SUPPORTED_10000baseT_Full;
332 cmd->supported |= SUPPORTED_FIBRE;
337 cmd->supported |= SUPPORTED_TP;
/drivers/net/ethernet/sfc/
H A Dmcdi_phy.c262 enum efx_phy_mode mode, supported; local
265 /* TODO: Advertise the capabilities supported by this PHY */
266 supported = 0;
268 supported |= PHY_MODE_TX_DISABLED;
270 supported |= PHY_MODE_LOW_POWER;
272 supported |= PHY_MODE_OFF;
274 mode = efx->phy_mode & supported;
445 * supported by the link partner. Warn the user if this isn't the case
457 /* If flow control autoneg is supported and enabled, then fine */
513 ecmd->supported
[all...]
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c220 cmd->supported = bp->port.supported[cfg_idx] |
221 (bp->port.supported[cfg_idx ^ 1] &
284 " supported 0x%x advertising 0x%x speed %u\n"
287 cmd->cmd, cmd->supported, cmd->advertising,
305 " supported 0x%x advertising 0x%x speed %u\n"
308 cmd->cmd, cmd->supported, cmd->advertising,
355 if (bp->port.supported[cfg_idx] & SUPPORTED_TP)
358 if (!(bp->port.supported[0] & SUPPORTED_TP ||
359 bp->port.supported[
[all...]
/drivers/net/phy/
H A Dphy.c204 * phy_sanitize_settings - make sure the PHY is set to supported speed and duplex
207 * Description: Make sure the PHY is set to supported speeds and
213 u32 features = phydev->supported;
248 cmd->advertising &= phydev->supported;
287 cmd->supported = phydev->supported;
480 idx = phy_find_valid(idx, phydev->supported);
834 idx = phy_find_valid(0, phydev->supported);
/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_ethtool.c35 ecmd->supported = (SUPPORTED_10baseT_Half |
42 ecmd->supported |= SUPPORTED_1000baseT_Full;
248 wol->supported = WAKE_MAGIC | WAKE_PHY;
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ethtool.c161 ecmd->supported = (SUPPORTED_10baseT_Half |
182 ecmd->supported = SUPPORTED_1000baseT_Full;
185 ecmd->supported = SUPPORTED_10000baseT_Full;
211 ecmd->supported |= SUPPORTED_Autoneg;
216 ecmd->supported |= SUPPORTED_TP;
224 ecmd->supported |= SUPPORTED_MII;
233 ecmd->supported |= SUPPORTED_TP;
237 ecmd->supported |= SUPPORTED_FIBRE;
245 ecmd->supported |= (SUPPORTED_FIBRE | SUPPORTED_TP);
253 ecmd->supported |
[all...]
/drivers/block/paride/
H A DKconfig21 system. Among the devices supported by this driver are the SyQuest
35 system. Among the devices supported by this driver are the
51 your system. Among the devices supported by this driver are the
65 your system. Among the devices supported by this driver is the
/drivers/i2c/
H A DKconfig16 Both I2C and SMBus are supported here. You will need this for
81 specification. At the moment, the only supported extension is
/drivers/isdn/i4l/
H A DKconfig67 supported by the lowlevel driver also. Currently, the HiSax driver
78 an ISDN-fax-machine. This must be supported by the lowlevel driver
/drivers/platform/x86/
H A Dasus-laptop.c852 * of features supported by a given model. For now, 0x0100 or 0x0800
1579 bool supported; local
1584 supported = true;
1586 supported = false;
1590 return supported;
1595 supported = !acpi_check_handle(handle, METHOD_WLAN, NULL);
1598 supported = !acpi_check_handle(handle, METHOD_BLUETOOTH, NULL);
1601 supported = !acpi_check_handle(handle, METHOD_SWITCH_DISPLAY, NULL);
1604 supported =
1608 supported
[all...]
/drivers/char/ipmi/
H A DKconfig50 Currently, only KCS and SMIC are supported. If

Completed in 1073 milliseconds

123456789