Searched refs:amijoy (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | amijoy.c | 29 static int amijoy[2] = { 0, 1 }; variable 30 module_param_array_named(map, amijoy, uint, NULL, 0); 36 static char *amijoy_phys[2] = { "amijoy/input0", "amijoy/input1" }; 43 if (amijoy[i]) { in amijoy_interrupt() 69 if (!amijoy_used && request_irq(IRQ_AMIGA_VERTB, amijoy_interrupt, 0, "amijoy", amijoy_interrupt)) { in amijoy_open() 70 printk(KERN_ERR "amijoy.c: Can't allocate irq %d\n", IRQ_AMIGA_VERTB); in amijoy_open() 98 if (!amijoy[i]) in amijoy_init() 107 if (!request_mem_region(CUSTOM_PHYSADDR + 10 + i * 2, 2, "amijoy [Denise]")) { in amijoy_init() 141 if (amijoy[ in amijoy_init() [all...] |
/kernel/linux/linux-6.6/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...] |
Completed in 1 milliseconds