Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/serial/
HDusb_serial.c114 static uint8_t ucom_cons_tx_buf[UCOM_CONS_BUFSIZE]; variable
1331 usbd_copy_in(pc, offset, ucom_cons_tx_buf + ucom_cons_tx_low, temp); in ucom_get_data()
1600 ucom_cons_tx_buf[ucom_cons_tx_high] = c; in ucom_cnputc()