Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/tty/
H A Dn_gsm.c135 DLCI_OPEN, /* SABM/UA complete */ enumerator
1053 if (dlci->state != DLCI_OPEN) { in gsm_data_kick()
1380 if (dlci->state != DLCI_OPEN) in gsm_dlci_data_sweep()
1752 if ((!cr && dlci->state == DLCI_OPENING) || dlci->state == DLCI_OPEN) { in gsm_control_negotiation()
2168 dlci->state = DLCI_OPEN; in gsm_dlci_open()
2834 if (dlci == NULL || dlci->state != DLCI_OPEN) { in gsm_queue()
4066 if (dlci->state != DLCI_OPEN || dlci->adaption != 2) in gsm_modem_upd_via_data()
4144 dlci->state != DLCI_OPEN || in gsm_wait_modem_change()
4148 if (dlci->state != DLCI_OPEN) in gsm_wait_modem_change()
4159 if (dlci->state != DLCI_OPEN) in gsm_carrier_raised()
[all...]
/kernel/linux/linux-5.10/drivers/tty/
H A Dn_gsm.c108 DLCI_OPEN, /* SABM/UA complete */ enumerator
1588 dlci->state = DLCI_OPEN; in gsm_dlci_open()
1659 if (dlci->state == DLCI_OPEN || dlci->state == DLCI_OPENING) in gsm_dlci_begin_open()
2004 if (dlci == NULL || dlci->state != DLCI_OPEN) { in gsm_queue()
3077 if (dlci->state != DLCI_OPEN) in gsm_carrier_raised()
3139 if (gsm->dlci[0] && gsm->dlci[0]->state != DLCI_OPEN) { in gsmtty_install()

Completed in 9 milliseconds