Home
last modified time | relevance | path

Searched refs:devcap (Results 1 – 7 of 7) 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 Dprobe.c1634 pci_read_config_dword(pdev, pos + PCI_EXP_DEVCAP, &pdev->devcap); in set_pcie_port_type()
1635 pdev->pcie_mpss = FIELD_GET(PCI_EXP_DEVCAP_PAYLOAD, pdev->devcap); in set_pcie_port_type()
H A Dquirks.c6215 u32 l1_lat = FIELD_GET(PCI_EXP_DEVCAP_L1, dev->devcap); in aspm_l1_acceptable_latency()
6218 dev->devcap |= FIELD_PREP(PCI_EXP_DEVCAP_L1, 7); in aspm_l1_acceptable_latency()
H A Dpci.c4563 if (!(dev->devcap & PCI_EXP_DEVCAP_FLR)) in pcie_reset_flr()
/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.c582 encoding = FIELD_GET(PCI_EXP_DEVCAP_L0S, endpoint->devcap); in pcie_aspm_check_latency()
586 encoding = FIELD_GET(PCI_EXP_DEVCAP_L1, endpoint->devcap); in pcie_aspm_check_latency()