1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <linux/types.h>
6 #include <linux/errno.h>
11 #if IS_ENABLED(CONFIG_OF) && IS_ENABLED(CONFIG_PCI)
12 struct device_node
*of_pci_find_child_device(struct device_node
*parent
,
14 int of_pci_get_devfn(struct device_node
*np
);
15 void of_pci_check_probe_only(void);
17 static inline struct device_node
*of_pci_find_child_device(struct device_node
*parent
,
23 static inline int of_pci_get_devfn(struct device_node
*np
)
28 static inline void of_pci_check_probe_only(void) { }
31 #if IS_ENABLED(CONFIG_OF_IRQ)
32 int of_irq_parse_and_map_pci(const struct pci_dev
*dev
, u8 slot
, u8 pin
);
35 of_irq_parse_and_map_pci(const struct pci_dev
*dev
, u8 slot
, u8 pin
)