Home
last modified time | relevance | path

Searched refs:ch_stops_sent (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/jsm/
Djsm_tty.c242 channel->ch_stops_sent = 0; in jsm_tty_open()
779 if (ch->ch_stops_sent <= MAX_STOPS_SENT) { in jsm_check_queue_flow_control()
781 ch->ch_stops_sent++; in jsm_check_queue_flow_control()
784 ch->ch_stops_sent); in jsm_check_queue_flow_control()
816 else if (ch->ch_c_iflag & IXOFF && ch->ch_stops_sent) { in jsm_check_queue_flow_control()
817 ch->ch_stops_sent = 0; in jsm_check_queue_flow_control()
Djsm.h238 u32 ch_stops_sent; /* How many times I have sent a stop character member