rp2_minor_next    212 drivers/tty/serial/rp2.c static int rp2_minor_next;
rp2_minor_next    219 drivers/tty/serial/rp2.c 	if (rp2_minor_next + n_ports <= CONFIG_SERIAL_RP2_NR_UARTS) {
rp2_minor_next    221 drivers/tty/serial/rp2.c 		ret = rp2_minor_next;
rp2_minor_next    222 drivers/tty/serial/rp2.c 		rp2_minor_next += n_ports;