Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/
H A Dn_gsm.c4259 struct gsm_dlci *dlci, *dlci0; in gsmtty_install() local
4283 dlci0 = gsm->dlci[0]; in gsmtty_install()
4284 if (dlci0 && dlci0->state != DLCI_OPEN) { in gsmtty_install()
4287 if (dlci0->state == DLCI_OPENING) in gsmtty_install()
4288 wait_event(gsm->event, dlci0->state != DLCI_OPENING); in gsmtty_install()
4290 if (dlci0->state != DLCI_OPEN) in gsmtty_install()