Searched full:inport (Results  1 – 7 of 7) sorted by relevance
| /linux/drivers/input/mouse/ | 
| H A D | inport.c | 13  * Inport (ATI XL and Microsoft) busmouse driver for Linux26 MODULE_DESCRIPTION("Inport (ATI XL and Microsoft) busmouse driver");
 52 #define INPORT_NAME		"Microsoft InPort Mouse"
 96 	if (request_irq(inport_irq, inport_interrupt, 0, "inport", NULL))  in inport_open()
 116 	if (!request_region(INPORT_BASE, INPORT_EXTENT, "inport")) {  in inport_init()
 117 		printk(KERN_ERR "inport.c: Can't allocate ports at %#x\n", INPORT_BASE);  in inport_init()
 125 		printk(KERN_INFO "inport.c: Didn't find InPort mouse at %#x\n", INPORT_BASE);  in inport_init()
 132 		printk(KERN_ERR "inport.c: Not enough memory for input device\n");  in inport_init()
 
 | 
| H A D | Kconfig | 304 	tristate "InPort/MS/ATIXL busmouse"307 	  Say Y here if you have an InPort, Microsoft or ATI XL busmouse.
 311 	  module will be called inport.
 
 | 
| H A D | Makefile | 15 obj-$(CONFIG_MOUSE_INPORT)		+= inport.o
 | 
| /linux/sound/core/seq/ | 
| H A D | seq_ports.h | 67 	/* capability, inport, output, sync */
 | 
| /linux/arch/alpha/include/asm/ | 
| H A D | core_mcpcia.h | 29 **      inport[b|w|t|l], outport[b|w|t|l] 8:16:24:32 IO xfers             **31 **      inport:    alias of inportw                                       **
 
 | 
| /linux/Documentation/admin-guide/ | 
| H A D | devices.txt | 253 		  2 = /dev/inportbm	Microsoft Inport bus mouse
 | 
| H A D | kernel-parameters.txt | 2354 	inport.irq=	[HW] Inport (ATI XL and Microsoft) busmouse driver
 |