Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/staging/dgnc/
Ddgnc_cls.c982 uint len_written = 0; in cls_copy_data_from_queue_to_uart() local
1043 len_written++; in cls_copy_data_from_queue_to_uart()
1047 if (len_written > 0) in cls_copy_data_from_queue_to_uart()
Ddgnc_neo.c1414 uint len_written = 0; in neo_copy_data_from_queue_to_uart() local
1481 len_written = 0; in neo_copy_data_from_queue_to_uart()
1539 len_written += s; in neo_copy_data_from_queue_to_uart()
1545 if (len_written > 0) { in neo_copy_data_from_queue_to_uart()