Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wwan/t7xx/
Dt7xx_state_monitor.c333 ctl->exp_flg, HZ * 60); in fsm_routine_starting()
336 if (ctl->exp_flg) in fsm_routine_starting()
583 ctl->exp_flg = true; in t7xx_fsm_recv_md_intr()
598 ctl->exp_flg = false; in t7xx_fsm_reset()
622 ctl->exp_flg = false; in t7xx_fsm_init()
Dt7xx_modem_ops.c539 if (!event || ctl->exp_flg) in t7xx_core_hk_handler()
548 if (ctl->exp_flg) in t7xx_core_hk_handler()
611 ctl->exp_flg = true; in t7xx_md_event_notify()
615 } else if (ctl->exp_flg) { in t7xx_md_event_notify()
Dt7xx_state_monitor.h96 bool exp_flg; member