Home
last modified time | relevance | path

Searched refs:copy_data_from_queue_to_uart (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/tty/serial/jsm/
Djsm.h115 void (*copy_data_from_queue_to_uart) (struct jsm_channel *ch); member
Djsm_tty.c131 channel->ch_bd->bd_ops->copy_data_from_queue_to_uart(channel); in jsm_tty_write()
Djsm_neo.c1410 .copy_data_from_queue_to_uart = neo_copy_data_from_queue_to_uart,