Home
last modified time | relevance | path

Searched refs:t7xx_modem (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_state_monitor.h85 struct t7xx_modem *md;
130 void t7xx_fsm_reset(struct t7xx_modem *md);
131 int t7xx_fsm_init(struct t7xx_modem *md);
132 void t7xx_fsm_uninit(struct t7xx_modem *md);
136 void t7xx_fsm_notifier_register(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier);
137 void t7xx_fsm_notifier_unregister(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier);
H A Dt7xx_modem_ops.c83 struct t7xx_modem *md = t7xx_dev->md; in t7xx_pci_mhccif_isr()
243 struct t7xx_modem *modem; in t7xx_rgu_isr_handler()
331 static void t7xx_md_exception(struct t7xx_modem *md, enum hif_ex_stage stage) in t7xx_md_exception()
350 static int t7xx_wait_hif_ex_hk_event(struct t7xx_modem *md, int event_id) in t7xx_wait_hif_ex_hk_event()
478 static int t7xx_core_reset(struct t7xx_modem *md) in t7xx_core_reset()
501 static void t7xx_core_hk_handler(struct t7xx_modem *md, struct t7xx_sys_info *core_info, in t7xx_core_hk_handler()
567 struct t7xx_modem *md = container_of(work, struct t7xx_modem, handshake_work); in t7xx_md_hk_wq()
581 struct t7xx_modem *md = container_of(work, struct t7xx_modem, ap_handshake_work); in t7xx_ap_hk_wq()
593 void t7xx_md_event_notify(struct t7xx_modem *md, enum md_event_id evt_id) in t7xx_md_event_notify()
655 void t7xx_md_exception_handshake(struct t7xx_modem *md) in t7xx_md_exception_handshake()
[all …]
H A Dt7xx_modem_ops.h65 struct t7xx_modem { struct
87 void t7xx_md_exception_handshake(struct t7xx_modem *md); argument
88 void t7xx_md_event_notify(struct t7xx_modem *md, enum md_event_id evt_id);
H A Dt7xx_state_monitor.c57 void t7xx_fsm_notifier_register(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier) in t7xx_fsm_notifier_register()
67 void t7xx_fsm_notifier_unregister(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier) in t7xx_fsm_notifier_unregister()
81 static void fsm_state_notify(struct t7xx_modem *md, enum md_state state) in fsm_state_notify()
225 struct t7xx_modem *md = ctl->md; in t7xx_lk_stage_event_handling()
320 struct t7xx_modem *md = ctl->md; in fsm_routine_ready()
330 struct t7xx_modem *md = ctl->md; in fsm_routine_starting()
369 struct t7xx_modem *md = ctl->md; in fsm_routine_start()
600 void t7xx_fsm_reset(struct t7xx_modem *md) in t7xx_fsm_reset()
610 int t7xx_fsm_init(struct t7xx_modem *md) in t7xx_fsm_init()
637 void t7xx_fsm_uninit(struct t7xx_modem *md) in t7xx_fsm_uninit()
H A Dt7xx_port_proxy.c507 static void t7xx_proxy_init_all_ports(struct t7xx_modem *md) in t7xx_proxy_init_all_ports()
556 void t7xx_port_proxy_set_cfg(struct t7xx_modem *md, enum port_cfg_id cfg_id) in t7xx_port_proxy_set_cfg()
582 static int t7xx_proxy_alloc(struct t7xx_modem *md) in t7xx_proxy_alloc()
611 int t7xx_port_proxy_init(struct t7xx_modem *md) in t7xx_port_proxy_init()
H A Dt7xx_pci.h80 struct t7xx_modem *md;
H A Dt7xx_port_ctrl_msg.c127 int t7xx_port_enum_msg_handler(struct t7xx_modem *md, void *msg) in t7xx_port_enum_msg_handler()