Home
last modified time | relevance | path

Searched refs:ch_rqueue (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c207 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()
H A Djsm_neo.c366 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()
H A Djsm.h221 u8 *ch_rqueue; /* Our read queue buffer - malloc'ed */ member
H A Djsm_driver.c287 kfree(brd->channels[i]->ch_rqueue); in jsm_remove_one()
H A Djsm_cls.c420 ch->ch_rqueue[head] = readb(&ch->ch_cls_uart->txrx); in cls_copy_data_from_uart_to_queue()