/Linux-v4.19/include/linux/ |
D | irq.h | 844 #define irq_alloc_descs(irq, from, cnt, node) \ macro 848 irq_alloc_descs(-1, 0, 1, node) 851 irq_alloc_descs(at, at, 1, node) 854 irq_alloc_descs(-1, from, 1, node) 857 irq_alloc_descs(-1, from, cnt, node)
|
/Linux-v4.19/arch/sh/cchips/hd6446x/ |
D | hd64461.c | 90 irq_base = irq_alloc_descs(HD64461_IRQBASE, HD64461_IRQBASE, 16, -1); in setup_hd64461()
|
/Linux-v4.19/arch/sh/boards/mach-dreamcast/ |
D | irq.c | 147 irq_base = irq_alloc_descs(HW_EVENT_IRQ_BASE, HW_EVENT_IRQ_BASE, in systemasic_irq_init()
|
/Linux-v4.19/arch/sh/boards/mach-se/7724/ |
D | irq.c | 127 irq_base = irq_alloc_descs(SE7724_FPGA_IRQ_BASE, SE7724_FPGA_IRQ_BASE, in init_se7724_IRQ()
|
/Linux-v4.19/kernel/irq/ |
D | irq_sim.c | 60 sim->irq_base = irq_alloc_descs(-1, 0, num_irqs, 0); in irq_sim_init()
|
D | irqdomain.c | 331 int rc = irq_alloc_descs(first_irq, first_irq, size, in irq_domain_add_simple() 704 ret = irq_alloc_descs(irq_base, irq_base, count, in irq_create_strict_mappings()
|
/Linux-v4.19/arch/mips/mti-malta/ |
D | malta-int.c | 185 WARN(irq_alloc_descs(I8259A_IRQ_BASE, I8259A_IRQ_BASE, in arch_init_irq()
|
/Linux-v4.19/arch/arm/mach-davinci/ |
D | cp_intc.c | 189 irq_base = irq_alloc_descs(-1, 0, num_irq, 0); in cp_intc_of_init()
|
/Linux-v4.19/arch/arm/mach-imx/ |
D | tzic.c | 181 irq_base = irq_alloc_descs(-1, 0, TZIC_NUM_IRQS, numa_node_id()); in tzic_init_dt()
|
D | 3ds_debugboard.c | 189 irq_base = irq_alloc_descs(-1, 0, MXC_MAX_EXP_IO_LINES, numa_node_id()); in mxc_expio_init()
|
D | avic.c | 212 irq_base = irq_alloc_descs(-1, 0, AVIC_NUM_IRQS, numa_node_id()); in mxc_init_irq()
|
D | mach-mx31ads.c | 232 irq_base = irq_alloc_descs(-1, 0, MXC_MAX_EXP_IO_LINES, numa_node_id()); in mx31ads_init_expio()
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | irq.c | 265 ret = irq_alloc_descs(-1, 0, pxa_internal_irq_nr, 0); in pxa_dt_irq_init()
|
/Linux-v4.19/arch/arm/mach-omap1/ |
D | irq.c | 230 irq_base = irq_alloc_descs(-1, 0, nr_irqs, 0); in omap1_init_irq()
|
/Linux-v4.19/drivers/irqchip/ |
D | irq-clps711x.c | 184 err = irq_alloc_descs(-1, 0, ARRAY_SIZE(clps711x_irqs), numa_node_id()); in _clps711x_intc_init()
|
D | spear-shirq.c | 234 virq_base = irq_alloc_descs(-1, 0, nr_irqs, 0); in shirq_init()
|
D | irq-omap-intc.c | 271 irq_base = irq_alloc_descs(-1, 0, omap_nr_irqs, 0); in omap_init_irq_legacy()
|
D | irq-hip04.c | 393 irq_base = irq_alloc_descs(-1, hwirq_base, nr_irqs, numa_node_id()); in hip04_of_init()
|
/Linux-v4.19/drivers/dma/ipu/ |
D | ipu_irq.c | 320 int irq_base = irq_alloc_descs(-1, 0, CONFIG_MX3_IPU_IRQS, in ipu_irq_attach_irq()
|
/Linux-v4.19/arch/arm/mach-sa1100/ |
D | neponset.c | 339 ret = irq_alloc_descs(-1, IRQ_BOARD_START, NEP_IRQ_NR, -1); in neponset_probe()
|
/Linux-v4.19/arch/arm/mach-omap2/ |
D | prm_common.c | 311 irq_setup->base_irq = irq_alloc_descs(-1, 0, irq_setup->nr_regs * 32, in omap_prcm_register_chain_handler()
|
/Linux-v4.19/drivers/mfd/ |
D | wm8350-irq.c | 501 irq_alloc_descs(irq_base, 0, ARRAY_SIZE(wm8350_irqs), 0); in wm8350_irq_init()
|
D | wm831x-irq.c | 583 irq_base = irq_alloc_descs(pdata->irq_base, 0, in wm831x_irq_init()
|
D | twl4030-irq.c | 700 irq_base = irq_alloc_descs(-1, 0, nr_irqs, 0); in twl4030_init_irq()
|
D | tps6586x.c | 360 new_irq_base = irq_alloc_descs(irq_base, 0, irq_num, -1); in tps6586x_irq_init()
|