Home
last modified time | relevance | path

Searched refs:IRQ_AMIGA_VERTB (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/input/mouse/
H A Damimouse.c80 error = request_irq(IRQ_AMIGA_VERTB, amimouse_interrupt, 0, "amimouse", in amimouse_open()
83 dev_err(&dev->dev, "Can't allocate irq %d\n", IRQ_AMIGA_VERTB); in amimouse_open()
90 free_irq(IRQ_AMIGA_VERTB, dev); in amimouse_close()
/linux/drivers/input/joystick/
H A Damijoy.c66 …if (!amijoy_used && request_irq(IRQ_AMIGA_VERTB, amijoy_interrupt, 0, "amijoy", amijoy_interrupt))… in amijoy_open()
67 printk(KERN_ERR "amijoy.c: Can't allocate irq %d\n", IRQ_AMIGA_VERTB); in amijoy_open()
82 free_irq(IRQ_AMIGA_VERTB, amijoy_interrupt); in amijoy_close()
/linux/arch/m68k/include/asm/
H A Damigaints.h47 #define IRQ_AMIGA_VERTB (IRQ_USER+5) macro
/linux/arch/m68k/amiga/
H A Damiints.c91 generic_handle_irq(IRQ_AMIGA_VERTB); in ami_int3()