Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dn_gsm.c145 bool constipated; /* Throttle status for outgoing */ member
233 bool constipated; /* Asked by remote to shut up */ member
669 if (gsm->constipated && msg->addr) in gsm_data_kick()
928 if (dlci == NULL || dlci->constipated) { in gsm_dlci_data_sweep()
958 if (dlci->constipated) in gsm_dlci_data_kick()
1034 if (fc && !dlci->constipated) { in gsm_process_modem()
1036 dlci->constipated = true; in gsm_process_modem()
1037 } else if (!fc && dlci->constipated) { in gsm_process_modem()
1038 dlci->constipated = false; in gsm_process_modem()
1213 gsm->constipated = false; in gsm_control_message()
[all …]