Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Ducom.c229 static int ucomparam(struct tty *, struct termios *);
361 tp->t_param = ucomparam; in ucom_attach()
626 (void) ucomparam(tp, &t); in ucomopen()
1103 ucomparam(struct tty *tp, struct termios *t) in ucomparam() function