Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c122 static uint8_t ucom_cons_tx_buf[UCOM_CONS_BUFSIZE]; variable
1473 usbd_copy_in(pc, offset, ucom_cons_tx_buf + ucom_cons_tx_low, temp); in ucom_get_data()
1731 ucom_cons_tx_buf[ucom_cons_tx_high] = c; in ucom_cnputc()