Home
last modified time | relevance | path

Searched refs:ch_r_head (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/tty/serial/jsm/
Djsm_tty.c241 channel->ch_r_head = channel->ch_r_tail = 0; in jsm_tty_open()
557 head = ch->ch_r_head & rmask; in jsm_input()
578 ch->ch_r_head = tail; in jsm_input()
766 if ((qleft = ch->ch_r_tail - ch->ch_r_head - 1) < 0) in jsm_check_queue_flow_control()
Djsm_cls.c374 head = ch->ch_r_head & RQUEUEMASK; in cls_copy_data_from_uart_to_queue()
452 ch->ch_r_head = head & RQUEUEMASK; in cls_copy_data_from_uart_to_queue()
706 ch->ch_r_head = 0; in cls_param()
Djsm.h231 u16 ch_r_head; /* Head location of the read queue */ member
Djsm_neo.c298 head = ch->ch_r_head & RQUEUEMASK; in neo_copy_data_from_uart_to_queue()
481 ch->ch_r_head = head & RQUEUEMASK; in neo_copy_data_from_uart_to_queue()
951 ch->ch_r_head = ch->ch_r_tail = 0; in neo_param()
/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_tty.c522 head = ch->ch_r_head & rmask; in dgnc_input()
536 ch->ch_r_head = tail; in dgnc_input()
581 ch->ch_r_head = ch->ch_r_tail; in dgnc_input()
836 qleft = ch->ch_r_tail - ch->ch_r_head - 1; in dgnc_check_queue_flow_control()
1147 ch->ch_r_head = 0; in dgnc_tty_open()
2777 ch->ch_r_head = ch->ch_r_tail; in dgnc_tty_ioctl()
2818 ch->ch_r_head = ch->ch_r_tail; in dgnc_tty_ioctl()
3012 buf.rxbuf = (ch->ch_r_head - ch->ch_r_tail) & RQUEUEMASK; in dgnc_tty_ioctl()
Ddgnc_driver.h348 ushort ch_r_head; /* Head location of the read queue */ member
Ddgnc_cls.c464 ch->ch_r_head = 0; in cls_param()
834 head = ch->ch_r_head; in cls_copy_data_from_uart_to_queue()
902 ch->ch_r_head = head & RQUEUEMASK; in cls_copy_data_from_uart_to_queue()
Ddgnc_neo.c626 ch->ch_r_head = 0; in neo_param()
1118 head = ch->ch_r_head & RQUEUEMASK; in neo_copy_data_from_uart_to_queue()
1303 ch->ch_r_head = head & RQUEUEMASK; in neo_copy_data_from_uart_to_queue()