Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c215 if (!channel->ch_equeue) { in jsm_tty_open()
216 channel->ch_equeue = kzalloc(EQUEUESIZE, GFP_KERNEL); in jsm_tty_open()
217 if (!channel->ch_equeue) { in jsm_tty_open()
611 u8 error = ch->ch_equeue[tail + i]; in jsm_input()
H A Djsm.h220 u8 *ch_equeue; /* Our error queue buffer - malloc'ed */ member