Searched refs:amijoy (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/input/joystick/ |
H A D | amijoy.c | 26 static int amijoy[2] = { 0, 1 }; variable 27 module_param_array_named(map, amijoy, uint, NULL, 0); 33 static char *amijoy_phys[2] = { "amijoy/input0", "amijoy/input1" }; 40 if (amijoy[i]) { in amijoy_interrupt() 66 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() 95 if (!amijoy[i]) in amijoy_init() 104 if (!request_mem_region(CUSTOM_PHYSADDR + 10 + i * 2, 2, "amijoy [Denise]")) { in amijoy_init() 138 if (amijoy[ in amijoy_init() [all...] |
H A D | Makefile | 11 obj-$(CONFIG_JOYSTICK_AMIGA) += amijoy.o
|
H A D | Kconfig | 271 module will be called amijoy.
|
/linux/Documentation/input/joydev/ |
H A D | joystick.rst | 415 Amiga joysticks, connected to an Amiga, are supported by the amijoy.c 418 amijoy.map=<a>,<b>
|