Home
last modified time | relevance | path

Searched refs:PARPORT_MAX (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/linux/
H A Dparport.h13 #define PARPORT_MAX 16 macro
/linux/arch/sparc/include/asm/
H A Dparport_64.h17 #define PARPORT_PC_MAX_PORTS PARPORT_MAX
/linux/drivers/char/
H A Dppdev.c87 static struct device *devices[PARPORT_MAX];
689 if (minor >= PARPORT_MAX) in pp_open()
/linux/drivers/parport/
H A Dparport_serial.c614 struct parport *port[PARPORT_MAX];
H A Dparport_pc.c70 #define PARPORT_PC_MAX_PORTS PARPORT_MAX
/linux/Documentation/driver-api/
H A Dparport-lowlevel.rst310 ports in the list will not exceed PARPORT_MAX.