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.4.14/drivers/staging/dgnc/
Ddgnc_neo.c54 static void neo_copy_data_from_queue_to_uart(struct channel_t *ch);
75 .copy_data_from_queue_to_uart = neo_copy_data_from_queue_to_uart,
419 neo_copy_data_from_queue_to_uart(ch); in neo_parse_isr()
561 neo_copy_data_from_queue_to_uart(ch); in neo_parse_lsr()
570 neo_copy_data_from_queue_to_uart(ch); in neo_parse_lsr()
881 neo_copy_data_from_queue_to_uart(ch); in neo_tasklet()
1372 static void neo_copy_data_from_queue_to_uart(struct channel_t *ch) in neo_copy_data_from_queue_to_uart() function
/linux-4.4.14/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,