Lines Matching refs:pnv_php_slot

23 	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()
169 static void pnv_php_rmv_devtree(struct pnv_php_slot *php_slot) in pnv_php_rmv_devtree()
250 static void pnv_php_add_pdns(struct pnv_php_slot *slot) in pnv_php_add_pdns()
257 static int pnv_php_add_devtree(struct pnv_php_slot *php_slot) in pnv_php_add_devtree()
334 struct pnv_php_slot *php_slot = slot->private; in pnv_php_set_slot_power_state()
366 struct pnv_php_slot *php_slot = slot->private; in pnv_php_get_power_state()
389 struct pnv_php_slot *php_slot = slot->private; in pnv_php_get_adapter_state()
417 static int pnv_php_enable(struct pnv_php_slot *php_slot, bool rescan) in pnv_php_enable()
504 struct pnv_php_slot *php_slot = container_of(slot, in pnv_php_enable_slot()
505 struct pnv_php_slot, slot); in pnv_php_enable_slot()
512 struct pnv_php_slot *php_slot = slot->private; in pnv_php_disable_slot()
541 static void pnv_php_release(struct pnv_php_slot *php_slot) in pnv_php_release()
555 static struct pnv_php_slot *pnv_php_alloc_slot(struct device_node *dn) in pnv_php_alloc_slot()
557 struct pnv_php_slot *php_slot; in pnv_php_alloc_slot()
606 static int pnv_php_register_slot(struct pnv_php_slot *php_slot) in pnv_php_register_slot()
608 struct pnv_php_slot *parent; in pnv_php_register_slot()
656 static int pnv_php_enable_msix(struct pnv_php_slot *php_slot) in pnv_php_enable_msix()
688 struct pnv_php_slot *php_slot = event->php_slot; in pnv_php_event_handler()
700 struct pnv_php_slot *php_slot = data; in pnv_php_interrupt()
766 static void pnv_php_init_irq(struct pnv_php_slot *php_slot, int irq) in pnv_php_init_irq()
821 static void pnv_php_enable_irq(struct pnv_php_slot *php_slot) in pnv_php_enable_irq()
862 struct pnv_php_slot *php_slot; in pnv_php_register_one()
917 struct pnv_php_slot *php_slot; in pnv_php_unregister_one()