Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dubser.c151 static int ubser_pre_param(struct ucom_softc *, struct termios *);
184 .ucom_pre_param = &ubser_pre_param,
339 ubser_pre_param(struct ucom_softc *ucom, struct termios *t) in ubser_pre_param() function