Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dks0108.c30 static unsigned int ks0108_port = CONFIG_KS0108_PORT; variable
31 module_param(ks0108_port, uint, S_IRUGO);
32 MODULE_PARM_DESC(ks0108_port, "Parallel port where the LCD is connected");
118 if (port->base != ks0108_port) in ks0108_parport_attach()
131 ks0108_port); in ks0108_parport_attach()
146 if (port->base != ks0108_port) in ks0108_parport_detach()
/kernel/linux/linux-6.6/drivers/auxdisplay/
H A Dks0108.c27 static unsigned int ks0108_port = CONFIG_KS0108_PORT; variable
28 module_param(ks0108_port, uint, 0444);
29 MODULE_PARM_DESC(ks0108_port, "Parallel port where the LCD is connected");
115 if (port->base != ks0108_port) in ks0108_parport_attach()
128 ks0108_port); in ks0108_parport_attach()
143 if (port->base != ks0108_port) in ks0108_parport_detach()

Completed in 2 milliseconds