Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/jsm/
A Djsm_tty.c242 channel->ch_stops_sent = 0; in jsm_tty_open()
783 if (ch->ch_stops_sent <= MAX_STOPS_SENT) { in jsm_check_queue_flow_control()
785 ch->ch_stops_sent++; in jsm_check_queue_flow_control()
788 ch->ch_stops_sent); in jsm_check_queue_flow_control()
820 else if (ch->ch_c_iflag & IXOFF && ch->ch_stops_sent) { in jsm_check_queue_flow_control()
821 ch->ch_stops_sent = 0; in jsm_check_queue_flow_control()
A Djsm.h238 u32 ch_stops_sent; /* How many times I have sent a stop character member

Completed in 5 milliseconds