Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wwan/t7xx/
Dt7xx_modem_ops.h80 void t7xx_md_event_notify(struct t7xx_modem *md, enum md_event_id evt_id);
Dt7xx_state_monitor.c275 t7xx_md_event_notify(md, FSM_READY); in fsm_routine_ready()
286 t7xx_md_event_notify(md, FSM_START); in fsm_routine_starting()
325 t7xx_md_event_notify(md, FSM_PRE_START); in fsm_routine_start()
Dt7xx_modem_ops.c537 void t7xx_md_event_notify(struct t7xx_modem *md, enum md_event_id evt_id) in t7xx_md_event_notify() function