Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/jsm/
Djsm_cls.c463 u32 len_written = 0; in cls_copy_data_from_queue_to_uart() local
497 len_written++; in cls_copy_data_from_queue_to_uart()
503 if (len_written > ch->ch_t_tlevel) in cls_copy_data_from_queue_to_uart()
Djsm_neo.c493 u32 len_written = 0; in neo_copy_data_from_queue_to_uart() local
556 len_written += s; in neo_copy_data_from_queue_to_uart()
562 if (len_written >= ch->ch_t_tlevel) in neo_copy_data_from_queue_to_uart()
/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_cls.c968 uint len_written = 0; in cls_copy_data_from_queue_to_uart() local
1028 len_written++; in cls_copy_data_from_queue_to_uart()
1032 if (len_written > 0) in cls_copy_data_from_queue_to_uart()
Ddgnc_neo.c1379 uint len_written = 0; in neo_copy_data_from_queue_to_uart() local
1446 len_written = 0; in neo_copy_data_from_queue_to_uart()
1503 len_written += s; in neo_copy_data_from_queue_to_uart()
1509 if (len_written > 0) { in neo_copy_data_from_queue_to_uart()