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
1049
static void pnv_php_init_irq(struct pnv_php_slot *php_slot, int irq)
drivers/pci/hotplug/pnv_php.c
1096
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
1137
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
1192
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
250
static void pnv_php_add_pdns(struct pnv_php_slot *slot)
drivers/pci/hotplug/pnv_php.c
257
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
330
static inline struct pnv_php_slot *to_pnv_php_slot(struct hotplug_slot *slot)
drivers/pci/hotplug/pnv_php.c
332
return container_of(slot, struct pnv_php_slot, slot);
drivers/pci/hotplug/pnv_php.c
338
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot);
drivers/pci/hotplug/pnv_php.c
376
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot);
drivers/pci/hotplug/pnv_php.c
412
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
446
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot);
drivers/pci/hotplug/pnv_php.c
458
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot);
drivers/pci/hotplug/pnv_php.c
467
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot);
drivers/pci/hotplug/pnv_php.c
487
static int pnv_php_activate_slot(struct pnv_php_slot *php_slot,
drivers/pci/hotplug/pnv_php.c
542
static int pnv_php_enable(struct pnv_php_slot *php_slot, bool rescan)
drivers/pci/hotplug/pnv_php.c
629
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot);
drivers/pci/hotplug/pnv_php.c
660
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot);
drivers/pci/hotplug/pnv_php.c
692
struct pnv_php_slot *php_slot = to_pnv_php_slot(slot->hotplug);
drivers/pci/hotplug/pnv_php.c
717
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
761
static void pnv_php_release(struct pnv_php_slot *php_slot)
drivers/pci/hotplug/pnv_php.c
775
static struct pnv_php_slot *pnv_php_alloc_slot(struct device_node *dn)
drivers/pci/hotplug/pnv_php.c
777
struct pnv_php_slot *php_slot;
drivers/pci/hotplug/pnv_php.c
833
static int pnv_php_register_slot(struct pnv_php_slot *php_slot)
drivers/pci/hotplug/pnv_php.c
835
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
883
static int pnv_php_enable_msix(struct pnv_php_slot *php_slot)
drivers/pci/hotplug/pnv_php.c
912
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
96
struct pnv_php_slot *target, *tmp;
drivers/pci/hotplug/pnv_php.c
960
struct pnv_php_slot *php_slot = event->php_slot;
drivers/pci/hotplug/pnv_php.c
974
struct pnv_php_slot *php_slot = data;