Searched refs:copy_data_from_queue_to_uart (Results 1 – 7 of 7) sorted by relevance
84 void (*copy_data_from_queue_to_uart)(struct channel_t *ch); member
1132 .copy_data_from_queue_to_uart = cls_copy_data_from_queue_to_uart,
1517 ch->ch_bd->bd_ops->copy_data_from_queue_to_uart(ch); in dgnc_tty_write()
117 void (*copy_data_from_queue_to_uart)(struct jsm_channel *ch); member
120 channel->ch_bd->bd_ops->copy_data_from_queue_to_uart(channel); in jsm_tty_write()
969 .copy_data_from_queue_to_uart = cls_copy_data_from_queue_to_uart,
1401 .copy_data_from_queue_to_uart = neo_copy_data_from_queue_to_uart,