Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_modem_ops.c88 ctl = md->fsm_ctl; in t7xx_pci_mhccif_isr()
441 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in t7xx_core_reset()
528 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in t7xx_md_hk_wq()
542 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in t7xx_ap_hk_wq()
555 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in t7xx_md_event_notify()
730 ret = t7xx_fsm_append_cmd(md->fsm_ctl, FSM_CMD_START, 0); in t7xx_md_init()
768 t7xx_fsm_append_cmd(md->fsm_ctl, FSM_CMD_PRE_STOP, FSM_CMD_FLAG_WAIT_FOR_COMPLETION); in t7xx_md_exit()
H A Dt7xx_state_monitor.c52 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in t7xx_fsm_notifier_register()
63 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in t7xx_fsm_notifier_unregister()
76 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in fsm_state_notify()
522 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in t7xx_fsm_reset()
538 md->fsm_ctl = ctl; in t7xx_fsm_init()
558 struct t7xx_fsm_ctl *ctl = md->fsm_ctl; in t7xx_fsm_uninit()
H A Dt7xx_modem_ops.h75 struct t7xx_fsm_ctl *fsm_ctl; member
H A Dt7xx_pci.c381 struct t7xx_fsm_ctl *fsm_ctl = t7xx_dev->md->fsm_ctl; in t7xx_send_fsm_command() local
387 ret = t7xx_fsm_append_cmd(fsm_ctl, FSM_CMD_STOP, FSM_CMD_FLAG_WAIT_FOR_COMPLETION); in t7xx_send_fsm_command()
395 ret = t7xx_fsm_append_cmd(fsm_ctl, FSM_CMD_START, 0); in t7xx_send_fsm_command()
H A Dt7xx_port_proxy.c154 struct t7xx_fsm_ctl *ctl = port->t7xx_dev->md->fsm_ctl; in t7xx_port_get_queue_no()
277 struct t7xx_fsm_ctl *ctl = port->t7xx_dev->md->fsm_ctl; in t7xx_port_send_skb()
366 struct t7xx_fsm_ctl *ctl = t7xx_dev->md->fsm_ctl; in t7xx_port_proxy_recv_skb()
H A Dt7xx_port_wwan.c67 ctl = port_private->t7xx_dev->md->fsm_ctl; in t7xx_port_ctrl_tx()
H A Dt7xx_port_ctrl_msg.c161 struct t7xx_fsm_ctl *ctl = port->t7xx_dev->md->fsm_ctl; in control_msg_handler()