Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Ddz.c72 struct dz_port dport[DZ_NB_PORT];
179 int lines_rx[DZ_NB_PORT] = { [0 ... DZ_NB_PORT - 1] = 0 }; in dz_receive_chars()
236 for (i = 0; i < DZ_NB_PORT; i++) in dz_receive_chars()
576 for (int line = 0; line < DZ_NB_PORT; line++) in dz_reset()
775 for (line = 0; line < DZ_NB_PORT; line++) { in dz_probe()
802 for (line = DZ_NB_PORT - 1; line >= 0; line--) { in dz_remove()
919 .nr = DZ_NB_PORT,
H A Ddz.h125 #define DZ_NB_PORT 4 macro