Symbol: pnv_php_slot
arch/powerpc/include/asm/pnv-pci.h
53
struct pnv_php_slot *parent;
arch/powerpc/include/asm/pnv-pci.h
57
extern struct pnv_php_slot *pnv_php_find_slot(struct device_node *dn);
drivers/pci/hotplug/pnv_php.c
1044
static void pnv_php_init_irq(struct pnv_php_slot *php_slot, int irq)
drivers/pci/hotplug/pnv_php.c
1091
static void pnv_php_enable_irq(struct pnv_php_slot *php_slot)
drivers/pci/hotplug/pnv_php.c
112
struct pnv_php_slot *pnv_php_find_slot(struct device_node *dn)
drivers/pci/hotplug/pnv_php.c
1132
struct pnv_php_slot *php_slot;
drivers/pci/hotplug/pnv_php.c
114
struct pnv_php_slot *php_slot, *tmp;
drivers/pci/hotplug/pnv_php.c
1187
struct pnv_php_slot *php_slot;
drivers/pci/hotplug/pnv_php.c
169
static void pnv_php_rmv_devtree(struct pnv_php_slot *php_slot)
drivers/pci/hotplug/pnv_php.c
245
static void pnv_php_add_pdns(struct pnv_php_slot *slot)
drivers/pci/hotplug/pnv_php.c
252
static int pnv_php_add_devtree(struct pnv_php_slot *php_slot)
drivers/pci/hotplug/pnv_php.c
31
struct pnv_php_slot *php_slot;
drivers/pci/hotplug/pnv_php.c
325
static inline struct pnv_php_slot *to_pnv_php_slot(struct hotplug_slot *slot)
drivers/pci/hotplug/pnv_php.c
327
return container_of(slot, struct pnv_php_slot, slot);
drivers/pci/hotplug/pnv_php.c
333
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot);
drivers/pci/hotplug/pnv_php.c
371
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot);
drivers/pci/hotplug/pnv_php.c
407
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot);
drivers/pci/hotplug/pnv_php.c
42
static void pnv_php_enable_irq(struct pnv_php_slot *php_slot);
drivers/pci/hotplug/pnv_php.c
44
static void pnv_php_disable_irq(struct pnv_php_slot *php_slot,
drivers/pci/hotplug/pnv_php.c
441
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot);
drivers/pci/hotplug/pnv_php.c
453
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot);
drivers/pci/hotplug/pnv_php.c
462
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot);
drivers/pci/hotplug/pnv_php.c
482
static int pnv_php_activate_slot(struct pnv_php_slot *php_slot,
drivers/pci/hotplug/pnv_php.c
537
static int pnv_php_enable(struct pnv_php_slot *php_slot, bool rescan)
drivers/pci/hotplug/pnv_php.c
624
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot);
drivers/pci/hotplug/pnv_php.c
655
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot);
drivers/pci/hotplug/pnv_php.c
687
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot->hotplug);
drivers/pci/hotplug/pnv_php.c
712
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot);
drivers/pci/hotplug/pnv_php.c
74
struct pnv_php_slot *php_slot = container_of(kref,
drivers/pci/hotplug/pnv_php.c
75
struct pnv_php_slot, kref);
drivers/pci/hotplug/pnv_php.c
756
static void pnv_php_release(struct pnv_php_slot *php_slot)
drivers/pci/hotplug/pnv_php.c
770
static struct pnv_php_slot *pnv_php_alloc_slot(struct device_node *dn)
drivers/pci/hotplug/pnv_php.c
772
struct pnv_php_slot *php_slot;
drivers/pci/hotplug/pnv_php.c
828
static int pnv_php_register_slot(struct pnv_php_slot *php_slot)
drivers/pci/hotplug/pnv_php.c
830
struct pnv_php_slot *parent;
drivers/pci/hotplug/pnv_php.c
84
static inline void pnv_php_put_slot(struct pnv_php_slot *php_slot)
drivers/pci/hotplug/pnv_php.c
878
static int pnv_php_enable_msix(struct pnv_php_slot *php_slot)
drivers/pci/hotplug/pnv_php.c
907
pnv_php_detect_clear_suprise_removal_freeze(struct pnv_php_slot *php_slot)
drivers/pci/hotplug/pnv_php.c
93
static struct pnv_php_slot *pnv_php_match(struct device_node *dn,
drivers/pci/hotplug/pnv_php.c
94
struct pnv_php_slot *php_slot)
drivers/pci/hotplug/pnv_php.c
955
struct pnv_php_slot *php_slot = event->php_slot;
drivers/pci/hotplug/pnv_php.c
96
struct pnv_php_slot *target, *tmp;
drivers/pci/hotplug/pnv_php.c
969
struct pnv_php_slot *php_slot = data;