Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_neo.c55 static void neo_copy_data_from_queue_to_uart(struct channel_t *ch);
77 .copy_data_from_queue_to_uart = neo_copy_data_from_queue_to_uart,
434 neo_copy_data_from_queue_to_uart(ch); in neo_parse_isr()
577 neo_copy_data_from_queue_to_uart(ch); in neo_parse_lsr()
586 neo_copy_data_from_queue_to_uart(ch); in neo_parse_lsr()
900 neo_copy_data_from_queue_to_uart(ch); in neo_tasklet()
1407 static void neo_copy_data_from_queue_to_uart(struct channel_t *ch) in neo_copy_data_from_queue_to_uart() function
/linux-4.1.27/drivers/tty/serial/jsm/
Djsm_neo.c486 static void neo_copy_data_from_queue_to_uart(struct jsm_channel *ch) in neo_copy_data_from_queue_to_uart() function
766 neo_copy_data_from_queue_to_uart(ch); in neo_parse_isr()
919 neo_copy_data_from_queue_to_uart(ch); in neo_parse_lsr()
927 neo_copy_data_from_queue_to_uart(ch); in neo_parse_lsr()
1410 .copy_data_from_queue_to_uart = neo_copy_data_from_queue_to_uart,