Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_cls.c53 static void cls_copy_data_from_queue_to_uart(struct channel_t *ch);
74 .copy_data_from_queue_to_uart = cls_copy_data_from_queue_to_uart,
404 cls_copy_data_from_queue_to_uart(ch); in cls_parse_isr()
722 cls_copy_data_from_queue_to_uart(ch); in cls_tasklet()
962 static void cls_copy_data_from_queue_to_uart(struct channel_t *ch) in cls_copy_data_from_queue_to_uart() function
/linux-4.4.14/drivers/tty/serial/jsm/
Djsm_cls.c458 static void cls_copy_data_from_queue_to_uart(struct jsm_channel *ch) in cls_copy_data_from_queue_to_uart() function
601 cls_copy_data_from_queue_to_uart(ch); in cls_parse_isr()
978 .copy_data_from_queue_to_uart = cls_copy_data_from_queue_to_uart,