Home
last modified time | relevance | path

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

/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()
610 u8 chr = ch->ch_rqueue[tail + i]; in jsm_input()
628 tty_insert_flip_string(port, ch->ch_rqueue + tail, s); in jsm_input()
H A Djsm.h216 u8 *ch_rqueue; /* Our read queue buffer - malloc'ed */ member