Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dgsmmux.h107 __u32 wait_config; member
/Linux-v6.6/drivers/tty/
Dn_gsm.c335 bool wait_config; /* Wait for configuration by ioctl before DLCI open */ member
2572 if ((open && gsm->wait_config) || need_restart) in gsm_dlci_config()
3254 gsm->wait_config = false; /* Disabled */ in gsm_alloc_mux()
3394 ce->wait_config = gsm->wait_config ? 1 : 0; in gsm_copy_config_ext_values()
3428 gsm->wait_config = ce->wait_config ? true : false; in gsm_config_ext()
4262 if (!dlci->gsm->wait_config) { in gsmtty_open()