Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dn_gsm.c103 DLCI_CLOSED, enumerator
1423 dlci->state = DLCI_CLOSED; in gsm_dlci_close()
1539 if (dlci->state == DLCI_CLOSED || dlci->state == DLCI_CLOSING) in gsm_dlci_begin_close()
1662 dlci->state = DLCI_CLOSED; in gsm_dlci_alloc()
1725 dlci->state = DLCI_CLOSED; in gsm_dlci_release()
1795 if (dlci == NULL || dlci->state == DLCI_CLOSED) { in gsm_queue()
2052 dlci->state == DLCI_CLOSED); in gsm_disconnect()
3010 if (dlci->state == DLCI_CLOSED) in gsmtty_close()
3028 if (dlci->state == DLCI_CLOSED) in gsmtty_hangup()
3039 if (dlci->state == DLCI_CLOSED) in gsmtty_write()
[all …]