Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dn_gsm.c4281 struct gsm_dlci *dlci, *dlci0; in gsmtty_install() local
4305 dlci0 = gsm->dlci[0]; in gsmtty_install()
4306 if (dlci0 && dlci0->state != DLCI_OPEN) { in gsmtty_install()
4309 if (dlci0->state == DLCI_OPENING) in gsmtty_install()
4310 wait_event(gsm->event, dlci0->state != DLCI_OPENING); in gsmtty_install()
4312 if (dlci0->state != DLCI_OPEN) in gsmtty_install()