Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/usb/serial/
HDuchcom.c220 static void uchcom_start_write(struct ucom_softc *);
280 .ucom_start_write = &uchcom_start_write,
760 uchcom_start_write(struct ucom_softc *ucom) in uchcom_start_write() function