Home
last modified time | relevance | path

Searched refs:devcap (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_devcaps.h42 uint32_t devcap) in vmw_devcap_get() argument
46 return vmw->devcaps[devcap]; in vmw_devcap_get()
/linux/drivers/pci/
H A Dpci-bridge-emul.h47 __le32 devcap; member
H A Dtsm.c45 return pdev->devcap & PCI_EXP_DEVCAP_TEE; in has_tee()
H A Dprobe.c1671 pci_read_config_dword(pdev, pos + PCI_EXP_DEVCAP, &pdev->devcap); in set_pcie_port_type()
1672 pdev->pcie_mpss = FIELD_GET(PCI_EXP_DEVCAP_PAYLOAD, pdev->devcap); in set_pcie_port_type()
H A Dquirks.c6218 u32 l1_lat = FIELD_GET(PCI_EXP_DEVCAP_L1, dev->devcap); in aspm_l1_acceptable_latency()
6221 dev->devcap |= FIELD_PREP(PCI_EXP_DEVCAP_L1, 7); in aspm_l1_acceptable_latency()
/linux/include/linux/
H A Dpci-tsm.h152 if (pdev->ide_cap || (pdev->devcap & PCI_EXP_DEVCAP_TEE)) in is_pci_tsm_pf0()
H A Dpci.h363 u32 devcap; /* PCIe Device Capabilities */ member
/linux/drivers/usb/typec/
H A Dclass.c839 u32 devcap = PD_VDO_UFP_DEVCAP(id->vdo[0]); in typec_partner_set_identity() local
841 if (devcap & (DEV_USB2_CAPABLE | DEV_USB2_BILLBOARD)) in typec_partner_set_identity()
843 if (devcap & DEV_USB3_CAPABLE) in typec_partner_set_identity()
845 if (devcap & DEV_USB4_CAPABLE) in typec_partner_set_identity()
/linux/drivers/pci/pcie/
H A Daspm.c584 encoding = FIELD_GET(PCI_EXP_DEVCAP_L0S, endpoint->devcap); in pcie_aspm_check_latency()
588 encoding = FIELD_GET(PCI_EXP_DEVCAP_L1, endpoint->devcap); in pcie_aspm_check_latency()