Searched refs:copy_data_from_queue_to_uart (Results 1 – 8 of 8) sorted by relevance
138 void (*copy_data_from_queue_to_uart)(struct channel_t *ch); member
74 .copy_data_from_queue_to_uart = cls_copy_data_from_queue_to_uart,
75 .copy_data_from_queue_to_uart = neo_copy_data_from_queue_to_uart,
1815 ch->ch_bd->bd_ops->copy_data_from_queue_to_uart(ch); in dgnc_tty_write()
126 void (*copy_data_from_queue_to_uart)(struct jsm_channel *ch); member
128 channel->ch_bd->bd_ops->copy_data_from_queue_to_uart(channel); in jsm_tty_write()
978 .copy_data_from_queue_to_uart = cls_copy_data_from_queue_to_uart,
1410 .copy_data_from_queue_to_uart = neo_copy_data_from_queue_to_uart,