Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_modem_ops.h82 void t7xx_md_event_notify(struct t7xx_modem *md, enum md_event_id evt_id);
H A 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()
333 t7xx_md_event_notify(md, FSM_PRE_START); in fsm_routine_start()
H A Dt7xx_modem_ops.c553 void t7xx_md_event_notify(struct t7xx_modem *md, enum md_event_id evt_id) in t7xx_md_event_notify() function