Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Zhao, Yu | 557848c | 2008-10-13 19:18:07 +0800 | [diff] [blame] | 2 | #ifndef DRIVERS_PCI_H |
| 3 | #define DRIVERS_PCI_H |
| 4 | |
Alexandru Gagniuc | 2209e06 | 2018-11-28 16:28:04 -0600 | [diff] [blame] | 5 | #include <linux/pci.h> |
| 6 | |
Wei Yang | fff905f | 2015-06-30 09:16:41 +0800 | [diff] [blame] | 7 | #define PCI_FIND_CAP_TTL 48 |
| 8 | |
Lukas Wunner | 8531e28 | 2017-03-10 21:23:45 +0100 | [diff] [blame] | 9 | #define PCI_VSEC_ID_INTEL_TBT 0x1234 /* Thunderbolt */ |
| 10 | |
Jacob Keller | 343e51a | 2013-07-31 06:53:16 +0000 | [diff] [blame] | 11 | extern const unsigned char pcie_link_speed[]; |
Sinan Kaya | 11eb0e0 | 2018-06-04 22:16:09 -0400 | [diff] [blame] | 12 | extern bool pci_early_dump; |
Jacob Keller | 343e51a | 2013-07-31 06:53:16 +0000 | [diff] [blame] | 13 | |
Yinghai Lu | 7a1562d | 2014-11-11 12:09:46 -0800 | [diff] [blame] | 14 | bool pcie_cap_has_lnkctl(const struct pci_dev *dev); |
| 15 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | /* Functions internal to the PCI core code */ |
| 17 | |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 18 | int pci_create_sysfs_dev_files(struct pci_dev *pdev); |
| 19 | void pci_remove_sysfs_dev_files(struct pci_dev *pdev); |
Narendra_K@Dell.com | 6058989 | 2011-03-02 22:34:17 +0530 | [diff] [blame] | 20 | #if !defined(CONFIG_DMI) && !defined(CONFIG_ACPI) |
Narendra K | 911e1c9 | 2010-07-26 05:56:50 -0500 | [diff] [blame] | 21 | static inline void pci_create_firmware_label_files(struct pci_dev *pdev) |
Narendra K | b879743f | 2010-08-02 07:44:29 -0500 | [diff] [blame] | 22 | { return; } |
Narendra K | 911e1c9 | 2010-07-26 05:56:50 -0500 | [diff] [blame] | 23 | static inline void pci_remove_firmware_label_files(struct pci_dev *pdev) |
Narendra K | b879743f | 2010-08-02 07:44:29 -0500 | [diff] [blame] | 24 | { return; } |
Narendra K | 911e1c9 | 2010-07-26 05:56:50 -0500 | [diff] [blame] | 25 | #else |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 26 | void pci_create_firmware_label_files(struct pci_dev *pdev); |
| 27 | void pci_remove_firmware_label_files(struct pci_dev *pdev); |
Narendra K | 911e1c9 | 2010-07-26 05:56:50 -0500 | [diff] [blame] | 28 | #endif |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 29 | void pci_cleanup_rom(struct pci_dev *dev); |
David Woodhouse | f719582 | 2017-04-12 13:25:59 +0100 | [diff] [blame] | 30 | |
Martin Wilck | 3b519e4 | 2010-11-10 11:03:21 +0100 | [diff] [blame] | 31 | enum pci_mmap_api { |
| 32 | PCI_MMAP_SYSFS, /* mmap on /sys/bus/pci/devices/<BDF>/resource<N> */ |
| 33 | PCI_MMAP_PROCFS /* mmap on /proc/bus/pci/<BDF> */ |
| 34 | }; |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 35 | int pci_mmap_fits(struct pci_dev *pdev, int resno, struct vm_area_struct *vmai, |
| 36 | enum pci_mmap_api mmap_api); |
David Woodhouse | f719582 | 2017-04-12 13:25:59 +0100 | [diff] [blame] | 37 | |
Michael S. Tsirkin | 711d577 | 2009-07-27 23:37:48 +0300 | [diff] [blame] | 38 | int pci_probe_reset_function(struct pci_dev *dev); |
Sinan Kaya | 381634c | 2018-07-19 18:04:11 -0500 | [diff] [blame] | 39 | int pci_bridge_secondary_bus_reset(struct pci_dev *dev); |
Keith Busch | c4eed62 | 2018-09-20 10:27:11 -0600 | [diff] [blame] | 40 | int pci_bus_error_reset(struct pci_dev *dev); |
Kumar Gala | ce5ccde | 2007-07-16 23:27:10 -0500 | [diff] [blame] | 41 | |
Kelsey Skunberg | c776dd5 | 2019-07-24 17:38:38 -0600 | [diff] [blame] | 42 | #define PCI_PM_D2_DELAY 200 |
| 43 | #define PCI_PM_D3_WAIT 10 |
| 44 | #define PCI_PM_D3COLD_WAIT 100 |
| 45 | #define PCI_PM_BUS_WAIT 50 |
| 46 | |
Rafael J. Wysocki | 961d912 | 2008-07-07 03:32:02 +0200 | [diff] [blame] | 47 | /** |
Randy Dunlap | b33bfde | 2009-01-09 17:04:26 -0800 | [diff] [blame] | 48 | * struct pci_platform_pm_ops - Firmware PM callbacks |
Rafael J. Wysocki | 961d912 | 2008-07-07 03:32:02 +0200 | [diff] [blame] | 49 | * |
Mika Westerberg | 26ad34d | 2018-09-27 16:57:14 -0500 | [diff] [blame] | 50 | * @bridge_d3: Does the bridge allow entering into D3 |
| 51 | * |
Randy Dunlap | b33bfde | 2009-01-09 17:04:26 -0800 | [diff] [blame] | 52 | * @is_manageable: returns 'true' if given device is power manageable by the |
Bjorn Helgaas | 0aa0f5d | 2017-12-02 13:21:37 -0600 | [diff] [blame] | 53 | * platform firmware |
Rafael J. Wysocki | 961d912 | 2008-07-07 03:32:02 +0200 | [diff] [blame] | 54 | * |
Randy Dunlap | b33bfde | 2009-01-09 17:04:26 -0800 | [diff] [blame] | 55 | * @set_state: invokes the platform firmware to set the device's power state |
Rafael J. Wysocki | 961d912 | 2008-07-07 03:32:02 +0200 | [diff] [blame] | 56 | * |
Lukas Wunner | cc7cc02 | 2016-09-18 05:39:20 +0200 | [diff] [blame] | 57 | * @get_state: queries the platform firmware for a device's current power state |
| 58 | * |
Rafael J. Wysocki | b51033e | 2019-06-25 14:09:12 +0200 | [diff] [blame] | 59 | * @refresh_state: asks the platform to refresh the device's power state data |
| 60 | * |
Randy Dunlap | b33bfde | 2009-01-09 17:04:26 -0800 | [diff] [blame] | 61 | * @choose_state: returns PCI power state of given device preferred by the |
Bjorn Helgaas | 0aa0f5d | 2017-12-02 13:21:37 -0600 | [diff] [blame] | 62 | * platform; to be used during system-wide transitions from a |
| 63 | * sleeping state to the working state and vice versa |
Rafael J. Wysocki | 961d912 | 2008-07-07 03:32:02 +0200 | [diff] [blame] | 64 | * |
Rafael J. Wysocki | 0847684 | 2017-06-24 01:57:35 +0200 | [diff] [blame] | 65 | * @set_wakeup: enables/disables wakeup capability for the device |
Rafael J. Wysocki | b67ea76 | 2010-02-17 23:44:09 +0100 | [diff] [blame] | 66 | * |
Rafael J. Wysocki | bac2a90 | 2015-01-21 02:17:42 +0100 | [diff] [blame] | 67 | * @need_resume: returns 'true' if the given device (which is currently |
Bjorn Helgaas | 0aa0f5d | 2017-12-02 13:21:37 -0600 | [diff] [blame] | 68 | * suspended) needs to be resumed to be configured for system |
| 69 | * wakeup. |
Rafael J. Wysocki | bac2a90 | 2015-01-21 02:17:42 +0100 | [diff] [blame] | 70 | * |
Rafael J. Wysocki | 961d912 | 2008-07-07 03:32:02 +0200 | [diff] [blame] | 71 | * If given platform is generally capable of power managing PCI devices, all of |
| 72 | * these callbacks are mandatory. |
| 73 | */ |
| 74 | struct pci_platform_pm_ops { |
Mika Westerberg | 26ad34d | 2018-09-27 16:57:14 -0500 | [diff] [blame] | 75 | bool (*bridge_d3)(struct pci_dev *dev); |
Rafael J. Wysocki | 961d912 | 2008-07-07 03:32:02 +0200 | [diff] [blame] | 76 | bool (*is_manageable)(struct pci_dev *dev); |
| 77 | int (*set_state)(struct pci_dev *dev, pci_power_t state); |
Lukas Wunner | cc7cc02 | 2016-09-18 05:39:20 +0200 | [diff] [blame] | 78 | pci_power_t (*get_state)(struct pci_dev *dev); |
Rafael J. Wysocki | b51033e | 2019-06-25 14:09:12 +0200 | [diff] [blame] | 79 | void (*refresh_state)(struct pci_dev *dev); |
Rafael J. Wysocki | 961d912 | 2008-07-07 03:32:02 +0200 | [diff] [blame] | 80 | pci_power_t (*choose_state)(struct pci_dev *dev); |
Rafael J. Wysocki | 0847684 | 2017-06-24 01:57:35 +0200 | [diff] [blame] | 81 | int (*set_wakeup)(struct pci_dev *dev, bool enable); |
Rafael J. Wysocki | bac2a90 | 2015-01-21 02:17:42 +0100 | [diff] [blame] | 82 | bool (*need_resume)(struct pci_dev *dev); |
Rafael J. Wysocki | 961d912 | 2008-07-07 03:32:02 +0200 | [diff] [blame] | 83 | }; |
| 84 | |
Julia Lawall | 299f2ff | 2015-12-06 17:33:45 +0100 | [diff] [blame] | 85 | int pci_set_platform_pm(const struct pci_platform_pm_ops *ops); |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 86 | void pci_update_current_state(struct pci_dev *dev, pci_power_t state); |
Rafael J. Wysocki | b51033e | 2019-06-25 14:09:12 +0200 | [diff] [blame] | 87 | void pci_refresh_power_state(struct pci_dev *dev); |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 88 | void pci_power_up(struct pci_dev *dev); |
| 89 | void pci_disable_enabled_device(struct pci_dev *dev); |
| 90 | int pci_finish_runtime_suspend(struct pci_dev *dev); |
Bjorn Helgaas | dcb0453 | 2018-03-09 11:06:53 -0600 | [diff] [blame] | 91 | void pcie_clear_root_pme_status(struct pci_dev *dev); |
Kelsey Skunberg | 669696e | 2019-07-24 17:38:39 -0600 | [diff] [blame^] | 92 | bool pci_check_pme_status(struct pci_dev *dev); |
| 93 | void pci_pme_wakeup_bus(struct pci_bus *bus); |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 94 | int __pci_pme_wakeup(struct pci_dev *dev, void *ign); |
Rafael J. Wysocki | 0ce3fca | 2017-07-12 03:05:39 +0200 | [diff] [blame] | 95 | void pci_pme_restore(struct pci_dev *dev); |
Rafael J. Wysocki | 0c7376a | 2019-06-07 00:32:31 +0200 | [diff] [blame] | 96 | bool pci_dev_need_resume(struct pci_dev *dev); |
| 97 | void pci_dev_adjust_pme(struct pci_dev *dev); |
Rafael J. Wysocki | 2cef548 | 2015-09-30 01:10:24 +0200 | [diff] [blame] | 98 | void pci_dev_complete_resume(struct pci_dev *pci_dev); |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 99 | void pci_config_pm_runtime_get(struct pci_dev *dev); |
| 100 | void pci_config_pm_runtime_put(struct pci_dev *dev); |
| 101 | void pci_pm_init(struct pci_dev *dev); |
Sean O. Stalley | 938174e | 2015-10-29 17:35:39 -0500 | [diff] [blame] | 102 | void pci_ea_init(struct pci_dev *dev); |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 103 | void pci_allocate_cap_save_buffers(struct pci_dev *dev); |
Yinghai Lu | f796841 | 2012-02-11 00:18:30 -0800 | [diff] [blame] | 104 | void pci_free_cap_save_buffers(struct pci_dev *dev); |
Lukas Wunner | c6a6330 | 2016-10-28 10:52:06 +0200 | [diff] [blame] | 105 | bool pci_bridge_d3_possible(struct pci_dev *dev); |
Lukas Wunner | 1ed276a | 2016-10-28 10:52:06 +0200 | [diff] [blame] | 106 | void pci_bridge_d3_update(struct pci_dev *dev); |
Rafael J. Wysocki | aa8c6c9 | 2009-01-16 21:54:43 +0100 | [diff] [blame] | 107 | |
Rafael J. Wysocki | b6e335a | 2010-12-29 13:21:23 +0100 | [diff] [blame] | 108 | static inline void pci_wakeup_event(struct pci_dev *dev) |
| 109 | { |
| 110 | /* Wait 100 ms before the system can be put into a sleep state. */ |
| 111 | pm_wakeup_event(&dev->dev, 100); |
| 112 | } |
| 113 | |
Yijing Wang | 326c1cd | 2014-05-04 12:23:36 +0800 | [diff] [blame] | 114 | static inline bool pci_has_subordinate(struct pci_dev *pci_dev) |
Rafael J. Wysocki | aa8c6c9 | 2009-01-16 21:54:43 +0100 | [diff] [blame] | 115 | { |
| 116 | return !!(pci_dev->subordinate); |
| 117 | } |
David Shaohua Li | 0f64474 | 2005-03-19 00:15:48 -0500 | [diff] [blame] | 118 | |
Mika Westerberg | 9d26d3a | 2016-06-02 11:17:12 +0300 | [diff] [blame] | 119 | static inline bool pci_power_manageable(struct pci_dev *pci_dev) |
| 120 | { |
| 121 | /* |
| 122 | * Currently we allow normal PCI devices and PCI bridges transition |
| 123 | * into D3 if their bridge_d3 is set. |
| 124 | */ |
| 125 | return !pci_has_subordinate(pci_dev) || pci_dev->bridge_d3; |
| 126 | } |
| 127 | |
Bjorn Helgaas | f1cd93f | 2016-02-22 13:58:37 -0600 | [diff] [blame] | 128 | int pci_vpd_init(struct pci_dev *dev); |
Bjorn Helgaas | 6437907 | 2016-02-22 13:58:06 -0600 | [diff] [blame] | 129 | void pci_vpd_release(struct pci_dev *dev); |
Bjorn Helgaas | b1c615c | 2018-03-19 13:06:17 -0500 | [diff] [blame] | 130 | void pcie_vpd_create_sysfs_dev_files(struct pci_dev *dev); |
| 131 | void pcie_vpd_remove_sysfs_dev_files(struct pci_dev *dev); |
Ben Hutchings | 94e6108 | 2008-03-05 16:52:39 +0000 | [diff] [blame] | 132 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 133 | /* PCI /proc functions */ |
| 134 | #ifdef CONFIG_PROC_FS |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 135 | int pci_proc_attach_device(struct pci_dev *dev); |
| 136 | int pci_proc_detach_device(struct pci_dev *dev); |
| 137 | int pci_proc_detach_bus(struct pci_bus *bus); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 138 | #else |
| 139 | static inline int pci_proc_attach_device(struct pci_dev *dev) { return 0; } |
| 140 | static inline int pci_proc_detach_device(struct pci_dev *dev) { return 0; } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 141 | static inline int pci_proc_detach_bus(struct pci_bus *bus) { return 0; } |
| 142 | #endif |
| 143 | |
| 144 | /* Functions for PCI Hotplug drivers to use */ |
Yinghai Lu | a8e4b9c | 2012-05-18 13:46:34 -0600 | [diff] [blame] | 145 | int pci_hp_add_bridge(struct pci_dev *dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 146 | |
Benjamin Herrenschmidt | f19aeb1 | 2008-10-03 19:49:32 +1000 | [diff] [blame] | 147 | #ifdef HAVE_PCI_LEGACY |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 148 | void pci_create_legacy_files(struct pci_bus *bus); |
| 149 | void pci_remove_legacy_files(struct pci_bus *bus); |
Benjamin Herrenschmidt | f19aeb1 | 2008-10-03 19:49:32 +1000 | [diff] [blame] | 150 | #else |
| 151 | static inline void pci_create_legacy_files(struct pci_bus *bus) { return; } |
| 152 | static inline void pci_remove_legacy_files(struct pci_bus *bus) { return; } |
| 153 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 154 | |
| 155 | /* Lock for read/write access to pci device and bus lists */ |
Zhang Yanmin | d71374d | 2006-06-02 12:35:43 +0800 | [diff] [blame] | 156 | extern struct rw_semaphore pci_bus_sem; |
Keith Busch | c4eed62 | 2018-09-20 10:27:11 -0600 | [diff] [blame] | 157 | extern struct mutex pci_slot_mutex; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 158 | |
Jan Kiszka | a2e2778 | 2011-11-04 09:46:00 +0100 | [diff] [blame] | 159 | extern raw_spinlock_t pci_lock; |
| 160 | |
Kristen Carlson Accardi | ffadcc2 | 2006-07-12 08:59:00 -0700 | [diff] [blame] | 161 | extern unsigned int pci_pm_d3_delay; |
Michael Ellerman | 88187df | 2007-01-25 19:34:07 +1100 | [diff] [blame] | 162 | |
Andrew Morton | 4b47b0e | 2005-08-16 15:16:05 -0700 | [diff] [blame] | 163 | #ifdef CONFIG_PCI_MSI |
Matthew Wilcox | 309e57d | 2006-03-05 22:33:34 -0700 | [diff] [blame] | 164 | void pci_no_msi(void); |
Andrew Morton | 4b47b0e | 2005-08-16 15:16:05 -0700 | [diff] [blame] | 165 | #else |
Matthew Wilcox | 309e57d | 2006-03-05 22:33:34 -0700 | [diff] [blame] | 166 | static inline void pci_no_msi(void) { } |
Andrew Morton | 4b47b0e | 2005-08-16 15:16:05 -0700 | [diff] [blame] | 167 | #endif |
Michael Ellerman | 8fed4b6 | 2007-01-25 19:34:08 +1100 | [diff] [blame] | 168 | |
Michael S. Tsirkin | 6a25f5e | 2015-05-07 09:52:21 -0500 | [diff] [blame] | 169 | static inline void pci_msi_set_enable(struct pci_dev *dev, int enable) |
| 170 | { |
| 171 | u16 control; |
| 172 | |
| 173 | pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &control); |
| 174 | control &= ~PCI_MSI_FLAGS_ENABLE; |
| 175 | if (enable) |
| 176 | control |= PCI_MSI_FLAGS_ENABLE; |
| 177 | pci_write_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, control); |
| 178 | } |
| 179 | |
| 180 | static inline void pci_msix_clear_and_set_ctrl(struct pci_dev *dev, u16 clear, u16 set) |
| 181 | { |
| 182 | u16 ctrl; |
| 183 | |
| 184 | pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &ctrl); |
| 185 | ctrl &= ~clear; |
| 186 | ctrl |= set; |
| 187 | pci_write_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, ctrl); |
| 188 | } |
| 189 | |
Yinghai Lu | b55438f | 2012-02-23 19:23:30 -0800 | [diff] [blame] | 190 | void pci_realloc_get_opt(char *); |
Ram Pai | f483d39 | 2011-07-07 11:19:10 -0700 | [diff] [blame] | 191 | |
Kristen Carlson Accardi | ffadcc2 | 2006-07-12 08:59:00 -0700 | [diff] [blame] | 192 | static inline int pci_no_d1d2(struct pci_dev *dev) |
| 193 | { |
| 194 | unsigned int parent_dstates = 0; |
Andrew Morton | 4b47b0e | 2005-08-16 15:16:05 -0700 | [diff] [blame] | 195 | |
Kristen Carlson Accardi | ffadcc2 | 2006-07-12 08:59:00 -0700 | [diff] [blame] | 196 | if (dev->bus->self) |
| 197 | parent_dstates = dev->bus->self->no_d1d2; |
| 198 | return (dev->no_d1d2 || parent_dstates); |
| 199 | |
| 200 | } |
Greg Kroah-Hartman | 5136b2d | 2013-10-06 23:55:40 -0700 | [diff] [blame] | 201 | extern const struct attribute_group *pci_dev_groups[]; |
Greg Kroah-Hartman | 56039e6 | 2013-07-24 15:05:17 -0700 | [diff] [blame] | 202 | extern const struct attribute_group *pcibus_groups[]; |
Bhumika Goyal | 69f2dc2 | 2017-09-12 16:43:33 +0530 | [diff] [blame] | 203 | extern const struct device_type pci_dev_type; |
Greg Kroah-Hartman | 0f49ba5 | 2013-10-07 14:51:02 -0600 | [diff] [blame] | 204 | extern const struct attribute_group *pci_bus_groups[]; |
Alex Chiang | 705b1aa | 2009-03-20 14:56:31 -0600 | [diff] [blame] | 205 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 206 | |
| 207 | /** |
| 208 | * pci_match_one_device - Tell if a PCI device structure has a matching |
Bjorn Helgaas | 0aa0f5d | 2017-12-02 13:21:37 -0600 | [diff] [blame] | 209 | * PCI device id structure |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 210 | * @id: single PCI device id structure to match |
| 211 | * @dev: the PCI device structure to match against |
Greg Kroah-Hartman | 367b09f | 2008-01-30 15:21:33 -0800 | [diff] [blame] | 212 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 213 | * Returns the matching pci_device_id structure or %NULL if there is no match. |
| 214 | */ |
| 215 | static inline const struct pci_device_id * |
| 216 | pci_match_one_device(const struct pci_device_id *id, const struct pci_dev *dev) |
| 217 | { |
| 218 | if ((id->vendor == PCI_ANY_ID || id->vendor == dev->vendor) && |
| 219 | (id->device == PCI_ANY_ID || id->device == dev->device) && |
| 220 | (id->subvendor == PCI_ANY_ID || id->subvendor == dev->subsystem_vendor) && |
| 221 | (id->subdevice == PCI_ANY_ID || id->subdevice == dev->subsystem_device) && |
| 222 | !((id->class ^ dev->class) & id->class_mask)) |
| 223 | return id; |
| 224 | return NULL; |
| 225 | } |
| 226 | |
Alex Chiang | f46753c | 2008-06-10 15:28:50 -0600 | [diff] [blame] | 227 | /* PCI slot sysfs helper code */ |
| 228 | #define to_pci_slot(s) container_of(s, struct pci_slot, kobj) |
| 229 | |
| 230 | extern struct kset *pci_slots_kset; |
| 231 | |
| 232 | struct pci_slot_attribute { |
| 233 | struct attribute attr; |
| 234 | ssize_t (*show)(struct pci_slot *, char *); |
| 235 | ssize_t (*store)(struct pci_slot *, const char *, size_t); |
| 236 | }; |
| 237 | #define to_pci_slot_attr(s) container_of(s, struct pci_slot_attribute, attr) |
| 238 | |
Yu Zhao | 0b400c7 | 2008-11-22 02:40:40 +0800 | [diff] [blame] | 239 | enum pci_bar_type { |
| 240 | pci_bar_unknown, /* Standard PCI BAR probe */ |
Bjorn Helgaas | 0aa0f5d | 2017-12-02 13:21:37 -0600 | [diff] [blame] | 241 | pci_bar_io, /* An I/O port BAR */ |
Yu Zhao | 0b400c7 | 2008-11-22 02:40:40 +0800 | [diff] [blame] | 242 | pci_bar_mem32, /* A 32-bit memory BAR */ |
| 243 | pci_bar_mem64, /* A 64-bit memory BAR */ |
| 244 | }; |
| 245 | |
Sinan Kaya | 62ce94a | 2017-07-12 00:04:14 -0400 | [diff] [blame] | 246 | int pci_configure_extended_tags(struct pci_dev *dev, void *ign); |
Yinghai Lu | efdc87d | 2012-01-27 10:55:10 -0800 | [diff] [blame] | 247 | bool pci_bus_read_dev_vendor_id(struct pci_bus *bus, int devfn, u32 *pl, |
| 248 | int crs_timeout); |
James Puthukattukaran | aa667c6 | 2018-07-09 11:31:25 -0400 | [diff] [blame] | 249 | bool pci_bus_generic_read_dev_vendor_id(struct pci_bus *bus, int devfn, u32 *pl, |
| 250 | int crs_timeout); |
| 251 | int pci_idt_bus_quirk(struct pci_bus *bus, int devfn, u32 *pl, int crs_timeout); |
| 252 | |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 253 | int pci_setup_device(struct pci_dev *dev); |
| 254 | int __pci_read_base(struct pci_dev *dev, enum pci_bar_type type, |
| 255 | struct resource *res, unsigned int reg); |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 256 | void pci_configure_ari(struct pci_dev *dev); |
Bjorn Helgaas | 10874f5a | 2014-04-14 16:11:40 -0600 | [diff] [blame] | 257 | void __pci_bus_size_bridges(struct pci_bus *bus, |
Jiang Liu | d66ecb7 | 2013-06-23 01:01:35 +0200 | [diff] [blame] | 258 | struct list_head *realloc_head); |
Bjorn Helgaas | 10874f5a | 2014-04-14 16:11:40 -0600 | [diff] [blame] | 259 | void __pci_bus_assign_resources(const struct pci_bus *bus, |
| 260 | struct list_head *realloc_head, |
| 261 | struct list_head *fail_head); |
Yinghai Lu | 0f7e7ae | 2015-01-15 16:21:49 -0600 | [diff] [blame] | 262 | bool pci_bus_clip_resource(struct pci_dev *dev, int idx); |
Bjorn Helgaas | 939de1d | 2013-01-26 17:35:58 -0700 | [diff] [blame] | 263 | |
Yinghai Lu | 2069ecf | 2012-02-15 21:40:31 -0800 | [diff] [blame] | 264 | void pci_reassigndev_resource_alignment(struct pci_dev *dev); |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 265 | void pci_disable_bridge_window(struct pci_dev *dev); |
Yuji Shimada | 32a9a682 | 2009-03-16 17:13:39 +0900 | [diff] [blame] | 266 | |
Tal Gilboa | 6cf57be | 2018-03-30 07:44:05 -0500 | [diff] [blame] | 267 | /* PCIe link information */ |
| 268 | #define PCIE_SPEED2STR(speed) \ |
| 269 | ((speed) == PCIE_SPEED_16_0GT ? "16 GT/s" : \ |
| 270 | (speed) == PCIE_SPEED_8_0GT ? "8 GT/s" : \ |
| 271 | (speed) == PCIE_SPEED_5_0GT ? "5 GT/s" : \ |
| 272 | (speed) == PCIE_SPEED_2_5GT ? "2.5 GT/s" : \ |
| 273 | "Unknown speed") |
| 274 | |
Tal Gilboa | b852f63 | 2018-03-30 08:32:03 -0500 | [diff] [blame] | 275 | /* PCIe speed to Mb/s reduced by encoding overhead */ |
| 276 | #define PCIE_SPEED2MBS_ENC(speed) \ |
| 277 | ((speed) == PCIE_SPEED_16_0GT ? 16000*128/130 : \ |
| 278 | (speed) == PCIE_SPEED_8_0GT ? 8000*128/130 : \ |
| 279 | (speed) == PCIE_SPEED_5_0GT ? 5000*8/10 : \ |
| 280 | (speed) == PCIE_SPEED_2_5GT ? 2500*8/10 : \ |
| 281 | 0) |
| 282 | |
Tal Gilboa | 6cf57be | 2018-03-30 07:44:05 -0500 | [diff] [blame] | 283 | enum pci_bus_speed pcie_get_speed_cap(struct pci_dev *dev); |
Tal Gilboa | c70b65f | 2018-03-30 08:24:36 -0500 | [diff] [blame] | 284 | enum pcie_link_width pcie_get_width_cap(struct pci_dev *dev); |
Tal Gilboa | b852f63 | 2018-03-30 08:32:03 -0500 | [diff] [blame] | 285 | u32 pcie_bandwidth_capable(struct pci_dev *dev, enum pci_bus_speed *speed, |
| 286 | enum pcie_link_width *width); |
Alexandru Gagniuc | 2d1ce5e | 2018-08-06 18:25:35 -0500 | [diff] [blame] | 287 | void __pcie_print_link_status(struct pci_dev *dev, bool verbose); |
Lukas Wunner | 0fa635a | 2019-03-20 12:05:30 +0100 | [diff] [blame] | 288 | void pcie_report_downtraining(struct pci_dev *dev); |
Tal Gilboa | 6cf57be | 2018-03-30 07:44:05 -0500 | [diff] [blame] | 289 | |
Yu Zhao | d1b054d | 2009-03-20 11:25:11 +0800 | [diff] [blame] | 290 | /* Single Root I/O Virtualization */ |
| 291 | struct pci_sriov { |
Bjorn Helgaas | 0aa0f5d | 2017-12-02 13:21:37 -0600 | [diff] [blame] | 292 | int pos; /* Capability position */ |
| 293 | int nres; /* Number of resources */ |
| 294 | u32 cap; /* SR-IOV Capabilities */ |
| 295 | u16 ctrl; /* SR-IOV Control */ |
| 296 | u16 total_VFs; /* Total VFs associated with the PF */ |
| 297 | u16 initial_VFs; /* Initial VFs associated with the PF */ |
| 298 | u16 num_VFs; /* Number of VFs available */ |
| 299 | u16 offset; /* First VF Routing ID offset */ |
| 300 | u16 stride; /* Following VF stride */ |
| 301 | u16 vf_device; /* VF device ID */ |
| 302 | u32 pgsz; /* Page size for BAR alignment */ |
| 303 | u8 link; /* Function Dependency Link */ |
| 304 | u8 max_VF_buses; /* Max buses consumed by VFs */ |
| 305 | u16 driver_max_VFs; /* Max num VFs driver supports */ |
| 306 | struct pci_dev *dev; /* Lowest numbered PF */ |
| 307 | struct pci_dev *self; /* This PF */ |
KarimAllah Ahmed | cf0921b | 2018-03-19 21:06:00 +0100 | [diff] [blame] | 308 | u32 class; /* VF device */ |
| 309 | u8 hdr_type; /* VF header type */ |
| 310 | u16 subsystem_vendor; /* VF subsystem vendor */ |
| 311 | u16 subsystem_device; /* VF subsystem device */ |
Bjorn Helgaas | 0aa0f5d | 2017-12-02 13:21:37 -0600 | [diff] [blame] | 312 | resource_size_t barsz[PCI_SRIOV_NUM_BARS]; /* VF BAR size */ |
| 313 | bool drivers_autoprobe; /* Auto probing of VFs by driver */ |
Yu Zhao | d1b054d | 2009-03-20 11:25:11 +0800 | [diff] [blame] | 314 | }; |
| 315 | |
Keith Busch | a6bd101 | 2018-09-20 10:27:16 -0600 | [diff] [blame] | 316 | /** |
| 317 | * pci_dev_set_io_state - Set the new error state if possible. |
| 318 | * |
| 319 | * @dev - pci device to set new error_state |
| 320 | * @new - the state we want dev to be in |
| 321 | * |
| 322 | * Must be called with device_lock held. |
| 323 | * |
| 324 | * Returns true if state has been changed to the requested state. |
| 325 | */ |
| 326 | static inline bool pci_dev_set_io_state(struct pci_dev *dev, |
| 327 | pci_channel_state_t new) |
| 328 | { |
| 329 | bool changed = false; |
| 330 | |
| 331 | device_lock_assert(&dev->dev); |
| 332 | switch (new) { |
| 333 | case pci_channel_io_perm_failure: |
| 334 | switch (dev->error_state) { |
| 335 | case pci_channel_io_frozen: |
| 336 | case pci_channel_io_normal: |
| 337 | case pci_channel_io_perm_failure: |
| 338 | changed = true; |
| 339 | break; |
| 340 | } |
| 341 | break; |
| 342 | case pci_channel_io_frozen: |
| 343 | switch (dev->error_state) { |
| 344 | case pci_channel_io_frozen: |
| 345 | case pci_channel_io_normal: |
| 346 | changed = true; |
| 347 | break; |
| 348 | } |
| 349 | break; |
| 350 | case pci_channel_io_normal: |
| 351 | switch (dev->error_state) { |
| 352 | case pci_channel_io_frozen: |
| 353 | case pci_channel_io_normal: |
| 354 | changed = true; |
| 355 | break; |
| 356 | } |
| 357 | break; |
| 358 | } |
| 359 | if (changed) |
| 360 | dev->error_state = new; |
| 361 | return changed; |
| 362 | } |
Keith Busch | 89ee9f7 | 2017-03-29 22:48:59 -0500 | [diff] [blame] | 363 | |
| 364 | static inline int pci_dev_set_disconnected(struct pci_dev *dev, void *unused) |
| 365 | { |
Keith Busch | a6bd101 | 2018-09-20 10:27:16 -0600 | [diff] [blame] | 366 | device_lock(&dev->dev); |
| 367 | pci_dev_set_io_state(dev, pci_channel_io_perm_failure); |
| 368 | device_unlock(&dev->dev); |
| 369 | |
Keith Busch | 89ee9f7 | 2017-03-29 22:48:59 -0500 | [diff] [blame] | 370 | return 0; |
| 371 | } |
| 372 | |
| 373 | static inline bool pci_dev_is_disconnected(const struct pci_dev *dev) |
| 374 | { |
Keith Busch | a6bd101 | 2018-09-20 10:27:16 -0600 | [diff] [blame] | 375 | return dev->error_state == pci_channel_io_perm_failure; |
Keith Busch | 89ee9f7 | 2017-03-29 22:48:59 -0500 | [diff] [blame] | 376 | } |
| 377 | |
Keith Busch | a6bd101 | 2018-09-20 10:27:16 -0600 | [diff] [blame] | 378 | /* pci_dev priv_flags */ |
| 379 | #define PCI_DEV_ADDED 0 |
| 380 | |
Hari Vyas | 44bda4b | 2018-07-03 14:35:41 +0530 | [diff] [blame] | 381 | static inline void pci_dev_assign_added(struct pci_dev *dev, bool added) |
| 382 | { |
| 383 | assign_bit(PCI_DEV_ADDED, &dev->priv_flags, added); |
| 384 | } |
| 385 | |
| 386 | static inline bool pci_dev_is_added(const struct pci_dev *dev) |
| 387 | { |
| 388 | return test_bit(PCI_DEV_ADDED, &dev->priv_flags); |
| 389 | } |
| 390 | |
Keith Busch | 1e45116 | 2018-07-19 16:16:55 -0500 | [diff] [blame] | 391 | #ifdef CONFIG_PCIEAER |
| 392 | #include <linux/aer.h> |
| 393 | |
| 394 | #define AER_MAX_MULTI_ERR_DEVICES 5 /* Not likely to have more */ |
| 395 | |
| 396 | struct aer_err_info { |
| 397 | struct pci_dev *dev[AER_MAX_MULTI_ERR_DEVICES]; |
| 398 | int error_dev_num; |
| 399 | |
| 400 | unsigned int id:16; |
| 401 | |
| 402 | unsigned int severity:2; /* 0:NONFATAL | 1:FATAL | 2:COR */ |
| 403 | unsigned int __pad1:5; |
| 404 | unsigned int multi_error_valid:1; |
| 405 | |
| 406 | unsigned int first_error:5; |
| 407 | unsigned int __pad2:2; |
| 408 | unsigned int tlp_header_valid:1; |
| 409 | |
| 410 | unsigned int status; /* COR/UNCOR Error Status */ |
| 411 | unsigned int mask; /* COR/UNCOR Error Mask */ |
| 412 | struct aer_header_log_regs tlp; /* TLP Header */ |
| 413 | }; |
| 414 | |
| 415 | int aer_get_device_error_info(struct pci_dev *dev, struct aer_err_info *info); |
| 416 | void aer_print_error(struct pci_dev *dev, struct aer_err_info *info); |
| 417 | #endif /* CONFIG_PCIEAER */ |
| 418 | |
Keith Busch | 4f80217 | 2018-09-20 10:27:08 -0600 | [diff] [blame] | 419 | #ifdef CONFIG_PCIE_DPC |
| 420 | void pci_save_dpc_state(struct pci_dev *dev); |
| 421 | void pci_restore_dpc_state(struct pci_dev *dev); |
| 422 | #else |
| 423 | static inline void pci_save_dpc_state(struct pci_dev *dev) {} |
| 424 | static inline void pci_restore_dpc_state(struct pci_dev *dev) {} |
| 425 | #endif |
| 426 | |
Hao, Xudong | 1900ca1 | 2011-12-17 21:24:40 +0800 | [diff] [blame] | 427 | #ifdef CONFIG_PCI_ATS |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 428 | void pci_restore_ats_state(struct pci_dev *dev); |
Hao, Xudong | 1900ca1 | 2011-12-17 21:24:40 +0800 | [diff] [blame] | 429 | #else |
| 430 | static inline void pci_restore_ats_state(struct pci_dev *dev) |
| 431 | { |
| 432 | } |
| 433 | #endif /* CONFIG_PCI_ATS */ |
| 434 | |
Yu Zhao | d1b054d | 2009-03-20 11:25:11 +0800 | [diff] [blame] | 435 | #ifdef CONFIG_PCI_IOV |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 436 | int pci_iov_init(struct pci_dev *dev); |
| 437 | void pci_iov_release(struct pci_dev *dev); |
Jakub Kicinski | 3897237 | 2018-06-29 15:08:52 -0500 | [diff] [blame] | 438 | void pci_iov_remove(struct pci_dev *dev); |
Bjorn Helgaas | 6ffa248 | 2016-11-28 09:15:52 -0600 | [diff] [blame] | 439 | void pci_iov_update_resource(struct pci_dev *dev, int resno); |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 440 | resource_size_t pci_sriov_resource_alignment(struct pci_dev *dev, int resno); |
| 441 | void pci_restore_iov_state(struct pci_dev *dev); |
| 442 | int pci_iov_bus_range(struct pci_bus *bus); |
Yu Zhao | 302b421 | 2009-05-18 13:51:32 +0800 | [diff] [blame] | 443 | |
Yu Zhao | d1b054d | 2009-03-20 11:25:11 +0800 | [diff] [blame] | 444 | #else |
| 445 | static inline int pci_iov_init(struct pci_dev *dev) |
| 446 | { |
| 447 | return -ENODEV; |
| 448 | } |
| 449 | static inline void pci_iov_release(struct pci_dev *dev) |
| 450 | |
| 451 | { |
| 452 | } |
Jakub Kicinski | 3897237 | 2018-06-29 15:08:52 -0500 | [diff] [blame] | 453 | static inline void pci_iov_remove(struct pci_dev *dev) |
| 454 | { |
| 455 | } |
Yu Zhao | 8c5cdb6 | 2009-03-20 11:25:12 +0800 | [diff] [blame] | 456 | static inline void pci_restore_iov_state(struct pci_dev *dev) |
| 457 | { |
| 458 | } |
Yu Zhao | a28724b | 2009-03-20 11:25:13 +0800 | [diff] [blame] | 459 | static inline int pci_iov_bus_range(struct pci_bus *bus) |
| 460 | { |
| 461 | return 0; |
| 462 | } |
Yu Zhao | 302b421 | 2009-05-18 13:51:32 +0800 | [diff] [blame] | 463 | |
Yu Zhao | d1b054d | 2009-03-20 11:25:11 +0800 | [diff] [blame] | 464 | #endif /* CONFIG_PCI_IOV */ |
| 465 | |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 466 | unsigned long pci_cardbus_resource_alignment(struct resource *); |
Ram Pai | 0a2daa1 | 2011-07-25 13:08:41 -0700 | [diff] [blame] | 467 | |
Cam Macdonell | 0e52247 | 2010-09-07 17:25:20 -0700 | [diff] [blame] | 468 | static inline resource_size_t pci_resource_alignment(struct pci_dev *dev, |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 469 | struct resource *res) |
Chris Wright | 6faf17f | 2009-08-28 13:00:06 -0700 | [diff] [blame] | 470 | { |
| 471 | #ifdef CONFIG_PCI_IOV |
| 472 | int resno = res - dev->resource; |
| 473 | |
| 474 | if (resno >= PCI_IOV_RESOURCES && resno <= PCI_IOV_RESOURCE_END) |
| 475 | return pci_sriov_resource_alignment(dev, resno); |
| 476 | #endif |
Bjorn Helgaas | 0aa0f5d | 2017-12-02 13:21:37 -0600 | [diff] [blame] | 477 | if (dev->class >> 8 == PCI_CLASS_BRIDGE_CARDBUS) |
Ram Pai | 0a2daa1 | 2011-07-25 13:08:41 -0700 | [diff] [blame] | 478 | return pci_cardbus_resource_alignment(res); |
Chris Wright | 6faf17f | 2009-08-28 13:00:06 -0700 | [diff] [blame] | 479 | return resource_alignment(res); |
| 480 | } |
| 481 | |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 482 | void pci_enable_acs(struct pci_dev *dev); |
Bjorn Helgaas | bd2e956 | 2018-08-09 16:19:52 -0500 | [diff] [blame] | 483 | #ifdef CONFIG_PCI_QUIRKS |
| 484 | int pci_dev_specific_acs_enabled(struct pci_dev *dev, u16 acs_flags); |
| 485 | int pci_dev_specific_enable_acs(struct pci_dev *dev); |
Logan Gunthorpe | 73c47dde | 2018-08-09 16:51:43 -0500 | [diff] [blame] | 486 | int pci_dev_specific_disable_acs_redir(struct pci_dev *dev); |
Bjorn Helgaas | bd2e956 | 2018-08-09 16:19:52 -0500 | [diff] [blame] | 487 | #else |
| 488 | static inline int pci_dev_specific_acs_enabled(struct pci_dev *dev, |
| 489 | u16 acs_flags) |
| 490 | { |
| 491 | return -ENOTTY; |
| 492 | } |
| 493 | static inline int pci_dev_specific_enable_acs(struct pci_dev *dev) |
| 494 | { |
| 495 | return -ENOTTY; |
| 496 | } |
Logan Gunthorpe | 73c47dde | 2018-08-09 16:51:43 -0500 | [diff] [blame] | 497 | static inline int pci_dev_specific_disable_acs_redir(struct pci_dev *dev) |
| 498 | { |
| 499 | return -ENOTTY; |
| 500 | } |
Bjorn Helgaas | bd2e956 | 2018-08-09 16:19:52 -0500 | [diff] [blame] | 501 | #endif |
Allen Kay | ae21ee6 | 2009-10-07 10:27:17 -0700 | [diff] [blame] | 502 | |
Oza Pawandeep | 2e28bc8 | 2018-05-17 16:44:15 -0500 | [diff] [blame] | 503 | /* PCI error reporting and recovery */ |
Keith Busch | bdb5ac85 | 2018-09-20 10:27:12 -0600 | [diff] [blame] | 504 | void pcie_do_recovery(struct pci_dev *dev, enum pci_channel_state state, |
| 505 | u32 service); |
Oza Pawandeep | 2e28bc8 | 2018-05-17 16:44:15 -0500 | [diff] [blame] | 506 | |
Mika Westerberg | c2bf1fc | 2019-06-12 13:57:38 +0300 | [diff] [blame] | 507 | bool pcie_wait_for_link_delay(struct pci_dev *pdev, bool active, int delay); |
Oza Pawandeep | 9f5a70f1 | 2018-05-17 16:44:11 -0500 | [diff] [blame] | 508 | bool pcie_wait_for_link(struct pci_dev *pdev, bool active); |
Bjorn Helgaas | 7d8e7d1 | 2017-12-15 08:57:28 -0600 | [diff] [blame] | 509 | #ifdef CONFIG_PCIEASPM |
| 510 | void pcie_aspm_init_link_state(struct pci_dev *pdev); |
| 511 | void pcie_aspm_exit_link_state(struct pci_dev *pdev); |
| 512 | void pcie_aspm_pm_state_change(struct pci_dev *pdev); |
| 513 | void pcie_aspm_powersave_config_link(struct pci_dev *pdev); |
| 514 | #else |
| 515 | static inline void pcie_aspm_init_link_state(struct pci_dev *pdev) { } |
| 516 | static inline void pcie_aspm_exit_link_state(struct pci_dev *pdev) { } |
| 517 | static inline void pcie_aspm_pm_state_change(struct pci_dev *pdev) { } |
| 518 | static inline void pcie_aspm_powersave_config_link(struct pci_dev *pdev) { } |
| 519 | #endif |
| 520 | |
| 521 | #ifdef CONFIG_PCIEASPM_DEBUG |
| 522 | void pcie_aspm_create_sysfs_dev_files(struct pci_dev *pdev); |
| 523 | void pcie_aspm_remove_sysfs_dev_files(struct pci_dev *pdev); |
| 524 | #else |
| 525 | static inline void pcie_aspm_create_sysfs_dev_files(struct pci_dev *pdev) { } |
| 526 | static inline void pcie_aspm_remove_sysfs_dev_files(struct pci_dev *pdev) { } |
| 527 | #endif |
| 528 | |
Jonathan Yong | 9bb04a0 | 2016-06-11 14:13:38 -0500 | [diff] [blame] | 529 | #ifdef CONFIG_PCIE_PTM |
| 530 | void pci_ptm_init(struct pci_dev *dev); |
| 531 | #else |
| 532 | static inline void pci_ptm_init(struct pci_dev *dev) { } |
| 533 | #endif |
| 534 | |
Dexuan Cui | b9c3b26 | 2009-12-07 13:03:21 +0800 | [diff] [blame] | 535 | struct pci_dev_reset_methods { |
| 536 | u16 vendor; |
| 537 | u16 device; |
| 538 | int (*reset)(struct pci_dev *dev, int probe); |
| 539 | }; |
| 540 | |
Rafael J. Wysocki | 93177a7 | 2010-01-02 22:57:24 +0100 | [diff] [blame] | 541 | #ifdef CONFIG_PCI_QUIRKS |
Bjorn Helgaas | f39d5b7 | 2013-04-12 12:02:59 -0600 | [diff] [blame] | 542 | int pci_dev_specific_reset(struct pci_dev *dev, int probe); |
Rafael J. Wysocki | 93177a7 | 2010-01-02 22:57:24 +0100 | [diff] [blame] | 543 | #else |
| 544 | static inline int pci_dev_specific_reset(struct pci_dev *dev, int probe) |
| 545 | { |
| 546 | return -ENOTTY; |
| 547 | } |
| 548 | #endif |
Dexuan Cui | b9c3b26 | 2009-12-07 13:03:21 +0800 | [diff] [blame] | 549 | |
Dongdong Liu | 169de96 | 2016-12-01 00:33:42 -0600 | [diff] [blame] | 550 | #if defined(CONFIG_PCI_QUIRKS) && defined(CONFIG_ARM64) |
| 551 | int acpi_get_rc_resources(struct device *dev, const char *hid, u16 segment, |
| 552 | struct resource *res); |
| 553 | #endif |
| 554 | |
Christian König | 276b738 | 2017-10-24 14:40:20 -0500 | [diff] [blame] | 555 | u32 pci_rebar_get_possible_sizes(struct pci_dev *pdev, int bar); |
| 556 | int pci_rebar_get_current_size(struct pci_dev *pdev, int bar); |
| 557 | int pci_rebar_set_size(struct pci_dev *pdev, int bar, int size); |
| 558 | static inline u64 pci_rebar_size_to_bytes(int size) |
| 559 | { |
| 560 | return 1ULL << (size + 20); |
| 561 | } |
| 562 | |
Rob Herring | 9e2aee8 | 2018-05-11 12:15:30 -0500 | [diff] [blame] | 563 | struct device_node; |
| 564 | |
| 565 | #ifdef CONFIG_OF |
| 566 | int of_pci_parse_bus_range(struct device_node *node, struct resource *res); |
| 567 | int of_get_pci_domain_nr(struct device_node *node); |
| 568 | int of_pci_get_max_link_speed(struct device_node *node); |
| 569 | |
| 570 | #else |
| 571 | static inline int |
| 572 | of_pci_parse_bus_range(struct device_node *node, struct resource *res) |
| 573 | { |
| 574 | return -EINVAL; |
| 575 | } |
| 576 | |
| 577 | static inline int |
| 578 | of_get_pci_domain_nr(struct device_node *node) |
| 579 | { |
| 580 | return -1; |
| 581 | } |
| 582 | |
| 583 | static inline int |
| 584 | of_pci_get_max_link_speed(struct device_node *node) |
| 585 | { |
| 586 | return -EINVAL; |
| 587 | } |
| 588 | #endif /* CONFIG_OF */ |
| 589 | |
| 590 | #if defined(CONFIG_OF_ADDRESS) |
Bjorn Helgaas | f03c7aa | 2018-06-06 16:10:27 -0500 | [diff] [blame] | 591 | int devm_of_pci_get_host_bridge_resources(struct device *dev, |
Rob Herring | 9e2aee8 | 2018-05-11 12:15:30 -0500 | [diff] [blame] | 592 | unsigned char busno, unsigned char bus_max, |
| 593 | struct list_head *resources, resource_size_t *io_base); |
| 594 | #else |
Bjorn Helgaas | f03c7aa | 2018-06-06 16:10:27 -0500 | [diff] [blame] | 595 | static inline int devm_of_pci_get_host_bridge_resources(struct device *dev, |
Rob Herring | 9e2aee8 | 2018-05-11 12:15:30 -0500 | [diff] [blame] | 596 | unsigned char busno, unsigned char bus_max, |
| 597 | struct list_head *resources, resource_size_t *io_base) |
| 598 | { |
| 599 | return -EINVAL; |
| 600 | } |
| 601 | #endif |
| 602 | |
Rajat Jain | 60ed982 | 2018-06-21 16:48:26 -0700 | [diff] [blame] | 603 | #ifdef CONFIG_PCIEAER |
| 604 | void pci_no_aer(void); |
| 605 | void pci_aer_init(struct pci_dev *dev); |
Rajat Jain | db89ccb | 2018-06-30 15:07:17 -0500 | [diff] [blame] | 606 | void pci_aer_exit(struct pci_dev *dev); |
Rajat Jain | 81aa520 | 2018-06-21 16:48:28 -0700 | [diff] [blame] | 607 | extern const struct attribute_group aer_stats_attr_group; |
Bjorn Helgaas | 7ab92e8 | 2018-07-19 17:55:58 -0500 | [diff] [blame] | 608 | void pci_aer_clear_fatal_status(struct pci_dev *dev); |
Oza Pawandeep | ec752f5 | 2018-07-19 17:58:09 -0500 | [diff] [blame] | 609 | void pci_aer_clear_device_status(struct pci_dev *dev); |
Rajat Jain | 60ed982 | 2018-06-21 16:48:26 -0700 | [diff] [blame] | 610 | #else |
| 611 | static inline void pci_no_aer(void) { } |
Jisheng Zhang | 31f996e | 2019-04-12 06:43:06 +0000 | [diff] [blame] | 612 | static inline void pci_aer_init(struct pci_dev *d) { } |
Rajat Jain | db89ccb | 2018-06-30 15:07:17 -0500 | [diff] [blame] | 613 | static inline void pci_aer_exit(struct pci_dev *d) { } |
Bjorn Helgaas | 7ab92e8 | 2018-07-19 17:55:58 -0500 | [diff] [blame] | 614 | static inline void pci_aer_clear_fatal_status(struct pci_dev *dev) { } |
Oza Pawandeep | ec752f5 | 2018-07-19 17:58:09 -0500 | [diff] [blame] | 615 | static inline void pci_aer_clear_device_status(struct pci_dev *dev) { } |
Rajat Jain | 60ed982 | 2018-06-21 16:48:26 -0700 | [diff] [blame] | 616 | #endif |
| 617 | |
Zhao, Yu | 557848c | 2008-10-13 19:18:07 +0800 | [diff] [blame] | 618 | #endif /* DRIVERS_PCI_H */ |