Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/
H A Djsm_cls.c454 u32 len_written = 0; in cls_copy_data_from_queue_to_uart() local
488 len_written++; in cls_copy_data_from_queue_to_uart()
494 if (len_written > ch->ch_t_tlevel) in cls_copy_data_from_queue_to_uart()
H A Djsm_neo.c481 u32 len_written = 0; in neo_copy_data_from_queue_to_uart() local
544 len_written += s; in neo_copy_data_from_queue_to_uart()
550 if (len_written >= ch->ch_t_tlevel) in neo_copy_data_from_queue_to_uart()