Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/footbridge/
H A Dfootbridge_com.c228 static int fcomparam(struct tty *, struct termios *);
252 tp->t_param = fcomparam; in fcomopen()
275 fcomparam(tp, &tp->t_termios); in fcomopen()
430 fcomparam(struct tty *tp, struct termios *t) in fcomparam() function