Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Drp2.c211 static int rp2_minor_next; variable
218 if (rp2_minor_next + n_ports <= CONFIG_SERIAL_RP2_NR_UARTS) { in rp2_alloc_ports()
220 ret = rp2_minor_next; in rp2_alloc_ports()
221 rp2_minor_next += n_ports; in rp2_alloc_ports()