Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Duark.c115 static void uark_poll(struct ucom_softc *ucom);
147 .ucom_poll = &uark_poll,
459 uark_poll(struct ucom_softc *ucom) in uark_poll() function