Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/plip/
H A Dplip.c1234 static int timid; variable
1237 module_param(timid, int, 0);
1262 if ((parport[0] == -1 && (!timid || !port->devices)) || in plip_attach()
1391 timid = 1; in plip_setup()
1413 if (parport[0] != -1 && timid) { in plip_init()
1415 timid = 0; in plip_init()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dparport.rst236 * If you give PLIP the ``timid`` parameter, either with ``plip=timid`` on
237 the command line, or with ``insmod plip timid=1`` when using modules,
H A Dkernel-parameters.txt4003 Format: { parport<nr> | timid | 0 }