Home
last modified time | relevance | path

Searched refs:timid (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/plip/
Dplip.c1226 static int timid; variable
1229 module_param(timid, int, 0);
1253 if ((parport[0] == -1 && (!timid || !port->devices)) || in plip_attach()
1363 timid = 1; in plip_setup()
1385 if (parport[0] != -1 && timid) { in plip_init()
1387 timid = 0; in plip_init()
/linux-4.1.27/Documentation/
Dparport.txt219 * If you give PLIP the `timid' parameter, either with `plip=timid' on
220 the command line, or with `insmod plip timid=1' when using modules,
Dkernel-parameters.txt2864 Format: { parport<nr> | timid | 0 }