Lines Matching defs:amijoy
26 static int amijoy[2] = { 0, 1 };
27 module_param_array_named(map, amijoy, uint, NULL, 0);
33 static char *amijoy_phys[2] = { "amijoy/input0", "amijoy/input1" };
40 if (amijoy[i]) {
66 if (!amijoy_used && request_irq(IRQ_AMIGA_VERTB, amijoy_interrupt, 0, "amijoy", amijoy_interrupt)) {
67 printk(KERN_ERR "amijoy.c: Can't allocate irq %d\n", IRQ_AMIGA_VERTB);
95 if (!amijoy[i])
104 if (!request_mem_region(CUSTOM_PHYSADDR + 10 + i * 2, 2, "amijoy [Denise]")) {
138 if (amijoy[i]) {
150 if (amijoy[i]) {