Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/char/
Dlp.c146 static unsigned int lp_count = 0; variable
912 if (lp_count == LP_NO) { in lp_attach()
916 if (!lp_register(lp_count, port)) in lp_attach()
917 lp_count++; in lp_attach()
924 lp_count++; in lp_attach()
992 if (!lp_count) { in lp_init()