Home
last modified time | relevance | path

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

/linux/drivers/perf/
H A Ddwc_pcie_pmu.c727 pcie_pmu->nr_lanes = pcie_get_width_cap(pdev); in dwc_pcie_pmu_probe()
/linux/drivers/pci/
H A Dpci.c6035 enum pcie_link_width pcie_get_width_cap(struct pci_dev *dev) in pcie_get_width_cap() function
6045 EXPORT_SYMBOL(pcie_get_width_cap);
6062 *width = pcie_get_width_cap(dev); in pcie_bandwidth_capable()
H A Dpci-sysfs.c216 ret = sysfs_emit(buf, "%u\n", pcie_get_width_cap(pdev)); in max_link_width_show()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c6630 *width = pcie_get_width_cap(parent); in amdgpu_device_partner_bandwidth()
6662 *width = pcie_get_width_cap(parent); in amdgpu_device_gpu_bandwidth()
6667 *width = pcie_get_width_cap(parent); in amdgpu_device_gpu_bandwidth()
6673 *width = pcie_get_width_cap(adev->pdev); in amdgpu_device_gpu_bandwidth()
/linux/include/linux/
H A Dpci.h315 enum pcie_link_width pcie_get_width_cap(struct pci_dev *dev);