Home
last modified time | relevance | path

Searched refs:ucom_cons_tx_low (Results 1 - 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c96 static unsigned int ucom_cons_tx_low = 0; variable
325 ucom_cons_tx_low = 0; in ucom_attach_tty()
619 ucom_cons_tx_low = 0; in ucom_close()
908 temp = ucom_cons_tx_high - ucom_cons_tx_low; in ucom_get_data()
915 if (temp > (UCOM_CONS_BUFSIZE - ucom_cons_tx_low)){ in ucom_get_data()
916 unsigned int fisrt_len = (UCOM_CONS_BUFSIZE - ucom_cons_tx_low); in ucom_get_data()
917 usbd_copy_in(pc, offset, ucom_cons_tx_buf + ucom_cons_tx_low, fisrt_len); in ucom_get_data()
921 usbd_copy_in(pc, offset, ucom_cons_tx_buf + ucom_cons_tx_low, temp); in ucom_get_data()
924 ucom_cons_tx_low += temp; in ucom_get_data()
925 ucom_cons_tx_low in ucom_get_data()
[all...]

Completed in 2 milliseconds