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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dlp.c140 /* if you have more than 8 printers, remember to increase LP_NO */
141 #define LP_NO 8 macro
143 static struct lp_struct lp_table[LP_NO];
497 if (minor >= LP_NO) {
584 if (minor >= LP_NO)
827 static int parport_nr[LP_NO] = { [0 ... LP_NO-1] = LP_PARPORT_UNSPEC };
828 static char *parport[LP_NO];
850 if (parport_ptr < LP_NO)
909 if (lp_count == LP_NO) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dlp.c140 /* if you have more than 8 printers, remember to increase LP_NO */
141 #define LP_NO 8 macro
143 static struct lp_struct lp_table[LP_NO];
497 if (minor >= LP_NO) {
584 if (minor >= LP_NO)
827 static int parport_nr[LP_NO] = { [0 ... LP_NO-1] = LP_PARPORT_UNSPEC };
828 static char *parport[LP_NO];
850 if (parport_ptr < LP_NO)
909 if (lp_count == LP_NO) {
[all...]

Completed in 170 milliseconds