Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/serial/
H A Dubser.c149 static void ubser_stop_read(struct ucom_softc *);
180 .ucom_stop_read = &ubser_stop_read,
506 ubser_stop_read(struct ucom_softc *ucom) in ubser_stop_read() function