Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c93 static unsigned int ucom_cons_rx_low = 0; variable
323 ucom_cons_rx_low = 0; in ucom_attach_tty()
616 ucom_cons_rx_low = 0; in ucom_close()
943 temp = (UCOM_CONS_BUFSIZE - 1) - ucom_cons_rx_high + ucom_cons_rx_low; in ucom_put_data()
1389 if (ucom_cons_rx_low != ucom_cons_rx_high) { in tty_usb_read()
1393 temp = ucom_cons_rx_high - ucom_cons_rx_low; in tty_usb_read()
1400 if (temp > (UCOM_CONS_BUFSIZE - ucom_cons_rx_low)) { in tty_usb_read()
1401 unsigned int fisrt_len = (UCOM_CONS_BUFSIZE - ucom_cons_rx_low); in tty_usb_read()
1402 ret = usbd_copy_to_user(buffer, buflen, ucom_cons_rx_buf + ucom_cons_rx_low, fisrt_len); in tty_usb_read()
1417 ret = usbd_copy_to_user(buffer, buflen, ucom_cons_rx_buf + ucom_cons_rx_low, tem in tty_usb_read()
[all...]

Completed in 2 milliseconds