Searched defs:support (Results 1 - 12 of 12) sorted by relevance

/drivers/acpi/
H A Dpci_root.c235 u32 support,
241 support &= OSC_PCI_SUPPORT_MASKS;
242 support |= root->osc_support_set;
245 capbuf[OSC_SUPPORT_TYPE] = support;
256 root->osc_support_set = support;
509 * All supported architectures that use ACPI have support for
510 * PCI domains, so we indicate this in _OSC support capabilities.
566 /* Indicate support for various _OSC capabilities. */
618 "(_OSC support mask: 0x%02x)\n", flags);
234 acpi_pci_query_osc(struct acpi_pci_root *root, u32 support, u32 *control) argument
/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c2 STMMAC Ethtool support
421 /* Currently only support WOL through Magic packet. */
437 u32 support = WAKE_MAGIC | WAKE_UCAST; local
439 /* By default almost all GMAC devices support the WoL via
441 * register shows no support for pmt_magic_frame. */
448 if (wol->wolopts & ~support)
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.h132 struct dcb_support support; member in struct:ixgbe_dcb_config
/drivers/pci/pcie/
H A Daspm.c299 u32 support:2; member in struct:aspm_register_info
314 info->support = (reg32 & PCI_EXP_LNKCAP_ASPMS) >> 10;
386 * support L0s.
388 if (dwreg.support & upreg.support & PCIE_LINK_STATE_L0S)
398 if (upreg.support & dwreg.support & PCIE_LINK_STATE_L1)
/drivers/nfc/
H A Dpn533.c96 u8 support; member in struct:pn533_fw_version
1215 nfc_dev_err(&dev->interface->dev, "The target does not support"
1302 "The target does not support DEP");
1418 /* TODO: Implement support to multi-part data exchange */
1482 /* TODO: Implement support to multi-part data exchange */
/drivers/s390/block/
H A Ddasd_eckd.h208 unsigned char support:2; member in struct:dasd_eckd_characteristics::__anon3899
/drivers/s390/scsi/
H A Dzfcp_fsf.h4 * Interface to the FSF support functions.
433 struct fsf_qtcb_bottom_support support; member in union:fsf_qtcb_bottom
/drivers/iommu/
H A Dintel-iommu.c81 * This bitmap is used to advertise the page sizes our hardware support
84 * that we support.
90 * To retain this behavior, we currently advertise that we support
94 * we could change this to advertise the real page sizes we support.
564 * get a supported less agaw for iommus that don't support the default agaw.
1172 * Fallback to domain selective flush if no PSI support or the size is
1481 /* hardware doesn't support it, choose a bigger one */
1482 pr_debug("IOMMU: hardware doesn't support agaw %d\n", agaw);
1762 int support, level = 1; local
1765 support
[all...]
/drivers/net/ethernet/calxeda/
H A Dxgmac.c1658 u32 support = WAKE_MAGIC | WAKE_UCAST; local
1663 if (wol->wolopts & ~support)
/drivers/net/ethernet/realtek/
H A D8139too.c44 (but please don't e-mail him for support, this isn't his driver)
2360 u32 support; local
2363 support = ((rtl_chip_info[tp->chipset].flags & HasLWake)
2367 if (wol->wolopts & ~support)
/drivers/net/ethernet/via/
H A Dvia-rhine.c258 rqWOL = 0x0001, /* Wake-On-LAN support */
1370 * Initialize (disable) hardware VLAN and multicast support on this
1382 /* disable hardware VLAN support */
2162 u32 support = WAKE_PHY | WAKE_MAGIC | local
2168 if (wol->wolopts & ~support)
/drivers/gpu/drm/i915/
H A Di915_drv.h74 * 1.3: Add vblank support
415 bool support; member in struct:drm_i915_private::__anon541
731 /* Reclocking support */
888 * DMAR support
1059 * stage is entered automatically when the GPU is idle when RC6 support is
1068 * RC6pp is deepest RC6. Their support by hardware varies according to the

Completed in 777 milliseconds