Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/
Dn_gsm.c146 bool constipated; /* Throttle status for outgoing */ member
234 bool constipated; /* Asked by remote to shut up */ member
671 if (gsm->constipated && msg->addr) in gsm_data_kick()
930 if (dlci == NULL || dlci->constipated) { in gsm_dlci_data_sweep()
960 if (dlci->constipated) in gsm_dlci_data_kick()
1037 if (fc && !dlci->constipated) { in gsm_process_modem()
1039 dlci->constipated = true; in gsm_process_modem()
1040 } else if (!fc && dlci->constipated) { in gsm_process_modem()
1041 dlci->constipated = false; in gsm_process_modem()
1216 gsm->constipated = false; in gsm_control_message()
[all …]