ch_e_head         226 drivers/tty/serial/jsm/jsm.h 	u16		ch_e_head;	/* Head location of the error queue */
ch_e_head         444 drivers/tty/serial/jsm/jsm_cls.c 	ch->ch_e_head = head & EQUEUEMASK;
ch_e_head         699 drivers/tty/serial/jsm/jsm_cls.c 		ch->ch_e_head = 0;
ch_e_head         470 drivers/tty/serial/jsm/jsm_neo.c 	ch->ch_e_head = head & EQUEUEMASK;
ch_e_head         940 drivers/tty/serial/jsm/jsm_neo.c 		ch->ch_e_head = ch->ch_e_tail = 0;
ch_e_head         234 drivers/tty/serial/jsm/jsm_tty.c 	channel->ch_e_head = channel->ch_e_tail = 0;