Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dnozomi.c330 u16 token_dl; member
1272 dc->port[PORT_MDM].token_dl = MDM_DL; in nozomi_setup_private_data()
1273 dc->port[PORT_DIAG].token_dl = DIAG_DL; in nozomi_setup_private_data()
1274 dc->port[PORT_APP1].token_dl = APP1_DL; in nozomi_setup_private_data()
1275 dc->port[PORT_APP2].token_dl = APP2_DL; in nozomi_setup_private_data()
1572 DBG1("open: %d", port->token_dl); in ntty_activate()
1574 dc->last_ier = dc->last_ier | port->token_dl; in ntty_activate()
1594 DBG1("close: %d", port->token_dl); in ntty_shutdown()
1596 dc->last_ier &= ~(port->token_dl); in ntty_shutdown()
/kernel/linux/linux-6.6/drivers/tty/
H A Dnozomi.c326 u16 token_dl; member
1258 dc->port[PORT_MDM].token_dl = MDM_DL; in nozomi_setup_private_data()
1259 dc->port[PORT_DIAG].token_dl = DIAG_DL; in nozomi_setup_private_data()
1260 dc->port[PORT_APP1].token_dl = APP1_DL; in nozomi_setup_private_data()
1261 dc->port[PORT_APP2].token_dl = APP2_DL; in nozomi_setup_private_data()
1554 DBG1("open: %d", port->token_dl); in ntty_activate()
1556 dc->last_ier = dc->last_ier | port->token_dl; in ntty_activate()
1576 DBG1("close: %d", port->token_dl); in ntty_shutdown()
1578 dc->last_ier &= ~(port->token_dl); in ntty_shutdown()

Completed in 5 milliseconds