Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/usb/serial/
Duchcom.c211 static int uchcom_pre_param(struct ucom_softc *, struct termios *);
277 .ucom_pre_param = &uchcom_pre_param,
681 uchcom_pre_param(struct ucom_softc *ucom, struct termios *t) in uchcom_pre_param() function