Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/
Dnozomi.c310 u16 token_dl; member
1239 dc->port[PORT_MDM].token_dl = MDM_DL; in nozomi_setup_private_data()
1240 dc->port[PORT_DIAG].token_dl = DIAG_DL; in nozomi_setup_private_data()
1241 dc->port[PORT_APP1].token_dl = APP1_DL; in nozomi_setup_private_data()
1242 dc->port[PORT_APP2].token_dl = APP2_DL; in nozomi_setup_private_data()
1535 DBG1("open: %d", port->token_dl); in ntty_activate()
1537 dc->last_ier = dc->last_ier | port->token_dl; in ntty_activate()
1557 DBG1("close: %d", port->token_dl); in ntty_shutdown()
1559 dc->last_ier &= ~(port->token_dl); in ntty_shutdown()