Lines Matching defs:amijoy
29 static int amijoy[2] = { 0, 1 };
30 module_param_array_named(map, amijoy, uint, NULL, 0);
36 static char *amijoy_phys[2] = { "amijoy/input0", "amijoy/input1" };
43 if (amijoy[i]) {
69 if (!amijoy_used && request_irq(IRQ_AMIGA_VERTB, amijoy_interrupt, 0, "amijoy", amijoy_interrupt)) {
70 printk(KERN_ERR "amijoy.c: Can't allocate irq %d\n", IRQ_AMIGA_VERTB);
98 if (!amijoy[i])
107 if (!request_mem_region(CUSTOM_PHYSADDR + 10 + i * 2, 2, "amijoy [Denise]")) {
141 if (amijoy[i]) {
153 if (amijoy[i]) {