Home
last modified time | relevance | path

Searched refs:t7xx_fsm_notifier (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_state_monitor.h116 struct t7xx_fsm_notifier { struct
134 void t7xx_fsm_notifier_register(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier); argument
135 void t7xx_fsm_notifier_unregister(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier);
H A Dt7xx_netdev.h49 struct t7xx_fsm_notifier md_status_notify;
H A Dt7xx_state_monitor.c50 void t7xx_fsm_notifier_register(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier) in t7xx_fsm_notifier_register()
60 void t7xx_fsm_notifier_unregister(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier) in t7xx_fsm_notifier_unregister()
62 struct t7xx_fsm_notifier *notifier_cur, *notifier_next; in t7xx_fsm_notifier_unregister()
77 struct t7xx_fsm_notifier *notifier; in fsm_state_notify()
H A Dt7xx_netdev.c395 struct t7xx_fsm_notifier *md_status_notifier; in init_md_status_notifier()