Searched refs:ucom_cons_rx_buf (Results 1 - 1 of 1) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/serial/ |
H A D | usb_serial.c | 90 static uint8_t *ucom_cons_rx_buf; variable 232 ucom_cons_rx_buf = (uint8_t *)memalign(USB_CACHE_ALIGN_SIZE, SKB_DATA_ALIGN(UCOM_CONS_BUFSIZE)); in ucom_attach() 266 free(ucom_cons_rx_buf); in ucom_detach() 268 ucom_cons_rx_buf = NULL; in ucom_detach() 952 usbd_copy_out(pc, offset, ucom_cons_rx_buf + ucom_cons_rx_high, first_len); in ucom_put_data() 953 usbd_copy_out(pc, offset+first_len, ucom_cons_rx_buf, temp-first_len); in ucom_put_data() 956 usbd_copy_out(pc, offset, ucom_cons_rx_buf + ucom_cons_rx_high, temp); in ucom_put_data() 1402 ret = usbd_copy_to_user(buffer, buflen, ucom_cons_rx_buf + ucom_cons_rx_low, fisrt_len); in tty_usb_read() 1409 ucom_cons_rx_buf, temp - fisrt_len); in tty_usb_read() 1417 ret = usbd_copy_to_user(buffer, buflen, ucom_cons_rx_buf in tty_usb_read() [all...] |
Completed in 3 milliseconds