Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c97 static unsigned int ucom_cons_tx_high = 0; variable
326 ucom_cons_tx_high = 0; in ucom_attach_tty()
620 ucom_cons_tx_high = 0; in ucom_close()
908 temp = ucom_cons_tx_high - ucom_cons_tx_low; in ucom_get_data()
1033 temp = (UCOM_CONS_BUFSIZE - 1) - ucom_cons_tx_high + ucom_cons_tx_low; in tx_data_copy_in()
1040 if (temp > (UCOM_CONS_BUFSIZE - ucom_cons_tx_high)){ in tx_data_copy_in()
1041 temp = (UCOM_CONS_BUFSIZE - ucom_cons_tx_high); in tx_data_copy_in()
1043 ret = usbd_copy_from_user(ucom_cons_tx_buf + ucom_cons_tx_high, temp, tx_data, temp); in tx_data_copy_in()
1057 ret = usbd_copy_from_user(ucom_cons_tx_buf + ucom_cons_tx_high, in tx_data_copy_in()
1058 UCOM_CONS_BUFSIZE - ucom_cons_tx_high, tx_dat in tx_data_copy_in()
[all...]

Completed in 2 milliseconds