Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/
H A Ducom.c126 int ucomparam(struct tty *, struct termios *);
216 tp->t_param = ucomparam; in ucom_attach()
465 (void) ucomparam(tp, &t); in ucom_do_open()
883 ucomparam(struct tty *tp, struct termios *t) in ucomparam() function