Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/jsm/
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()
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()
/Linux-v4.19/drivers/staging/dgnc/
Ddgnc_cls.c400 uint len_written = 0; in cls_copy_data_from_queue_to_uart() local
457 len_written++; in cls_copy_data_from_queue_to_uart()
461 if (len_written > 0) in cls_copy_data_from_queue_to_uart()