ch_equeue 225 drivers/tty/serial/jsm/jsm.h u8 *ch_equeue; /* Our error queue buffer - malloc'ed */ ch_equeue 422 drivers/tty/serial/jsm/jsm_cls.c ch->ch_equeue[head] = linestatus & (UART_LSR_BI | UART_LSR_PE ch_equeue 428 drivers/tty/serial/jsm/jsm_cls.c if (ch->ch_equeue[head] & UART_LSR_PE) ch_equeue 430 drivers/tty/serial/jsm/jsm_cls.c if (ch->ch_equeue[head] & UART_LSR_BI) ch_equeue 432 drivers/tty/serial/jsm/jsm_cls.c if (ch->ch_equeue[head] & UART_LSR_FE) ch_equeue 288 drivers/tty/serial/jsm/jsm_driver.c kfree(brd->channels[i]->ch_equeue); ch_equeue 371 drivers/tty/serial/jsm/jsm_neo.c memset(ch->ch_equeue + head, 0, n); ch_equeue 443 drivers/tty/serial/jsm/jsm_neo.c ch->ch_rqueue[tail], ch->ch_equeue[tail]); ch_equeue 451 drivers/tty/serial/jsm/jsm_neo.c ch->ch_equeue[head] = (u8) linestatus; ch_equeue 454 drivers/tty/serial/jsm/jsm_neo.c ch->ch_rqueue[head], ch->ch_equeue[head]); ch_equeue 214 drivers/tty/serial/jsm/jsm_tty.c if (!channel->ch_equeue) { ch_equeue 215 drivers/tty/serial/jsm/jsm_tty.c channel->ch_equeue = kzalloc(EQUEUESIZE, GFP_KERNEL); ch_equeue 216 drivers/tty/serial/jsm/jsm_tty.c if (!channel->ch_equeue) { ch_equeue 610 drivers/tty/serial/jsm/jsm_tty.c if (*(ch->ch_equeue +tail +i) & UART_LSR_BI) ch_equeue 612 drivers/tty/serial/jsm/jsm_tty.c else if (*(ch->ch_equeue +tail +i) & UART_LSR_PE) ch_equeue 614 drivers/tty/serial/jsm/jsm_tty.c else if (*(ch->ch_equeue +tail +i) & UART_LSR_FE)