Searched refs:pcie_get_width_cap (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/perf/
H A Ddwc_pcie_pmu.c632 pcie_pmu->nr_lanes = pcie_get_width_cap(pdev);
/linux-master/drivers/pci/
H A Dpci.h295 enum pcie_link_width pcie_get_width_cap(struct pci_dev *dev);
H A Dpci-sysfs.c200 return sysfs_emit(buf, "%u\n", pcie_get_width_cap(pdev));
H A Dpci.c6040 * pcie_get_width_cap - query for the PCI device's link width capability
6046 enum pcie_link_width pcie_get_width_cap(struct pci_dev *dev) function
6056 EXPORT_SYMBOL(pcie_get_width_cap); variable
6072 *width = pcie_get_width_cap(dev);
/linux-master/include/linux/
H A Dpci.h307 enum pcie_link_width pcie_get_width_cap(struct pci_dev *dev);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c5817 *width = pcie_get_width_cap(parent);

Completed in 165 milliseconds