Searched refs:ch_rqueue (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/tty/serial/jsm/
H A Djsm.h216 u8 *ch_rqueue; /* Our read queue buffer - malloc'ed */ member in struct:jsm_channel
H A Djsm_cls.c419 ch->ch_rqueue[head] = readb(&ch->ch_cls_uart->txrx);
H A Djsm_driver.c287 kfree(brd->channels[i]->ch_rqueue);
H A Djsm_neo.c366 memcpy_fromio(ch->ch_rqueue + head, &ch->ch_neo_uart->txrxburst, n);
444 ch->ch_rqueue[tail], ch->ch_equeue[tail]);
451 memcpy_fromio(ch->ch_rqueue + head, &ch->ch_neo_uart->txrxburst, 1);
455 ch->ch_rqueue[head], ch->ch_equeue[head]);
H A Djsm_tty.c207 if (!channel->ch_rqueue) {
208 channel->ch_rqueue = kzalloc(RQUEUESIZE, GFP_KERNEL);
209 if (!channel->ch_rqueue) {
609 u8 chr = ch->ch_rqueue[tail + i];
627 tty_insert_flip_string(port, ch->ch_rqueue + tail, s);

Completed in 201 milliseconds