Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_gsm.c105 DLCI_CLOSED, enumerator
1493 dlci->state = DLCI_CLOSED; in gsm_dlci_close()
1613 case DLCI_CLOSED: in gsm_dlci_set_opening()
1636 if (dlci->state == DLCI_CLOSED || dlci->state == DLCI_CLOSING) in gsm_dlci_begin_close()
1759 dlci->state = DLCI_CLOSED; in gsm_dlci_alloc()
1830 dlci->state = DLCI_CLOSED; in gsm_dlci_release()
1900 if (dlci == NULL || dlci->state == DLCI_CLOSED) { in gsm_queue()
2168 if (disc && dlci->state != DLCI_CLOSED) { in gsm_cleanup_mux()
2170 wait_event(gsm->event, dlci->state == DLCI_CLOSED); in gsm_cleanup_mux()
3153 if (dlci->state == DLCI_CLOSED) in gsmtty_close()
[all …]