Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/
Dn_gsm.c104 DLCI_CLOSED, enumerator
1426 dlci->state = DLCI_CLOSED; in gsm_dlci_close()
1542 if (dlci->state == DLCI_CLOSED || dlci->state == DLCI_CLOSING) in gsm_dlci_begin_close()
1665 dlci->state = DLCI_CLOSED; in gsm_dlci_alloc()
1728 dlci->state = DLCI_CLOSED; in gsm_dlci_release()
1798 if (dlci == NULL || dlci->state == DLCI_CLOSED) { in gsm_queue()
2055 dlci->state == DLCI_CLOSED); in gsm_disconnect()
3023 if (dlci->state == DLCI_CLOSED) in gsmtty_close()
3041 if (dlci->state == DLCI_CLOSED) in gsmtty_hangup()
3052 if (dlci->state == DLCI_CLOSED) in gsmtty_write()
[all …]