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

/linux-master/drivers/char/
H A Dlp.c878 static int parport_nr[LP_NO] = { [0 ... LP_NO-1] = LP_PARPORT_UNSPEC }; variable
894 parport_nr[0] = LP_PARPORT_OFF;
902 parport_nr[parport_ptr++] = n;
907 parport_nr[0] = LP_PARPORT_AUTO;
910 parport_nr[parport_ptr++] = LP_PARPORT_NONE;
963 switch (parport_nr[0]) {
966 if (parport_nr[0] == LP_PARPORT_AUTO &&
983 if (port->number == parport_nr[i]) {
1026 if (parport_nr[0] == LP_PARPORT_OFF)
1067 if (parport_nr[
[all...]

Completed in 153 milliseconds