Lines Matching full:phase

19 		ipc_imem_phase_get_string(ipc_imem->phase), if_id);  in ipc_imem_sys_wwan_open()
21 /* The network interface is only supported in the runtime phase. */ in ipc_imem_sys_wwan_open()
23 dev_err(ipc_imem->dev, "net:%d : refused phase %s", if_id, in ipc_imem_sys_wwan_open()
24 ipc_imem_phase_get_string(ipc_imem->phase)); in ipc_imem_sys_wwan_open()
66 if (ipc_imem->phase != IPC_P_RUN) { in ipc_imem_sys_wwan_transmit()
67 dev_dbg(ipc_imem->dev, "phase %s transmit", in ipc_imem_sys_wwan_transmit()
68 ipc_imem_phase_get_string(ipc_imem->phase)); in ipc_imem_sys_wwan_transmit()
146 enum ipc_phase phase; in ipc_imem_is_channel_active() local
148 /* Update the current operation phase. */ in ipc_imem_is_channel_active()
149 phase = ipc_imem->phase; in ipc_imem_is_channel_active()
152 switch (phase) { in ipc_imem_is_channel_active()
173 dev_err(ipc_imem->dev, "ch[%d]: confused phase %d", in ipc_imem_is_channel_active()
174 channel->channel_id, phase); in ipc_imem_is_channel_active()
203 curr_phase = ipc_imem->phase; in ipc_imem_sys_port_close()
205 /* If current phase is IPC_P_OFF or SIO ID is -ve then in ipc_imem_sys_port_close()
210 "nothing to do. Current Phase: %s", in ipc_imem_sys_port_close()
291 /* The PORT interface is only supported in the runtime phase. */ in ipc_imem_sys_port_open()
293 dev_err(ipc_imem->dev, "PORT open refused, phase %s", in ipc_imem_sys_port_open()
294 ipc_imem_phase_get_string(ipc_imem->phase)); in ipc_imem_sys_port_open()
323 ipc_imem->phase == IPC_P_OFF_REQ) in ipc_imem_sys_cdev_write()
349 enum ipc_phase phase; in ipc_imem_sys_devlink_open() local
352 phase = ipc_imem_phase_update(ipc_imem); in ipc_imem_sys_devlink_open()
353 switch (phase) { in ipc_imem_sys_devlink_open()
393 dev_err(ipc_imem->dev, "SIO open refused, phase %d", phase); in ipc_imem_sys_devlink_open()
529 ipc_imem->phase = IPC_P_PSI; in ipc_imem_sys_psi_transfer()
531 /* Enter the PSI phase. */ in ipc_imem_sys_psi_transfer()
552 ipc_imem_phase_get_string(ipc_imem->phase), in ipc_imem_sys_psi_transfer()
582 /* In the ROM phase the PSI image is passed to CP about a specific in ipc_imem_sys_devlink_write()
585 if (ipc_imem->phase == IPC_P_ROM) { in ipc_imem_sys_devlink_write()