Lines Matching refs:LP_NO
141 #define LP_NO 8 macro
144 static struct lp_struct lp_table[LP_NO];
145 static int port_num[LP_NO];
502 if (minor >= LP_NO) { in lp_open()
589 if (minor >= LP_NO) in lp_do_ioctl()
871 static int parport_nr[LP_NO] = { [0 ... LP_NO-1] = LP_PARPORT_UNSPEC };
872 static char *parport[LP_NO];
894 if (parport_ptr < LP_NO) in lp_setup()
902 if (parport_ptr < LP_NO) in lp_setup()
962 if (lp_count == LP_NO) { in lp_attach()
963 printk(KERN_INFO "lp: ignoring parallel port (max. %d)\n",LP_NO); in lp_attach()
966 for (i = 0; i < LP_NO; i++) in lp_attach()
975 for (i = 0; i < LP_NO; i++) { in lp_attach()
998 for (n = 0; n < LP_NO; n++) { in lp_detach()
1022 for (i = 0; i < LP_NO; i++) { in lp_init()
1084 for (n = 0; n < LP_NO && parport[n]; n++) { in lp_init_module()