Home
last modified time | relevance | path

Searched refs:IRQ_TYPE_INTX (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/misc/
H A Dpci_endpoint_test.c32 #define IRQ_TYPE_INTX 0 macro
178 case IRQ_TYPE_INTX: in pci_endpoint_test_alloc_irq_vectors()
239 case IRQ_TYPE_INTX: in pci_endpoint_test_request_irq()
330 IRQ_TYPE_INTX); in pci_endpoint_test_intx_irq()
419 if (irq_type < IRQ_TYPE_INTX || irq_type > IRQ_TYPE_MSIX) { in pci_endpoint_test_copy()
555 if (irq_type < IRQ_TYPE_INTX || irq_type > IRQ_TYPE_MSIX) { in pci_endpoint_test_write()
655 if (irq_type < IRQ_TYPE_INTX || irq_type > IRQ_TYPE_MSIX) { in pci_endpoint_test_read()
725 if (req_irq_type < IRQ_TYPE_INTX || req_irq_type > IRQ_TYPE_MSIX) { in pci_endpoint_test_set_irq()
835 irq_type = IRQ_TYPE_INTX; in pci_endpoint_test_probe()
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c22 #define IRQ_TYPE_INTX 0 macro
603 case IRQ_TYPE_INTX: in pci_epf_test_raise_irq()