Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/gdm724x/
H A Dgdm_tty.c160 int sent_len = 0; in gdm_tty_write() local
172 (void *)(buf + sent_len), in gdm_tty_write()
177 sent_len += sending_len; in gdm_tty_write()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c3596 int sent_len, ret; in xhci_queue_bulk_tx() local
3708 sent_len = trb_buff_len; in xhci_queue_bulk_tx()
3710 while (sg && sent_len >= block_len) { in xhci_queue_bulk_tx()
3713 sent_len -= block_len; in xhci_queue_bulk_tx()
3718 addr += sent_len; in xhci_queue_bulk_tx()
3721 block_len -= sent_len; in xhci_queue_bulk_tx()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp1166 uint16 sent_len; in prepare_candidates() local
1167 pfullsent = get_candidate0(fullsent, kMaxLemmaSize + 1, &sent_len, true); in prepare_candidates()
1172 if (sent_len > kMaxLemmaSize) in prepare_candidates()