Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/
Dn_gsm.c131 DLCI_CLOSED, enumerator
2134 dlci->state = DLCI_CLOSED; in gsm_dlci_close()
2302 case DLCI_CLOSED: in gsm_dlci_begin_open()
2334 case DLCI_CLOSED: in gsm_dlci_set_opening()
2353 case DLCI_CLOSED: in gsm_dlci_set_wait_config()
2376 if (dlci->state == DLCI_CLOSED || dlci->state == DLCI_CLOSING) in gsm_dlci_begin_close()
2585 wait_event_interruptible(gsm->event, dlci->state == DLCI_CLOSED); in gsm_dlci_config()
2664 dlci->state = DLCI_CLOSED; in gsm_dlci_alloc()
2735 dlci->state = DLCI_CLOSED; in gsm_dlci_release()
2798 if (dlci == NULL || dlci->state == DLCI_CLOSED) { in gsm_queue()
[all …]