Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Duchcom.c213 static int uchcom_pre_param(struct ucom_softc *, struct termios *);
278 .ucom_pre_param = &uchcom_pre_param,
682 uchcom_pre_param(struct ucom_softc *ucom, struct termios *t) in uchcom_pre_param() function