Searched refs:request_irq (Results 176 - 200 of 1224) sorted by relevance

1234567891011>>

/linux-master/drivers/mailbox/
H A Darm_mhu.c85 ret = request_irq(mlink->irq, mhu_rx_interrupt,
/linux-master/drivers/xen/
H A Dplatform-pci.c72 return request_irq(pdev->irq, do_hvm_evtchn_intr,
132 dev_warn(&pdev->dev, "request_irq failed err=%d\n", ret);
/linux-master/arch/arm/mach-omap1/
H A Dtimer32k.c151 if (request_irq(INT_OS_TIMER, omap_32k_timer_interrupt,
/linux-master/arch/m68k/mvme147/
H A Dconfig.c128 if (request_irq(PCC_IRQ_TIMER1, mvme147_timer_int, IRQF_TIMER,
/linux-master/arch/m68k/q40/
H A Dq40ints.c160 if (request_irq(timer_irq, q40_timer_int, 0, "timer", NULL))
/linux-master/arch/m68k/apollo/
H A Dconfig.c179 if (request_irq(IRQ_APOLLO, dn_timer_int, 0, "time", NULL))
/linux-master/drivers/tty/serial/
H A Dmps2-uart.c277 ret = request_irq(port->irq, mps2_uart_combinedirq, 0,
285 ret = request_irq(port->irq, mps2_uart_oerrirq, IRQF_SHARED,
293 ret = request_irq(mps_port->rx_irq, mps2_uart_rxirq, 0,
300 ret = request_irq(mps_port->tx_irq, mps2_uart_txirq, 0,
/linux-master/drivers/comedi/drivers/
H A Damplc_pc236_common.c159 if (request_irq(irq, pc236_interrupt, req_irq_flags,
/linux-master/drivers/input/serio/
H A Dmaceps2.c89 if (request_irq(data->irq, maceps2_interrupt, 0, "PS2 port", dev)) {
H A Dct82c710.c97 err = request_irq(CT82C710_IRQ, ct82c710_interrupt, 0, "ct82c710", NULL);
/linux-master/arch/hexagon/kernel/
H A Dtime.c202 if (request_irq(ce_dev->irq, timer_interrupt, flag, "rtos_timer", NULL))
/linux-master/drivers/parisc/
H A Dpower.c190 request_irq( IRQ_FROM_REGION(CPU_IRQ_REGION)+2, &powerfail_interrupt,
/linux-master/drivers/virtio/
H A Dvirtio_pci_common.c143 err = request_irq(pci_irq_vector(vp_dev->pci_dev, v),
162 err = request_irq(pci_irq_vector(vp_dev->pci_dev, v),
347 err = request_irq(pci_irq_vector(vp_dev->pci_dev, msix_vec),
374 err = request_irq(vp_dev->pci_dev->irq, vp_interrupt, IRQF_SHARED,
/linux-master/drivers/clocksource/
H A Dtimer-ep93xx.c174 if (request_irq(irq, ep93xx_timer_interrupt, flags, "ep93xx timer",
/linux-master/arch/mips/bcm63xx/
H A Dtimer.c197 ret = request_irq(irq, timer_interrupt, 0, "bcm63xx_timer", NULL);
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dahb.c121 ret = request_irq(irq, ath_isr, IRQF_SHARED, "ath9k", sc);
123 dev_err(&pdev->dev, "request_irq failed\n");
/linux-master/arch/mips/ralink/
H A Dtimer.c65 int err = request_irq(rt->irq, rt_timer_irq, 0,
/linux-master/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc_intr.c93 ret = request_irq(hwirq, vfio_fsl_mc_irq_handler, 0,
/linux-master/drivers/input/mouse/
H A Damimouse.c80 error = request_irq(IRQ_AMIGA_VERTB, amimouse_interrupt, 0, "amimouse",
/linux-master/arch/alpha/kernel/
H A Dsys_cabriolet.c111 if (request_irq(16 + 4, no_action, 0, "isa-cascade", NULL))
/linux-master/drivers/hte/
H A Dhte-tegra194-test.c146 ret = request_irq(ret, tegra_hte_test_gpio_isr,
174 * set by request_irq call. Only line_data is needed to be
/linux-master/arch/mips/dec/
H A Dsetup.c755 if (request_irq(irq_fpu, no_action, IRQF_NO_THREAD, "fpu",
762 if (request_irq(dec_interrupt[DEC_IRQ_CASCADE], no_action,
768 if (request_irq(dec_interrupt[DEC_IRQ_BUS], busirq_handler,
774 if (request_irq(dec_interrupt[DEC_IRQ_HALT], dec_intr_halt,
/linux-master/arch/loongarch/kernel/
H A Dtime.c164 if (request_irq(irq, constant_timer_interrupt, IRQF_PERCPU | IRQF_TIMER, "timer", NULL))
/linux-master/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c232 err = request_irq(entry->vector, wx_msix_clean_rings, 0,
235 wx_err(wx, "request_irq failed for MSIX interrupt %s Error: %d\n",
241 err = request_irq(wx->msix_entry->vector,
245 wx_err(wx, "request_irq for msix_other failed: %d\n", err);
277 err = request_irq(pdev->irq, ngbe_intr, 0,
280 err = request_irq(pdev->irq, ngbe_intr, IRQF_SHARED,
284 wx_err(wx, "request_irq failed, Error %d\n", err);
/linux-master/arch/sh/drivers/pci/
H A Dpci-sh7780.c179 ret = request_irq(hose->serr_irq, sh7780_pci_serr_irq, 0,
189 * only request_irq() once as there is only a single masking
192 ret = request_irq(hose->err_irq, sh7780_pci_err_irq, IRQF_SHARED,

Completed in 254 milliseconds

1234567891011>>