Home
last modified time | relevance | path

Searched refs:evtchn_irq (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/xen/xen-pciback/
Dxenbus.c51 pdev->evtchn_irq = INVALID_EVTCHN_IRQ; in alloc_pdev()
71 if (pdev->evtchn_irq != INVALID_EVTCHN_IRQ) { in xen_pcibk_disconnect()
72 unbind_from_irqhandler(pdev->evtchn_irq, pdev); in xen_pcibk_disconnect()
73 pdev->evtchn_irq = INVALID_EVTCHN_IRQ; in xen_pcibk_disconnect()
134 pdev->evtchn_irq = err; in xen_pcibk_do_attach()
Dpciback.h37 int evtchn_irq; member
Dpciback_ops.c399 notify_remote_via_irq(pdev->evtchn_irq); in xen_pcibk_do_op()
Dpci_stub.c733 notify_remote_via_irq(pdev->evtchn_irq); in common_process()