Lines Matching full:phase

18 		ipc_imem_phase_get_string(ipc_imem->phase), if_id);  in ipc_imem_sys_wwan_open()
20 /* The network interface is only supported in the runtime phase. */ in ipc_imem_sys_wwan_open()
22 dev_err(ipc_imem->dev, "net:%d : refused phase %s", if_id, in ipc_imem_sys_wwan_open()
23 ipc_imem_phase_get_string(ipc_imem->phase)); in ipc_imem_sys_wwan_open()
71 if (ipc_imem->phase != IPC_P_RUN) { in ipc_imem_sys_wwan_transmit()
72 dev_dbg(ipc_imem->dev, "phase %s transmit", in ipc_imem_sys_wwan_transmit()
73 ipc_imem_phase_get_string(ipc_imem->phase)); in ipc_imem_sys_wwan_transmit()
139 enum ipc_phase phase; in ipc_imem_is_channel_active() local
141 /* Update the current operation phase. */ in ipc_imem_is_channel_active()
142 phase = ipc_imem->phase; in ipc_imem_is_channel_active()
145 switch (phase) { in ipc_imem_is_channel_active()
166 dev_err(ipc_imem->dev, "ch[%d]: confused phase %d", in ipc_imem_is_channel_active()
167 channel->channel_id, phase); in ipc_imem_is_channel_active()
193 curr_phase = ipc_imem->phase; in ipc_imem_sys_cdev_close()
195 /* If current phase is IPC_P_OFF or SIO ID is -ve then in ipc_imem_sys_cdev_close()
200 "nothing to do. Current Phase: %s", in ipc_imem_sys_cdev_close()
281 /* The PORT interface is only supported in the runtime phase. */ in ipc_imem_sys_port_open()
283 dev_err(ipc_imem->dev, "PORT open refused, phase %s", in ipc_imem_sys_port_open()
284 ipc_imem_phase_get_string(ipc_imem->phase)); in ipc_imem_sys_port_open()
313 ipc_imem->phase == IPC_P_OFF_REQ) in ipc_imem_sys_cdev_write()