Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wwan/t7xx/
Dt7xx_state_monitor.h83 struct t7xx_modem *md;
126 void t7xx_fsm_reset(struct t7xx_modem *md);
127 int t7xx_fsm_init(struct t7xx_modem *md);
128 void t7xx_fsm_uninit(struct t7xx_modem *md);
132 void t7xx_fsm_notifier_register(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier);
133 void t7xx_fsm_notifier_unregister(struct t7xx_modem *md, struct t7xx_fsm_notifier *notifier);
Dt7xx_modem_ops.c81 struct t7xx_modem *md = t7xx_dev->md; in t7xx_pci_mhccif_isr()
202 struct t7xx_modem *modem; in t7xx_rgu_isr_handler()
290 static void t7xx_md_exception(struct t7xx_modem *md, enum hif_ex_stage stage) in t7xx_md_exception()
308 static int t7xx_wait_hif_ex_hk_event(struct t7xx_modem *md, int event_id) in t7xx_wait_hif_ex_hk_event()
436 static int t7xx_core_reset(struct t7xx_modem *md) in t7xx_core_reset()
459 static void t7xx_core_hk_handler(struct t7xx_modem *md, struct t7xx_fsm_ctl *ctl, in t7xx_core_hk_handler()
525 struct t7xx_modem *md = container_of(work, struct t7xx_modem, handshake_work); in t7xx_md_hk_wq()
537 void t7xx_md_event_notify(struct t7xx_modem *md, enum md_event_id evt_id) in t7xx_md_event_notify()
588 void t7xx_md_exception_handshake(struct t7xx_modem *md) in t7xx_md_exception_handshake()
611 static struct t7xx_modem *t7xx_md_alloc(struct t7xx_pci_dev *t7xx_dev) in t7xx_md_alloc()
[all …]
Dt7xx_modem_ops.h65 struct t7xx_modem { struct
79 void t7xx_md_exception_handshake(struct t7xx_modem *md); argument
80 void t7xx_md_event_notify(struct t7xx_modem *md, enum md_event_id evt_id);
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()
74 static void fsm_state_notify(struct t7xx_modem *md, enum md_state state) in fsm_state_notify()
271 struct t7xx_modem *md = ctl->md; in fsm_routine_ready()
280 struct t7xx_modem *md = ctl->md; in fsm_routine_starting()
311 struct t7xx_modem *md = ctl->md; in fsm_routine_start()
503 void t7xx_fsm_reset(struct t7xx_modem *md) in t7xx_fsm_reset()
512 int t7xx_fsm_init(struct t7xx_modem *md) in t7xx_fsm_init()
539 void t7xx_fsm_uninit(struct t7xx_modem *md) in t7xx_fsm_uninit()
Dt7xx_port_proxy.h92 int t7xx_port_proxy_init(struct t7xx_modem *md);
94 int t7xx_port_enum_msg_handler(struct t7xx_modem *md, void *msg);
Dt7xx_pci.h69 struct t7xx_modem *md;
Dt7xx_port_proxy.c405 static void t7xx_proxy_init_all_ports(struct t7xx_modem *md) in t7xx_proxy_init_all_ports()
431 static int t7xx_proxy_alloc(struct t7xx_modem *md) in t7xx_proxy_alloc()
464 int t7xx_port_proxy_init(struct t7xx_modem *md) in t7xx_port_proxy_init()
Dt7xx_port_ctrl_msg.c127 int t7xx_port_enum_msg_handler(struct t7xx_modem *md, void *msg) in t7xx_port_enum_msg_handler()