Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
1390 } else if (!strcmp(str, "timid")) { in plip_setup()
1391 timid = 1; in plip_setup()
1413 if (parport[0] != -1 && timid) { in plip_init()
1414 printk(KERN_WARNING "plip: warning, ignoring `timid' since specific ports given.\n"); in plip_init()
1415 timid = 0; in plip_init()
/kernel/linux/linux-6.6/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)) || in plip_attach()
1402 } else if (!strcmp(str, "timid")) { in plip_setup()
1403 timid = 1; in plip_setup()
1425 if (parport[0] != -1 && timid) { in plip_init()
1426 printk(KERN_WARNING "plip: warning, ignoring `timid' since specific ports given.\n"); in plip_init()
1427 timid = 0; in plip_init()

Completed in 4 milliseconds