Searched refs:ucom_cons_tx_buf (Results 1 - 1 of 1) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/serial/ |
H A D | usb_serial.c | 91 static uint8_t *ucom_cons_tx_buf; variable 233 ucom_cons_tx_buf = (uint8_t *)memalign(USB_CACHE_ALIGN_SIZE, SKB_DATA_ALIGN(UCOM_CONS_BUFSIZE)); in ucom_attach() 267 free(ucom_cons_tx_buf); in ucom_detach() 269 ucom_cons_tx_buf = NULL; in ucom_detach() 917 usbd_copy_in(pc, offset, ucom_cons_tx_buf + ucom_cons_tx_low, fisrt_len); in ucom_get_data() 918 usbd_copy_in(pc, offset+fisrt_len, ucom_cons_tx_buf, temp-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() 1043 ret = usbd_copy_from_user(ucom_cons_tx_buf + ucom_cons_tx_high, temp, tx_data, temp); in tx_data_copy_in() 1049 ret = usbd_copy_from_user(ucom_cons_tx_buf, UCOM_CONS_BUFSIZE, in tx_data_copy_in() 1057 ret = usbd_copy_from_user(ucom_cons_tx_buf in tx_data_copy_in() [all...] |
Completed in 3 milliseconds