Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/serial/
HDucycom.c127 static void ucycom_poll(struct ucom_softc *ucom);
158 .ucom_poll = &ucycom_poll,
608 ucycom_poll(struct ucom_softc *ucom) in ucycom_poll() function