Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/jsm/
Djsm_tty.c234 channel->ch_r_head = channel->ch_r_tail = 0; in jsm_tty_open()
544 head = ch->ch_r_head & rmask; in jsm_input()
564 ch->ch_r_head = tail; in jsm_input()
748 if ((qleft = ch->ch_r_tail - ch->ch_r_head - 1) < 0) in jsm_check_queue_flow_control()
Djsm_cls.c365 head = ch->ch_r_head & RQUEUEMASK; in cls_copy_data_from_uart_to_queue()
443 ch->ch_r_head = head & RQUEUEMASK; in cls_copy_data_from_uart_to_queue()
697 ch->ch_r_head = 0; in cls_param()
Djsm.h222 u16 ch_r_head; /* Head location of the read queue */ member
Djsm_neo.c286 head = ch->ch_r_head & RQUEUEMASK; in neo_copy_data_from_uart_to_queue()
469 ch->ch_r_head = head & RQUEUEMASK; in neo_copy_data_from_uart_to_queue()
941 ch->ch_r_head = ch->ch_r_tail = 0; in neo_param()