Searched refs:get_uart_bytes_left (Results 1 – 7 of 7) sorted by relevance
138 uint (*get_uart_bytes_left)(struct channel_t *ch); member
945 if ((qlen == 0) && (ch->ch_bd->bd_ops->get_uart_bytes_left(ch) == 0)) { in dgnc_wakeup_writes()986 if ((qlen == 0) && (ch->ch_bd->bd_ops->get_uart_bytes_left(ch) == 0)) in dgnc_wakeup_writes()3018 count = buf.txbuf + ch->ch_bd->bd_ops->get_uart_bytes_left(ch); in dgnc_tty_ioctl()
75 .get_uart_bytes_left = cls_get_uart_bytes_left,
78 .get_uart_bytes_left = neo_get_uart_bytes_left,
127 u32 (*get_uart_bytes_left)(struct jsm_channel *ch); member
979 .get_uart_bytes_left = cls_get_uart_bytes_left,
1411 .get_uart_bytes_left = neo_get_uart_bytes_left,