Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.h224 uint8_t ucom_get_data(struct ucom_softc *, struct usb_page_cache *,
Dusb_serial.c903 ucom_get_data(struct ucom_softc *sc, struct usb_page_cache *pc, in ucom_get_data() function
Du3g.c876 if (ucom_get_data(ucom, pc, 0, U3G_TXSIZE, &actlen) == 0) in u3g_write_callback()