Lines Matching refs:LP_NO
140 /* if you have more than 8 printers, remember to increase LP_NO */
141 #define LP_NO 8
144 static struct lp_struct lp_table[LP_NO];
145 static int port_num[LP_NO];
502 if (minor >= LP_NO) {
589 if (minor >= LP_NO)
877 static int parport_nr[LP_NO] = { [0 ... LP_NO-1] = LP_PARPORT_UNSPEC };
878 static char *parport[LP_NO];
900 if (parport_ptr < LP_NO)
908 if (parport_ptr < LP_NO)
968 if (lp_count == LP_NO) {
969 printk(KERN_INFO "lp: ignoring parallel port (max. %d)\n",LP_NO);
972 for (i = 0; i < LP_NO; i++)
981 for (i = 0; i < LP_NO; i++) {
1004 for (n = 0; n < LP_NO; n++) {
1028 for (i = 0; i < LP_NO; i++) {
1090 for (n = 0; n < LP_NO && parport[n]; n++) {