Searched refs:php_slot (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Dpnv_php.c28 struct pnv_php_slot *php_slot; member in struct:pnv_php_event
39 static void pnv_php_disable_irq(struct pnv_php_slot *php_slot, argument
42 struct pci_dev *pdev = php_slot->pdev;
43 int irq = php_slot->irq;
46 if (php_slot->irq > 0) {
53 free_irq(php_slot->irq, php_slot);
54 php_slot->irq = 0;
57 if (php_slot->wq) {
58 destroy_workqueue(php_slot
74 struct pnv_php_slot *php_slot = container_of(kref, local
83 pnv_php_put_slot(struct pnv_php_slot *php_slot) argument
92 pnv_php_match(struct device_node *dn, struct pnv_php_slot *php_slot) argument
113 struct pnv_php_slot *php_slot, *tmp; local
168 pnv_php_rmv_devtree(struct pnv_php_slot *php_slot) argument
256 pnv_php_add_devtree(struct pnv_php_slot *php_slot) argument
337 struct pnv_php_slot *php_slot = to_pnv_php_slot(slot); local
375 struct pnv_php_slot *php_slot = to_pnv_php_slot(slot); local
397 struct pnv_php_slot *php_slot = to_pnv_php_slot(slot); local
418 struct pnv_php_slot *php_slot = to_pnv_php_slot(slot); local
426 struct pnv_php_slot *php_slot = to_pnv_php_slot(slot); local
446 pnv_php_enable(struct pnv_php_slot *php_slot, bool rescan) argument
533 struct pnv_php_slot *php_slot = to_pnv_php_slot(slot); local
564 struct pnv_php_slot *php_slot = to_pnv_php_slot(slot); local
571 struct pnv_php_slot *php_slot = to_pnv_php_slot(slot); local
608 pnv_php_release(struct pnv_php_slot *php_slot) argument
624 struct pnv_php_slot *php_slot; local
671 pnv_php_register_slot(struct pnv_php_slot *php_slot) argument
721 pnv_php_enable_msix(struct pnv_php_slot *php_slot) argument
753 struct pnv_php_slot *php_slot = event->php_slot; local
765 struct pnv_php_slot *php_slot = data; local
840 pnv_php_init_irq(struct pnv_php_slot *php_slot, int irq) argument
895 pnv_php_enable_irq(struct pnv_php_slot *php_slot) argument
936 struct pnv_php_slot *php_slot; local
991 struct pnv_php_slot *php_slot; local
[all...]
H A Drpaphp_slot.c68 struct hotplug_slot *php_slot = &slot->hotplug_slot; local
74 pci_hp_deregister(php_slot);
84 struct hotplug_slot *php_slot = &slot->hotplug_slot; local
109 retval = pci_hp_register(php_slot, slot->bus, slotno, slot->name);

Completed in 110 milliseconds