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

/linux-master/drivers/char/
H A Dlp.c140 /* if you have more than 8 printers, remember to increase LP_NO */
141 #define LP_NO 8 macro
144 static struct lp_struct lp_table[LP_NO];
145 static int port_num[LP_NO];
504 if (minor >= LP_NO) {
591 if (minor >= LP_NO)
878 static int parport_nr[LP_NO] = { [0 ... LP_NO-1] = LP_PARPORT_UNSPEC };
879 static char *parport[LP_NO];
901 if (parport_ptr < LP_NO)
[all...]

Completed in 188 milliseconds