Home
last modified time | relevance | path

Searched refs:IRQ (Results 1 – 25 of 39) sorted by relevance

12

/drivers/pinctrl/renesas/
A Dpfc-r8a73a4.c238 #define IRQ(a) IRQ##a##_MARK macro
287 IRQ(40), enumerator
299 F1(TXP2), F1(COEX_0), F1(COEX_1), IRQ(19), IRQ(18), /* Port85 */ enumerator
303 F1(KEYIN5), F1(KEYIN6), IRQ(41), F1(KEYIN7), IRQ(42), enumerator
305 F2(KEYOUT4), F2(KEYOUT5), IRQ(43), F2(KEYOUT6), IRQ(44), /* Port110 */ enumerator
326 IRQ(20), /* Port160 */ enumerator
327 IRQ(21), IRQ(22), IRQ(23), enumerator
331 IRQ(24), IRQ(25), IRQ(26), IRQ(27), enumerator
410 IRQ(17), IRQ(28), IRQ(29), IRQ(30), IRQ(53), IRQ(54), enumerator
411 IRQ(55), IRQ(56), IRQ(57), enumerator
[all …]
/drivers/sh/intc/
A DKconfig25 bool "Hardware IRQ balancing support"
28 This enables support for IRQ auto-distribution mode on SH-X3
36 bool "Expose IRQ to per-controller id mapping via debugfs"
/drivers/irqchip/
A DKconfig2 menu "IRQ chip support"
272 bool "Renesas INTC External IRQ Pin Support" if COMPILE_TEST
309 bool "Kontron sl28cpld IRQ controller"
341 tristate "TS-4800 IRQ controller"
346 Support for the TS-4800 FPGA IRQ controller
380 tristate "Keystone 2 IRQ controller IP"
383 Support for Texas Instruments Keystone 2 IRQ controller IP which
472 bool "QCOM IRQ combiner support"
476 Say yes here to add support for the IRQ combiner devices embedded
674 bool "Samsung Exynos IRQ combiner support" if COMPILE_TEST
[all …]
/drivers/gpu/drm/amd/display/dc/irq/
A DMakefile27 IRQ = irq_service.o macro
29 AMD_DAL_IRQ = $(addprefix $(AMDDALPATH)/dc/irq/,$(IRQ))
/drivers/parport/
A DKconfig36 port and IRQ to be used by this driver at module load time, take a
74 will need to know which IRQ the parallel port has. By default,
77 specify which IRQ/DMA to use.
84 find out things like base addresses, IRQ lines and DMA channels. It
/drivers/pci/hotplug/
A DTODO10 hardirq handler cpqhp_ctrl_intr(). Convert this to threaded IRQ handling.
51 simplified by converting it to threaded IRQ handling. Use pciehp as a
A Dcpqphp_ctrl.c877 irqreturn_t cpqhp_ctrl_intr(int IRQ, void *data) in cpqhp_ctrl_intr() argument
2311 u8 IRQ = 0; in configure_new_function() local
2844 IRQ = resources->irqs->interrupt[(temp_byte + in configure_new_function()
2851 IRQ = cpqhp_disk_irq; in configure_new_function()
2853 IRQ = cpqhp_nic_irq; in configure_new_function()
2857 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_INTERRUPT_LINE, IRQ); in configure_new_function()
2861 rc = cpqhp_set_irq(func->bus, func->device, temp_byte, IRQ); in configure_new_function()
2867 resources->irqs->interrupt[(temp_byte + resources->irqs->barber_pole - 1) & 0x03] = IRQ; in configure_new_function()
A Dcpqphp.h400 irqreturn_t cpqhp_ctrl_intr(int IRQ, void *data);
/drivers/video/fbdev/omap2/omapfb/dss/
A DKconfig27 bool "Collect DSS IRQ statistics"
30 Collect DSS IRQ statistics, printable via debugfs.
/drivers/w1/masters/
A Damd_axi_w1.c76 u32 IRQ) in amd_axi_w1_wait_irq_interruptible_timeout() argument
81 iowrite32(IRQ, amd_axi_w1_local->base_addr + AXIW1_IRQE_REG); in amd_axi_w1_wait_irq_interruptible_timeout()
/drivers/gpu/drm/omapdrm/
A DKconfig38 bool "Collect DSS IRQ statistics"
42 Collect DSS IRQ statistics, printable via debugfs.
/drivers/hte/
A DKconfig32 framework to timestamp GPIO and LIC IRQ lines.
/drivers/pnp/
A DKconfig12 peripherals to be configured by software, e.g. assign IRQ's or other
/drivers/misc/
A DKconfig54 tristate "Dummy IRQ handler"
58 which spurious IRQs would happen on disabled IRQ vector.
240 MFGPTs on the CS5535 require an interrupt. The selected IRQ
243 want to use a different IRQ by default. This is here for
268 tristate "HiSilicon Hi6421v600 IRQ and powerkey"
275 This driver provides IRQ handling for Hi6421v600, used on
/drivers/accel/ivpu/
A Divpu_hw_btrs.c629 ivpu_dbg(vdev, IRQ, "FREQ_CHANGE irq, wp %08x, %lu MHz", in ivpu_hw_btrs_irq_handler_mtl()
676 ivpu_dbg(vdev, IRQ, "Survivability IRQ\n"); in ivpu_hw_btrs_irq_handler_lnl()
683 ivpu_dbg(vdev, IRQ, "FREQ_CHANGE irq, wp %08x, %lu MHz", in ivpu_hw_btrs_irq_handler_lnl()
A Divpu_hw_ip.c1079 ivpu_dbg(vdev, IRQ, "NOC Firewall interrupt detected, counter %d\n", in irq_noc_firewall_handler()
1100 ivpu_dbg(vdev, IRQ, "MMU sync complete\n"); in ivpu_hw_ip_irq_handler_37xx()
1134 ivpu_dbg(vdev, IRQ, "MMU sync complete\n"); in ivpu_hw_ip_irq_handler_40xx()
A Divpu_mmu.c953 ivpu_dbg(vdev, IRQ, "MMU event queue\n"); in ivpu_mmu_irq_evtq_handler()
988 ivpu_dbg(vdev, IRQ, "MMU error\n"); in ivpu_mmu_irq_gerr_handler()
/drivers/staging/gpib/gpio/
A Dgpib_bitbang.c32 #define ENABLE_IRQ(IRQ, TYPE) irq_set_irq_type(IRQ, TYPE) argument
33 #define DISABLE_IRQ(IRQ) irq_set_irq_type(IRQ, IRQ_TYPE_NONE) argument
/drivers/comedi/drivers/
A Ddas800.c71 #define IRQ 0x8 macro
434 if (!(status & IRQ)) in das800_interrupt()
/drivers/platform/x86/intel/
A DKconfig53 IRQ storm on IRQ 9.
/drivers/tty/serial/8250/
A DKconfig322 serial ports on the same board to share a single IRQ. To enable
326 bool "Autodetect IRQ on standard ports (unsafe)"
329 Say Y here if you want the kernel to try to guess which IRQ
332 This is considered unsafe; it is far better to configure the IRQ in
/drivers/net/can/sja1000/
A DKconfig114 IRQ numbers are read from jumpers JP4 and JP5,
/drivers/gpu/drm/i915/
A DKconfig.profile97 we may spend some time polling for its completion. As the IRQ may
/drivers/uio/
A DKconfig29 tristate "Userspace I/O platform driver with generic IRQ handling"
/drivers/bus/
A DKconfig49 not responding on timeout an IRQ is raised with an erroneous address

Completed in 62 milliseconds

12