Searched refs:ch_rqueue (Results 1 – 5 of 5) sorted by relevance
207 if (!channel->ch_rqueue) { in jsm_tty_open()208 channel->ch_rqueue = kzalloc(RQUEUESIZE, GFP_KERNEL); in jsm_tty_open()209 if (!channel->ch_rqueue) { in jsm_tty_open()609 u8 chr = ch->ch_rqueue[tail + i]; in jsm_input()627 tty_insert_flip_string(port, ch->ch_rqueue + tail, s); in jsm_input()
366 memcpy_fromio(ch->ch_rqueue + head, &ch->ch_neo_uart->txrxburst, n); in neo_copy_data_from_uart_to_queue()444 ch->ch_rqueue[tail], ch->ch_equeue[tail]); in neo_copy_data_from_uart_to_queue()451 memcpy_fromio(ch->ch_rqueue + head, &ch->ch_neo_uart->txrxburst, 1); in neo_copy_data_from_uart_to_queue()455 ch->ch_rqueue[head], ch->ch_equeue[head]); in neo_copy_data_from_uart_to_queue()
221 u8 *ch_rqueue; /* Our read queue buffer - malloc'ed */ member
287 kfree(brd->channels[i]->ch_rqueue); in jsm_remove_one()
420 ch->ch_rqueue[head] = readb(&ch->ch_cls_uart->txrx); in cls_copy_data_from_uart_to_queue()