Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_gsm.c107 DLCI_OPEN, /* SABM/UA complete */ enumerator
1524 dlci->state = DLCI_OPEN; in gsm_dlci_open()
1595 if (dlci->state == DLCI_OPEN || dlci->state == DLCI_OPENING) in gsm_dlci_begin_open()
1940 if (dlci == NULL || dlci->state != DLCI_OPEN) { in gsm_queue()
3033 if (dlci->state != DLCI_OPEN) in gsm_carrier_raised()
3095 if (gsm->dlci[0] && gsm->dlci[0]->state != DLCI_OPEN) { in gsmtty_install()