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()
142 enum ipc_phase phase; in ipc_imem_is_channel_active() local
144 /* Update the current operation phase. */ in ipc_imem_is_channel_active()
145 phase = ipc_imem->phase; in ipc_imem_is_channel_active()
148 switch (phase) { in ipc_imem_is_channel_active()
169 dev_err(ipc_imem->dev, "ch[%d]: confused phase %d", in ipc_imem_is_channel_active()
170 channel->channel_id, phase); in ipc_imem_is_channel_active()
199 curr_phase = ipc_imem->phase; in ipc_imem_sys_port_close()
201 /* If current phase is IPC_P_OFF or SIO ID is -ve then in ipc_imem_sys_port_close()
206 "nothing to do. Current Phase: %s", in ipc_imem_sys_port_close()
287 /* The PORT interface is only supported in the runtime phase. */ in ipc_imem_sys_port_open()
289 dev_err(ipc_imem->dev, "PORT open refused, phase %s", in ipc_imem_sys_port_open()
290 ipc_imem_phase_get_string(ipc_imem->phase)); in ipc_imem_sys_port_open()
319 ipc_imem->phase == IPC_P_OFF_REQ) in ipc_imem_sys_cdev_write()
345 enum ipc_phase phase; in ipc_imem_sys_devlink_open() local
348 phase = ipc_imem_phase_update(ipc_imem); in ipc_imem_sys_devlink_open()
349 switch (phase) { in ipc_imem_sys_devlink_open()
389 dev_err(ipc_imem->dev, "SIO open refused, phase %d", phase); in ipc_imem_sys_devlink_open()
525 ipc_imem->phase = IPC_P_PSI; in ipc_imem_sys_psi_transfer()
527 /* Enter the PSI phase. */ in ipc_imem_sys_psi_transfer()
548 ipc_imem_phase_get_string(ipc_imem->phase), in ipc_imem_sys_psi_transfer()
578 /* In the ROM phase the PSI image is passed to CP about a specific in ipc_imem_sys_devlink_write()
581 if (ipc_imem->phase == IPC_P_ROM) { in ipc_imem_sys_devlink_write()