Searched refs:ch_stop_sending_break (Results 1 – 4 of 4) sorted by relevance
348 if (!ch->ch_stop_sending_break) { in cls_clear_break()355 if (time_after(jiffies, ch->ch_stop_sending_break) || force) { in cls_clear_break()360 ch->ch_stop_sending_break = 0; in cls_clear_break()745 if (ch->ch_stop_sending_break) in cls_tasklet()1254 ch->ch_stop_sending_break = 0; in cls_send_break()1264 ch->ch_stop_sending_break = jiffies + dgnc_jiffies_from_ms(msecs); in cls_send_break()
360 if (!ch->ch_stop_sending_break) { in neo_clear_break()367 if (time_after_eq(jiffies, ch->ch_stop_sending_break) in neo_clear_break()374 ch->ch_stop_sending_break = 0; in neo_clear_break()913 if (ch->ch_stop_sending_break) in neo_tasklet()1735 ch->ch_stop_sending_break = 0; in neo_send_break()1745 ch->ch_stop_sending_break = jiffies + dgnc_jiffies_from_ms(msecs); in neo_send_break()
367 ulong ch_stop_sending_break; /* Time we should STOP sending a break */ member
1159 ch->ch_stop_sending_break = 0; in dgnc_tty_open()