Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_gsm.c106 DLCI_CLOSED, enumerator
1557 dlci->state = DLCI_CLOSED; in gsm_dlci_close()
1677 case DLCI_CLOSED: in gsm_dlci_set_opening()
1700 if (dlci->state == DLCI_CLOSED || dlci->state == DLCI_CLOSING) in gsm_dlci_begin_close()
1823 dlci->state = DLCI_CLOSED; in gsm_dlci_alloc()
1894 dlci->state = DLCI_CLOSED; in gsm_dlci_release()
1964 if (dlci == NULL || dlci->state == DLCI_CLOSED) { in gsm_queue()
2233 if (disc && dlci->state != DLCI_CLOSED) { in gsm_cleanup_mux()
2235 wait_event(gsm->event, dlci->state == DLCI_CLOSED); in gsm_cleanup_mux()
3197 if (dlci->state == DLCI_CLOSED) in gsmtty_close()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A 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...]

Completed in 11 milliseconds