Home
last modified time | relevance | path

Searched refs:pnv_php_slot (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/pci/hotplug/
Dpnv_php.c23 struct pnv_php_slot *php_slot;
34 static void pnv_php_disable_irq(struct pnv_php_slot *php_slot, in pnv_php_disable_irq()
69 struct pnv_php_slot *php_slot = container_of(kref, in pnv_php_free_slot()
70 struct pnv_php_slot, kref); in pnv_php_free_slot()
78 static inline void pnv_php_put_slot(struct pnv_php_slot *php_slot) in pnv_php_put_slot()
87 static struct pnv_php_slot *pnv_php_match(struct device_node *dn, in pnv_php_match()
88 struct pnv_php_slot *php_slot) in pnv_php_match()
90 struct pnv_php_slot *target, *tmp; in pnv_php_match()
106 struct pnv_php_slot *pnv_php_find_slot(struct device_node *dn) in pnv_php_find_slot()
108 struct pnv_php_slot *php_slot, *tmp; in pnv_php_find_slot()
[all …]
/Linux-v4.19/arch/powerpc/include/asm/
Dpnv-pci.h55 struct pnv_php_slot { struct
78 struct pnv_php_slot *parent; argument
82 extern struct pnv_php_slot *pnv_php_find_slot(struct device_node *dn); argument