Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/serial/
H A Dubser.c150 static void ubser_start_write(struct ucom_softc *);
181 .ucom_start_write = &ubser_start_write,
514 ubser_start_write(struct ucom_softc *ucom) in ubser_start_write() function