Searched full:inport (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/input/mouse/ |
D | inport.c | 13 * 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()
|
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.
|
D | Makefile | 15 obj-$(CONFIG_MOUSE_INPORT) += inport.o
|
/linux-6.12.1/drivers/hwtracing/coresight/ |
D | coresight-tpda.c | 92 * Parameter "inport" is used to pass in the input port number 97 int inport) in tpda_get_element_size() argument 109 if (inport >= 0 && in tpda_get_element_size() 110 csdev->pdata->in_conns[i]->dest_port != inport) in tpda_get_element_size() 198 dev_dbg(drvdata->dev, "TPDA inport %d enabled.\n", in->dest_port); in tpda_enable() 232 dev_dbg(drvdata->dev, "TPDA inport %d disabled\n", in->dest_port); in tpda_disable()
|
D | coresight-funnel.c | 100 dev_dbg(&csdev->dev, "FUNNEL inport %d enabled\n", in funnel_enable() 106 int inport) in dynamic_funnel_disable_hw() argument 114 functl &= ~(1 << inport); in dynamic_funnel_disable_hw() 141 dev_dbg(&csdev->dev, "FUNNEL inport %d disabled\n", in funnel_disable()
|
D | coresight-replicator.c | 73 int inport, int outport) in dynamic_replicator_enable() argument 146 int inport, int outport) in dynamic_replicator_disable() argument
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | qcom,coresight-tpda.yaml | 19 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.
|
/linux-6.12.1/sound/core/seq/ |
D | seq_ports.h | 67 /* capability, inport, output, sync */
|
/linux-6.12.1/arch/alpha/include/asm/ |
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-6.12.1/Documentation/admin-guide/ |
D | devices.txt | 253 2 = /dev/inportbm Microsoft Inport bus mouse
|
D | kernel-parameters.txt | 2200 inport.irq= [HW] Inport (ATI XL and Microsoft) busmouse driver
|