Searched refs:wake_d0i0 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | ipc.c | 498 struct avs_ipc_msg *reply, int timeout, bool wake_d0i0, in avs_dsp_send_msg_sequence() 503 trace_avs_d0ix("wake", wake_d0i0, request->header); in avs_dsp_send_msg_sequence() 504 if (wake_d0i0) { in avs_dsp_send_msg_sequence() 524 bool wake_d0i0 = avs_dsp_op(adev, d0ix_toggle, request, true); in avs_dsp_send_msg_timeout() local 527 return avs_dsp_send_msg_sequence(adev, request, reply, timeout, wake_d0i0, schedule_d0ix); in avs_dsp_send_msg_timeout() 537 struct avs_ipc_msg *reply, int timeout, bool wake_d0i0) in avs_dsp_send_pm_msg_timeout() 539 return avs_dsp_send_msg_sequence(adev, request, reply, timeout, wake_d0i0, false); in avs_dsp_send_pm_msg_timeout() 543 struct avs_ipc_msg *reply, bool wake_d0i0) in avs_dsp_send_pm_msg() 546 wake_d0i0); in avs_dsp_send_pm_msg() 497 avs_dsp_send_msg_sequence(struct avs_dev *adev, struct avs_ipc_msg *request, struct avs_ipc_msg *reply, int timeout, bool wake_d0i0, bool schedule_d0ix) avs_dsp_send_msg_sequence() argument 536 avs_dsp_send_pm_msg_timeout(struct avs_dev *adev, struct avs_ipc_msg *request, struct avs_ipc_msg *reply, int timeout, bool wake_d0i0) avs_dsp_send_pm_msg_timeout() argument 542 avs_dsp_send_pm_msg(struct avs_dev *adev, struct avs_ipc_msg *request, struct avs_ipc_msg *reply, bool wake_d0i0) avs_dsp_send_pm_msg() argument
|
H A D | avs.h | 254 struct avs_ipc_msg *reply, int timeout, bool wake_d0i0); 256 struct avs_ipc_msg *reply, bool wake_d0i0);
|
Completed in 3 milliseconds