Searched refs:ch_rqueue (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/jsm/ |
H A D | jsm_tty.c | 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() 614 tty_insert_flip_char(port, *(ch->ch_rqueue +tail +i), TTY_BREAK); in jsm_input() 616 tty_insert_flip_char(port, *(ch->ch_rqueue +tail +i), TTY_PARITY); in jsm_input() 618 tty_insert_flip_char(port, *(ch->ch_rqueue +tail +i), TTY_FRAME); in jsm_input() 620 tty_insert_flip_char(port, *(ch->ch_rqueue +tail +i), TTY_NORMAL); in jsm_input() 623 tty_insert_flip_string(port, ch->ch_rqueue + tail, s); in jsm_input()
|
H A D | jsm_neo.c | 365 memcpy_fromio(ch->ch_rqueue + head, &ch->ch_neo_uart->txrxburst, n); in neo_copy_data_from_uart_to_queue() 443 ch->ch_rqueue[tail], ch->ch_equeue[tail]); in neo_copy_data_from_uart_to_queue() 450 memcpy_fromio(ch->ch_rqueue + head, &ch->ch_neo_uart->txrxburst, 1); in neo_copy_data_from_uart_to_queue() 454 ch->ch_rqueue[head], ch->ch_equeue[head]); in neo_copy_data_from_uart_to_queue()
|
H A D | jsm.h | 221 u8 *ch_rqueue; /* Our read queue buffer - malloc'ed */ member
|
H A D | jsm_driver.c | 288 kfree(brd->channels[i]->ch_rqueue); in jsm_remove_one()
|
H A D | jsm_cls.c | 424 ch->ch_rqueue[head] = readb(&ch->ch_cls_uart->txrx); in cls_copy_data_from_uart_to_queue()
|
/kernel/linux/linux-6.6/drivers/tty/serial/jsm/ |
H A D | jsm_tty.c | 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()
|
H A D | jsm_neo.c | 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()
|
H A D | jsm.h | 221 u8 *ch_rqueue; /* Our read queue buffer - malloc'ed */ member
|
H A D | jsm_driver.c | 287 kfree(brd->channels[i]->ch_rqueue); in jsm_remove_one()
|
H A D | jsm_cls.c | 420 ch->ch_rqueue[head] = readb(&ch->ch_cls_uart->txrx); in cls_copy_data_from_uart_to_queue()
|
Completed in 11 milliseconds