Home
last modified time | relevance | path

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

/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()
135 pdev->evtchn_irq = err; in xen_pcibk_do_attach()
Dpciback.h39 int evtchn_irq; member
192 xen_irq_lateeoi(pdev->evtchn_irq, eoi_flag); in xen_pcibk_lateeoi()
Dpciback_ops.c409 notify_remote_via_irq(pdev->evtchn_irq); in xen_pcibk_do_one_op()
435 if (unlikely(pdev->evtchn_irq != irq)) in xen_pcibk_handle_event()
436 pdev->evtchn_irq = irq; in xen_pcibk_handle_event()
Dpci_stub.c682 notify_remote_via_irq(pdev->evtchn_irq); in common_process()