Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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];
502 if (minor >= LP_NO) { in lp_open()
589 if (minor >= LP_NO) in lp_do_ioctl()
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) in lp_setup()
[all...]
/kernel/linux/linux-6.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
144 static struct lp_struct lp_table[LP_NO];
145 static int port_num[LP_NO];
504 if (minor >= LP_NO) { in lp_open()
591 if (minor >= LP_NO) in lp_do_ioctl()
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) in lp_setup()
[all...]

Completed in 3 milliseconds