Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_state_monitor.h127 void t7xx_fsm_clr_event(struct t7xx_fsm_ctl *ctl, enum t7xx_fsm_event_state event_id);
H A Dt7xx_modem_ops.c531 t7xx_fsm_clr_event(ctl, FSM_EVENT_MD_HS2_EXIT); in t7xx_md_hk_wq()
545 t7xx_fsm_clr_event(ctl, FSM_EVENT_AP_HS2_EXIT); in t7xx_ap_hk_wq()
H A Dt7xx_state_monitor.c475 void t7xx_fsm_clr_event(struct t7xx_fsm_ctl *ctl, enum t7xx_fsm_event_state event_id) in t7xx_fsm_clr_event() function