Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/bluetooth/rfcomm/
Dtty.c49 #define RFCOMM_TTY_PORTS RFCOMM_MAX_DEV /* whole lotta rfcomm devices */ macro
889 static struct tty_struct *rfcomm_tty_table[RFCOMM_TTY_PORTS];
890 static struct termios *rfcomm_tty_termios[RFCOMM_TTY_PORTS];
891 static struct termios *rfcomm_tty_termios_locked[RFCOMM_TTY_PORTS];
903 num: RFCOMM_TTY_PORTS,
937 for (i = 0; i < RFCOMM_TTY_PORTS; i++) in rfcomm_init_ttys()