Home
last modified time | relevance | path

Searched refs:irq_alloc_descs (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/linux/
H A Dirq.h928 #define irq_alloc_descs(irq, from, cnt, node) \ macro
932 irq_alloc_descs(-1, 1, 1, node)
935 irq_alloc_descs(at, at, 1, node)
938 irq_alloc_descs(-1, from, 1, node)
941 irq_alloc_descs(-1, from, cnt, node)
/OK3568_Linux_fs/kernel/arch/sh/cchips/hd6446x/
H A Dhd64461.c90 irq_base = irq_alloc_descs(HD64461_IRQBASE, HD64461_IRQBASE, 16, -1); in setup_hd64461()
/OK3568_Linux_fs/kernel/arch/sh/boards/mach-dreamcast/
H A Dirq.c146 irq_base = irq_alloc_descs(HW_EVENT_IRQ_BASE, HW_EVENT_IRQ_BASE, in systemasic_irq_init()
/OK3568_Linux_fs/kernel/arch/sh/boards/mach-se/7724/
H A Dirq.c124 irq_base = irq_alloc_descs(SE7724_FPGA_IRQ_BASE, SE7724_FPGA_IRQ_BASE, in init_se7724_IRQ()
/OK3568_Linux_fs/kernel/arch/mips/mti-malta/
H A Dmalta-int.c179 WARN(irq_alloc_descs(I8259A_IRQ_BASE, I8259A_IRQ_BASE, in arch_init_irq()
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-davinci-aintc.c132 irq_base = irq_alloc_descs(-1, 0, config->num_irqs, 0); in davinci_aintc_init()
H A Dirq-davinci-cp-intc.c209 irq_base = irq_alloc_descs(-1, 0, config->num_irqs, 0); in davinci_cp_intc_do_init()
H A Dirq-clps711x.c180 err = irq_alloc_descs(-1, 0, ARRAY_SIZE(clps711x_irqs), numa_node_id()); in _clps711x_intc_init()
H A Dspear-shirq.c234 virq_base = irq_alloc_descs(-1, 0, nr_irqs, 0); in shirq_init()
H A Dirq-omap-intc.c271 irq_base = irq_alloc_descs(-1, 0, omap_nr_irqs, 0); in omap_init_irq_legacy()
H A Dirq-hip04.c387 irq_base = irq_alloc_descs(-1, 0, nr_irqs, numa_node_id()); in hip04_of_init()
/OK3568_Linux_fs/kernel/arch/arm/mach-imx/
H A Davic.c199 irq_base = irq_alloc_descs(-1, 0, AVIC_NUM_IRQS, numa_node_id()); in mxc_init_irq()
H A Dtzic.c175 irq_base = irq_alloc_descs(-1, 0, TZIC_NUM_IRQS, numa_node_id()); in tzic_init_dt()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dirq.c230 irq_base = irq_alloc_descs(-1, 0, nr_irqs, 0); in omap1_init_irq()
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dirq.c262 ret = irq_alloc_descs(-1, 0, pxa_internal_irq_nr, 0); in pxa_dt_irq_init()
/OK3568_Linux_fs/kernel/drivers/dma/ipu/
H A Dipu_irq.c317 int irq_base = irq_alloc_descs(-1, 0, CONFIG_MX3_IPU_IRQS, in ipu_irq_attach_irq()
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/
H A Dneponset.c298 ret = irq_alloc_descs(-1, IRQ_BOARD_START, NEP_IRQ_NR, -1); in neponset_probe()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dwm8350-irq.c496 irq_alloc_descs(irq_base, 0, ARRAY_SIZE(wm8350_irqs), 0); in wm8350_irq_init()
H A Dwm831x-irq.c578 irq_base = irq_alloc_descs(pdata->irq_base, 0, in wm831x_irq_init()
H A Dtwl4030-irq.c687 irq_base = irq_alloc_descs(-1, 0, nr_irqs, 0); in twl4030_init_irq()
H A Dtps6586x.c358 new_irq_base = irq_alloc_descs(irq_base, 0, irq_num, -1); in tps6586x_irq_init()
H A Ducb1x00-core.c545 ucb->irq_base = irq_alloc_descs(-1, irq_base, 16, -1); in ucb1x00_probe()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dprm_common.c307 irq_setup->base_irq = irq_alloc_descs(-1, 0, irq_setup->nr_regs * 32, in omap_prcm_register_chain_handler()
/OK3568_Linux_fs/kernel/drivers/iio/
H A Dindustrialio-trigger.c534 trig->subirq_base = irq_alloc_descs(-1, 0, in viio_trigger_alloc()
/OK3568_Linux_fs/kernel/kernel/irq/
H A Dirqdomain.c321 int rc = irq_alloc_descs(first_irq, first_irq, size, in irq_domain_add_simple()
711 ret = irq_alloc_descs(irq_base, irq_base, count, in irq_create_strict_mappings()

12