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

/linux-master/drivers/net/plip/
H A Dplip.c1246 static int timid; variable
1249 module_param(timid, int, 0);
1274 if ((parport[0] == -1 && (!timid || !port->devices)) ||
1402 } else if (!strcmp(str, "timid")) {
1403 timid = 1;
1425 if (parport[0] != -1 && timid) {
1426 printk(KERN_WARNING "plip: warning, ignoring `timid' since specific ports given.\n");
1427 timid = 0;

Completed in 203 milliseconds