Home
last modified time | relevance | path

Searched full:inport (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/input/mouse/
H A Dinport.c13 * Inport (ATI XL and Microsoft) busmouse driver for Linux
26 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 DKconfig304 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 DMakefile15 obj-$(CONFIG_MOUSE_INPORT) += inport.o
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-funnel.c98 dev_dbg(&csdev->dev, "FUNNEL inport %d enabled\n", in funnel_enable()
104 int inport) in dynamic_funnel_disable_hw() argument
112 functl &= ~(1 << inport); in dynamic_funnel_disable_hw()
139 dev_dbg(&csdev->dev, "FUNNEL inport %d disabled\n", in funnel_disable()
H A Dcoresight-tpda.c70 dev_dbg(drvdata->dev, "TPDA inport %d enabled.\n", in->dest_port); in tpda_enable()
99 dev_dbg(drvdata->dev, "TPDA inport %d disabled\n", in->dest_port); in tpda_disable()
H A Dcoresight-replicator.c71 int inport, int outport) in dynamic_replicator_enable() argument
144 int inport, int outport) in dynamic_replicator_disable() argument
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Dqcom,coresight-tpda.yaml19 TPDM source to TMC sink. TPDM can directly connect to TPDA's inport or
20 connect to funnel which will connect to TPDA's inport.
/openbmc/linux/sound/core/seq/
H A Dseq_ports.h67 /* capability, inport, output, sync */
/openbmc/linux/arch/alpha/include/asm/
H A Dcore_mcpcia.h29 ** inport[b|w|t|l], outport[b|w|t|l] 8:16:24:32 IO xfers **
31 ** inport: alias of inportw **
/openbmc/qemu/hw/sh4/
H A Dr2d.c84 uint16_t inport; member
/openbmc/qemu/hw/display/
H A Dcirrus_vga.c1309 printf("cirrus: handled inport sr_index %02x\n", s->vga.sr_index); in cirrus_vga_read_sr()
1314 "cirrus: inport sr_index 0x%02x\n", s->vga.sr_index); in cirrus_vga_read_sr()
1505 "cirrus: inport gr_index 0x%02x\n", reg_index); in cirrus_vga_read_gr()
1649 "cirrus: inport cr_index 0x%02x\n", reg_index); in cirrus_vga_read_cr()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2111 inport.irq= [HW] Inport (ATI XL and Microsoft) busmouse driver
H A Ddevices.txt253 2 = /dev/inportbm Microsoft Inport bus mouse
/openbmc/linux/
H A Dopengrok1.0.log[all...]