Searched refs:t7xx_fsm_ctl (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_state_monitor.h | 84 struct t7xx_fsm_ctl { struct 123 int t7xx_fsm_append_cmd(struct t7xx_fsm_ctl *ctl, enum t7xx_fsm_cmd_state cmd_id, 125 int t7xx_fsm_append_event(struct t7xx_fsm_ctl *ctl, enum t7xx_fsm_event_state event_id, 127 void t7xx_fsm_clr_event(struct t7xx_fsm_ctl *ctl, enum t7xx_fsm_event_state event_id); 128 void t7xx_fsm_broadcast_state(struct t7xx_fsm_ctl *ctl, enum md_state state); 132 int t7xx_fsm_recv_md_intr(struct t7xx_fsm_ctl *ctl, enum t7xx_md_irq_type type); 133 enum md_state t7xx_fsm_get_md_state(struct t7xx_fsm_ctl *ctl); 134 unsigned int t7xx_fsm_get_ctl_state(struct t7xx_fsm_ctl *ctl);
|
H A D | t7xx_state_monitor.c | 59 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in t7xx_fsm_notifier_register() 70 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in t7xx_fsm_notifier_unregister() 83 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in fsm_state_notify() 98 void t7xx_fsm_broadcast_state(struct t7xx_fsm_ctl *ctl, enum md_state state) in t7xx_fsm_broadcast_state() 107 static void fsm_finish_command(struct t7xx_fsm_ctl *ctl, struct t7xx_fsm_command *cmd, int result) in fsm_finish_command() 123 static void fsm_flush_event_cmd_qs(struct t7xx_fsm_ctl *ctl) in fsm_flush_event_cmd_qs() 146 static void fsm_wait_for_event(struct t7xx_fsm_ctl *ctl, enum t7xx_fsm_event_state event_expected, in fsm_wait_for_event() 176 static void fsm_routine_exception(struct t7xx_fsm_ctl *ctl, struct t7xx_fsm_command *cmd, in fsm_routine_exception() 216 static void t7xx_lk_stage_event_handling(struct t7xx_fsm_ctl *ctl, unsigned int status) in t7xx_lk_stage_event_handling() 255 static int fsm_stopped_handler(struct t7xx_fsm_ctl *ctl) in fsm_stopped_handler() [all …]
|
H A D | t7xx_modem_ops.c | 84 struct t7xx_fsm_ctl *ctl; in t7xx_pci_mhccif_isr() 450 static int t7xx_parse_host_rt_data(struct t7xx_fsm_ctl *ctl, struct t7xx_sys_info *core, in t7xx_parse_host_rt_data() 480 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in t7xx_core_reset() 501 struct t7xx_fsm_ctl *ctl, in t7xx_core_hk_handler() 567 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in t7xx_md_hk_wq() 581 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in t7xx_ap_hk_wq() 594 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in t7xx_md_event_notify()
|
H A D | t7xx_port_ctrl_msg.c | 56 static int fsm_ee_message_handler(struct t7xx_port *port, struct t7xx_fsm_ctl *ctl, in fsm_ee_message_handler() 161 struct t7xx_fsm_ctl *ctl = port->t7xx_dev->md->fsm_ctl; in control_msg_handler()
|
H A D | t7xx_modem_ops.h | 75 struct t7xx_fsm_ctl *fsm_ctl;
|
H A D | t7xx_port_proxy.c | 172 struct t7xx_fsm_ctl *ctl = port->t7xx_dev->md->fsm_ctl; in t7xx_port_get_queue_no() 305 struct t7xx_fsm_ctl *ctl = port->t7xx_dev->md->fsm_ctl; in t7xx_port_send_skb() 427 struct t7xx_fsm_ctl *ctl = t7xx_dev->md->fsm_ctl; in t7xx_port_proxy_recv_skb()
|
H A D | t7xx_port_wwan.c | 94 struct t7xx_fsm_ctl *ctl; in t7xx_port_ctrl_tx()
|
H A D | t7xx_pci.c | 468 struct t7xx_fsm_ctl *fsm_ctl = t7xx_dev->md->fsm_ctl; in t7xx_send_fsm_command()
|