Searched refs:pci_request_irq (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | irq.c | 33 int pci_request_irq(struct pci_dev *dev, unsigned int nr, irq_handler_t handler, in pci_request_irq() function 54 EXPORT_SYMBOL(pci_request_irq);
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | msix.c | 141 ret = pci_request_irq(dd->pcidev, nr, handler, thread, arg, name); in msix_request_irq()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_hikey960 | 1000 pci_request_irq
|
| H A D | abi_gki_aarch64_rockchip | 2054 pci_request_irq
|
| H A D | abi_gki_aarch64_galaxy | 2961 pci_request_irq
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/zoran/ |
| H A D | zoran_card.c | 1175 result = pci_request_irq(pdev, 0, zoran_irq, NULL, zr, ZR_DEVNAME(zr)); in zoran_probe()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | pci.c | 1548 return pci_request_irq(pdev, nvmeq->cq_vector, nvme_irq_check, in queue_request_irq() 1551 return pci_request_irq(pdev, nvmeq->cq_vector, nvme_irq, in queue_request_irq()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/thunder/ |
| H A D | thunder_bgx.c | 1585 ret = pci_request_irq(pdev, GMPX_GMI_TX_INT, bgx_intr_handler, NULL, in bgx_register_intr()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pci.h | 1265 int __printf(6, 7) pci_request_irq(struct pci_dev *dev, unsigned int nr,
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/ |
| H A D | qib_iba7322.c | 3410 ret = pci_request_irq(dd->pcidev, 0, qib_7322intr, NULL, dd, in qib_setup_7322_interrupt() 3460 ret = pci_request_irq(dd->pcidev, msixnum, handler, in qib_setup_7322_interrupt() 3479 ret = pci_request_irq(dd->pcidev, msixnum, handler, in qib_setup_7322_interrupt()
|
| H A D | qib_iba6120.c | 1703 ret = pci_request_irq(dd->pcidev, 0, qib_6120intr, NULL, dd, in qib_setup_6120_interrupt()
|
| H A D | qib_iba7220.c | 2014 ret = pci_request_irq(dd->pcidev, 0, qib_7220intr, NULL, dd, in qib_setup_7220_interrupt()
|