Home
last modified time | relevance | path

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

/linux-6.15/drivers/perf/
H A Ddwc_pcie_pmu.c628 pcie_pmu->nr_lanes = pcie_get_width_cap(pdev); in dwc_pcie_pmu_probe()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c6238 *width = pcie_get_width_cap(parent); in amdgpu_device_partner_bandwidth()
6270 *width = pcie_get_width_cap(parent); in amdgpu_device_gpu_bandwidth()
6275 *width = pcie_get_width_cap(parent); in amdgpu_device_gpu_bandwidth()
6281 *width = pcie_get_width_cap(adev->pdev); in amdgpu_device_gpu_bandwidth()
/linux-6.15/drivers/pci/
H A Dpci.c6166 enum pcie_link_width pcie_get_width_cap(struct pci_dev *dev) in pcie_get_width_cap() function
6176 EXPORT_SYMBOL(pcie_get_width_cap);
6193 *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()
/linux-6.15/include/linux/
H A Dpci.h309 enum pcie_link_width pcie_get_width_cap(struct pci_dev *dev);