Searched refs:amijoy (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Damijoy.c46 static int amijoy[2] = { 0, 1 }; variable
47 module_param_array_named(map, amijoy, uint, NULL, 0);
53 static char *amijoy_phys[2] = { "amijoy/input0", "amijoy/input1" };
60 if (amijoy[i]) {
86 if (!amijoy_used && request_irq(IRQ_AMIGA_VERTB, amijoy_interrupt, 0, "amijoy", amijoy_interrupt)) {
87 printk(KERN_ERR "amijoy.c: Can't allocate irq %d\n", IRQ_AMIGA_VERTB);
112 if (!amijoy[i])
121 if (!request_mem_region(CUSTOM_PHYSADDR + 10 + i * 2, 2, "amijoy [Denise]")) {
155 if (amijoy[
[all...]
H A DMakefile9 obj-$(CONFIG_JOYSTICK_AMIGA) += amijoy.o

Completed in 152 milliseconds