Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c92 static uint8_t *ucom_cons_rx_buf; variable
234 ucom_cons_rx_buf = (uint8_t *)memalign(USB_CACHE_ALIGN_SIZE, SKB_DATA_ALIGN(UCOM_CONS_BUFSIZE)); in ucom_attach()
268 free(ucom_cons_rx_buf); in ucom_detach()
270 ucom_cons_rx_buf = NULL; in ucom_detach()
954 usbd_copy_out(pc, offset, ucom_cons_rx_buf + ucom_cons_rx_high, first_len); in ucom_put_data()
955 usbd_copy_out(pc, offset+first_len, ucom_cons_rx_buf, temp-first_len); in ucom_put_data()
958 usbd_copy_out(pc, offset, ucom_cons_rx_buf + ucom_cons_rx_high, temp); in ucom_put_data()
1404 ret = usbd_copy_to_user(buffer, buflen, ucom_cons_rx_buf + ucom_cons_rx_low, fisrt_len); in tty_usb_read()
1411 ucom_cons_rx_buf, temp - fisrt_len); in tty_usb_read()
1419 ret = usbd_copy_to_user(buffer, buflen, ucom_cons_rx_buf + ucom_cons_rx_low, temp); in tty_usb_read()