Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dn_gsm.c154 int constipated; /* Throttle status for outgoing */ member
242 int constipated; /* Asked by remote to shut up */ member
688 if (gsm->constipated && msg->addr) in gsm_data_kick()
942 if (dlci == NULL || dlci->constipated) { in gsm_dlci_data_sweep()
972 if (dlci->constipated) in gsm_dlci_data_kick()
1048 if (fc && !dlci->constipated) { in gsm_process_modem()
1050 dlci->constipated = 1; in gsm_process_modem()
1051 } else if (!fc && dlci->constipated) { in gsm_process_modem()
1052 dlci->constipated = 0; in gsm_process_modem()
1227 gsm->constipated = 0; in gsm_control_message()
[all …]