Searched refs:pcistub_device_find (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/xen/xen-pciback/ |
| D | pci_stub.c | 174 static struct pcistub_device *pcistub_device_find(int domain, int bus, in pcistub_device_find() function 782 psdev = pcistub_device_find(pci_domain_nr(dev->bus), in xen_pcibk_slot_reset() 839 psdev = pcistub_device_find(pci_domain_nr(dev->bus), in xen_pcibk_mmio_enabled() 896 psdev = pcistub_device_find(pci_domain_nr(dev->bus), in xen_pcibk_error_detected() 949 psdev = pcistub_device_find(pci_domain_nr(dev->bus), in xen_pcibk_error_resume() 1143 psdev = pcistub_device_find(domain, bus, slot, func); in pcistub_reg_add() 1275 psdev = pcistub_device_find(domain, bus, slot, func); in irq_handler_state_store() 1379 psdev = pcistub_device_find(domain, bus, slot, func); in permissive_store() 1443 psdev = pcistub_device_find(domain, bus, slot, func); in allow_interrupt_control_store()
|