Home
last modified time | relevance | path

Searched refs:pcie_get_width_cap (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c6552 *width = pcie_get_width_cap(parent); in amdgpu_device_partner_bandwidth()
6584 *width = pcie_get_width_cap(parent); in amdgpu_device_gpu_bandwidth()
6589 *width = pcie_get_width_cap(parent); in amdgpu_device_gpu_bandwidth()
6595 *width = pcie_get_width_cap(adev->pdev); in amdgpu_device_gpu_bandwidth()
/linux/drivers/pci/
H A Dpci.c6154 * pcie_get_width_cap - query for the PCI device's link width capability
6160 enum pcie_link_width pcie_get_width_cap(struct pci_dev *dev) in pcie_get_width_cap() function
6170 EXPORT_SYMBOL(pcie_get_width_cap);
6187 *width = pcie_get_width_cap(dev); in pcie_bandwidth_capable()
H A Dpci-sysfs.c205 return sysfs_emit(buf, "%u\n", pcie_get_width_cap(pdev)); in max_link_width_show()