Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/
Dpci_endpoint_test.c31 #define IRQ_TYPE_LEGACY 0 macro
186 case IRQ_TYPE_LEGACY: in pci_endpoint_test_alloc_irq_vectors()
247 case IRQ_TYPE_LEGACY: in pci_endpoint_test_request_irq()
299 IRQ_TYPE_LEGACY); in pci_endpoint_test_legacy_irq()
374 if (irq_type < IRQ_TYPE_LEGACY || irq_type > IRQ_TYPE_MSIX) { in pci_endpoint_test_copy()
508 if (irq_type < IRQ_TYPE_LEGACY || irq_type > IRQ_TYPE_MSIX) { in pci_endpoint_test_write()
606 if (irq_type < IRQ_TYPE_LEGACY || irq_type > IRQ_TYPE_MSIX) { in pci_endpoint_test_read()
676 if (req_irq_type < IRQ_TYPE_LEGACY || req_irq_type > IRQ_TYPE_MSIX) { in pci_endpoint_test_set_irq()
782 irq_type = IRQ_TYPE_LEGACY; in pci_endpoint_test_probe()
/linux-5.19.10/drivers/pci/endpoint/functions/
Dpci-epf-test.c22 #define IRQ_TYPE_LEGACY 0 macro
513 case IRQ_TYPE_LEGACY: in pci_epf_test_raise_irq()