Home
last modified time | relevance | path

Searched full:irq2 (Results 1 – 25 of 245) sorted by relevance

12345678910

/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/
Dsetup-sh3.c19 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, enumerator
24 INTC_VECT(IRQ2, 0x640), INTC_VECT(IRQ3, 0x660),
32 { 0xa4000016, 0, 16, 4, /* IPRC */ { IRQ3, IRQ2, IRQ1, IRQ0 } },
38 { 0, 0, IRQ5, IRQ4, IRQ3, IRQ2, IRQ1, IRQ0 } },
42 { 0xa4000010, 16, 2, { 0, 0, IRQ5, IRQ4, IRQ3, IRQ2, IRQ1, IRQ0 } },
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/
Dsetup-sh3.c19 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, enumerator
24 INTC_VECT(IRQ2, 0x640), INTC_VECT(IRQ3, 0x660),
32 { 0xa4000016, 0, 16, 4, /* IPRC */ { IRQ3, IRQ2, IRQ1, IRQ0 } },
38 { 0, 0, IRQ5, IRQ4, IRQ3, IRQ2, IRQ1, IRQ0 } },
42 { 0xa4000010, 16, 2, { 0, 0, IRQ5, IRQ4, IRQ3, IRQ2, IRQ1, IRQ0 } },
/kernel/linux/linux-5.10/drivers/usb/phy/
Dphy-twl6030-usb.c94 int irq2; member
283 twl6030_usb_irq(twl->irq2, twl); in twl6030_status_work()
348 twl->irq2 = platform_get_irq(pdev, 1); in twl6030_usb_probe()
353 if (twl->irq2 < 0) in twl6030_usb_probe()
354 return twl->irq2; in twl6030_usb_probe()
388 status = request_threaded_irq(twl->irq2, NULL, twl6030_usb_irq, in twl6030_usb_probe()
393 twl->irq2, status); in twl6030_usb_probe()
422 free_irq(twl->irq2, twl); in twl6030_usb_remove()
/kernel/linux/linux-6.6/drivers/usb/phy/
Dphy-twl6030-usb.c94 int irq2; member
283 twl6030_usb_irq(twl->irq2, twl); in twl6030_status_work()
348 twl->irq2 = platform_get_irq(pdev, 1); in twl6030_usb_probe()
353 if (twl->irq2 < 0) in twl6030_usb_probe()
354 return twl->irq2; in twl6030_usb_probe()
388 status = request_threaded_irq(twl->irq2, NULL, twl6030_usb_irq, in twl6030_usb_probe()
393 twl->irq2, status); in twl6030_usb_probe()
422 free_irq(twl->irq2, twl); in twl6030_usb_remove()
/kernel/linux/linux-6.6/arch/arm/mach-shmobile/
Dregulator-quirk-rcar-gen2.c7 * tied to the same interrupt pin (IRQ2) on the SoC.
35 #define REGULATOR_IRQ_MASK BIT(2) /* IRQ2, active low */
124 dev_info(dev, "IRQ2 is not asserted, removing quirk\n"); in regulator_quirk_notify()
214 pr_debug("%s: IRQ2 is not asserted, not installing quirk\n", in rcar_gen2_regulator_quirk()
220 pr_info("IRQ2 is asserted, installing regulator quirk\n"); in rcar_gen2_regulator_quirk()
/kernel/linux/linux-5.10/arch/arm/mach-shmobile/
Dregulator-quirk-rcar-gen2.c7 * tied to the same interrupt pin (IRQ2) on the SoC.
35 #define REGULATOR_IRQ_MASK BIT(2) /* IRQ2, active low */
124 dev_info(dev, "IRQ2 is not asserted, removing quirk\n"); in regulator_quirk_notify()
214 pr_debug("%s: IRQ2 is not asserted, not installing quirk\n", in rcar_gen2_regulator_quirk()
220 pr_info("IRQ2 is asserted, installing regulator quirk\n"); in rcar_gen2_regulator_quirk()
/kernel/linux/linux-5.10/arch/x86/kvm/
Di8259.c165 int irq2, irq; in pic_update_irq() local
167 irq2 = pic_get_irq(&s->pics[1]); in pic_update_irq()
168 if (irq2 >= 0) { in pic_update_irq()
236 int irq, irq2, intno; in kvm_pic_read_irq() local
246 irq2 = pic_get_irq(&s->pics[1]); in kvm_pic_read_irq()
247 if (irq2 >= 0) in kvm_pic_read_irq()
248 pic_intack(&s->pics[1], irq2); in kvm_pic_read_irq()
253 irq2 = 7; in kvm_pic_read_irq()
254 intno = s->pics[1].irq_base + irq2; in kvm_pic_read_irq()
255 irq = irq2 + 8; in kvm_pic_read_irq()
/kernel/linux/linux-6.6/drivers/soc/ixp4xx/
Dixp4xx-qmgr.c381 int irq1, irq2; in ixp4xx_qmgr_probe() local
394 irq2 = platform_get_irq(pdev, 1); in ixp4xx_qmgr_probe()
395 if (irq2 <= 0) in ixp4xx_qmgr_probe()
396 return irq2 ? irq2 : -EINVAL; in ixp4xx_qmgr_probe()
397 qmgr_irq_2 = irq2; in ixp4xx_qmgr_probe()
430 err = devm_request_irq(dev, irq2, handler2, 0, "IXP4xx Queue Manager", in ixp4xx_qmgr_probe()
434 irq2, err); in ixp4xx_qmgr_probe()
/kernel/linux/linux-5.10/drivers/soc/ixp4xx/
Dixp4xx-qmgr.c380 int irq1, irq2; in ixp4xx_qmgr_probe() local
393 irq2 = platform_get_irq(pdev, 1); in ixp4xx_qmgr_probe()
394 if (irq2 <= 0) in ixp4xx_qmgr_probe()
395 return irq2 ? irq2 : -EINVAL; in ixp4xx_qmgr_probe()
396 qmgr_irq_2 = irq2; in ixp4xx_qmgr_probe()
429 err = devm_request_irq(dev, irq2, handler2, 0, "IXP4xx Queue Manager", in ixp4xx_qmgr_probe()
433 irq2, err); in ixp4xx_qmgr_probe()
/kernel/linux/linux-6.6/arch/x86/kvm/
Di8259.c167 int irq2, irq; in pic_update_irq() local
169 irq2 = pic_get_irq(&s->pics[1]); in pic_update_irq()
170 if (irq2 >= 0) { in pic_update_irq()
238 int irq, irq2, intno; in kvm_pic_read_irq() local
248 irq2 = pic_get_irq(&s->pics[1]); in kvm_pic_read_irq()
249 if (irq2 >= 0) in kvm_pic_read_irq()
250 pic_intack(&s->pics[1], irq2); in kvm_pic_read_irq()
255 irq2 = 7; in kvm_pic_read_irq()
256 intno = s->pics[1].irq_base + irq2; in kvm_pic_read_irq()
/kernel/linux/linux-5.10/drivers/amba/
Dbus.c579 resource_size_t base, size_t size, int irq1, int irq2, in amba_aphb_device_add() argument
592 dev->irq[1] = irq2; in amba_aphb_device_add()
608 resource_size_t base, size_t size, int irq1, int irq2, in amba_apb_device_add() argument
611 return amba_aphb_device_add(parent, name, base, size, irq1, irq2, pdata, in amba_apb_device_add()
618 resource_size_t base, size_t size, int irq1, int irq2, in amba_ahb_device_add() argument
621 return amba_aphb_device_add(parent, name, base, size, irq1, irq2, pdata, in amba_ahb_device_add()
629 int irq2, void *pdata, unsigned int periphid, in amba_apb_device_add_res() argument
632 return amba_aphb_device_add(parent, name, base, size, irq1, irq2, pdata, in amba_apb_device_add_res()
640 int irq2, void *pdata, unsigned int periphid, in amba_ahb_device_add_res() argument
643 return amba_aphb_device_add(parent, name, base, size, irq1, irq2, pdata, in amba_ahb_device_add_res()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7366.c254 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, enumerator
276 INTC_VECT(IRQ2, 0x640), INTC_VECT(IRQ3, 0x660),
342 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
359 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
364 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
369 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
Dsetup-sh7343.c310 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, enumerator
334 INTC_VECT(IRQ2, 0x640), INTC_VECT(IRQ3, 0x660),
405 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
420 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
425 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
430 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
Dsetup-sh7780.c303 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, enumerator
384 INTC_VECT(IRQ2, 0x2c0), INTC_VECT(IRQ3, 0x300),
391 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
395 { 0xffd00010, 0, 32, 4, /* INTPRI */ { IRQ0, IRQ1, IRQ2, IRQ3,
400 { 0xffd0001c, 32, 2, /* ICR1 */ { IRQ0, IRQ1, IRQ2, IRQ3,
406 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
Dsetup-sh7763.c239 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, enumerator
340 INTC_VECT(IRQ2, 0x2c0), INTC_VECT(IRQ3, 0x300),
347 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
351 { 0xffd00010, 0, 32, 4, /* INTPRI */ { IRQ0, IRQ1, IRQ2, IRQ3,
356 { 0xffd0001c, 32, 2, /* ICR1 */ { IRQ0, IRQ1, IRQ2, IRQ3,
362 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7366.c254 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, enumerator
276 INTC_VECT(IRQ2, 0x640), INTC_VECT(IRQ3, 0x660),
342 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
359 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
364 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
369 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
Dsetup-sh7343.c310 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, enumerator
334 INTC_VECT(IRQ2, 0x640), INTC_VECT(IRQ3, 0x660),
405 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
420 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
425 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
430 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
Dsetup-sh7780.c303 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, enumerator
384 INTC_VECT(IRQ2, 0x2c0), INTC_VECT(IRQ3, 0x300),
391 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
395 { 0xffd00010, 0, 32, 4, /* INTPRI */ { IRQ0, IRQ1, IRQ2, IRQ3,
400 { 0xffd0001c, 32, 2, /* ICR1 */ { IRQ0, IRQ1, IRQ2, IRQ3,
406 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
Dsetup-sh7763.c239 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, enumerator
340 INTC_VECT(IRQ2, 0x2c0), INTC_VECT(IRQ3, 0x300),
347 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
351 { 0xffd00010, 0, 32, 4, /* INTPRI */ { IRQ0, IRQ1, IRQ2, IRQ3,
356 { 0xffd0001c, 32, 2, /* ICR1 */ { IRQ0, IRQ1, IRQ2, IRQ3,
362 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
/kernel/linux/linux-5.10/include/linux/amba/
Dbus.h116 int irq1, int irq2, void *pdata,
120 int irq1, int irq2, void *pdata,
125 int irq2, void *pdata, unsigned int periphid,
130 int irq2, void *pdata, unsigned int periphid,
/kernel/linux/linux-5.10/drivers/sh/intc/
Dcore.c338 unsigned int irq2 = evt2irq(vect2->vect); in register_intc_controller() local
348 res = irq_create_identity_mapping(d->domain, irq2); in register_intc_controller()
352 irq2, irq2); in register_intc_controller()
368 irq_set_chip(irq2, &dummy_irq_chip); in register_intc_controller()
369 irq_set_chained_handler_and_data(irq2, in register_intc_controller()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2/
Dsetup-sh7619.c21 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, enumerator
31 INTC_IRQ(IRQ2, 66), INTC_IRQ(IRQ3, 67),
49 { 0xf8140006, 0, 16, 4, /* IPRA */ { IRQ0, IRQ1, IRQ2, IRQ3 } },
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2/
Dsetup-sh7619.c21 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, enumerator
31 INTC_IRQ(IRQ2, 66), INTC_IRQ(IRQ3, 67),
49 { 0xf8140006, 0, 16, 4, /* IPRA */ { IRQ0, IRQ1, IRQ2, IRQ3 } },
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
Dpcmuio.c126 unsigned int irq2; member
368 if (irq == devpriv->irq2) in pcmuio_interrupt()
557 devpriv->irq2 = it->options[2]; in pcmuio_attach()
563 devpriv->irq2 = it->options[2]; in pcmuio_attach()
582 if ((i == 0 && dev->irq) || (i == 2 && devpriv->irq2)) { in pcmuio_attach()
605 if (devpriv->irq2 && devpriv->irq2 != dev->irq) in pcmuio_detach()
606 free_irq(devpriv->irq2, dev); in pcmuio_detach()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
Dpcmuio.c125 unsigned int irq2; member
367 if (irq == devpriv->irq2) in pcmuio_interrupt()
556 devpriv->irq2 = it->options[2]; in pcmuio_attach()
562 devpriv->irq2 = it->options[2]; in pcmuio_attach()
581 if ((i == 0 && dev->irq) || (i == 2 && devpriv->irq2)) { in pcmuio_attach()
604 if (devpriv->irq2 && devpriv->irq2 != dev->irq) in pcmuio_detach()
605 free_irq(devpriv->irq2, dev); in pcmuio_detach()

12345678910