Home
last modified time | relevance | path

Searched refs:ch_r_tail (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/tty/serial/jsm/
Djsm_tty.c233 channel->ch_r_head = channel->ch_r_tail = 0; in jsm_tty_open()
542 tail = ch->ch_r_tail & rmask; in jsm_input()
628 ch->ch_r_tail = tail & rmask; in jsm_input()
745 if ((qleft = ch->ch_r_tail - ch->ch_r_head - 1) < 0) in jsm_check_queue_flow_control()
Djsm_cls.c366 tail = ch->ch_r_tail & RQUEUEMASK; in cls_copy_data_from_uart_to_queue()
417 ch->ch_r_tail = tail; in cls_copy_data_from_uart_to_queue()
698 ch->ch_r_tail = 0; in cls_param()
Djsm.h223 u16 ch_r_tail; /* Tail location of the read queue */ member
Djsm_neo.c287 tail = ch->ch_r_tail & RQUEUEMASK; in neo_copy_data_from_uart_to_queue()
445 ch->ch_r_tail = tail = (tail + 1) & RQUEUEMASK; in neo_copy_data_from_uart_to_queue()
939 ch->ch_r_head = ch->ch_r_tail = 0; in neo_param()