Home
last modified time | relevance | path

Searched refs:wake_d0i0 (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/sound/soc/intel/avs/
Dipc.c493 struct avs_ipc_msg *reply, int timeout, bool wake_d0i0, in avs_dsp_send_msg_sequence() argument
498 trace_avs_d0ix("wake", wake_d0i0, request->header); in avs_dsp_send_msg_sequence()
499 if (wake_d0i0) { in avs_dsp_send_msg_sequence()
519 bool wake_d0i0 = avs_dsp_op(adev, d0ix_toggle, request, true); in avs_dsp_send_msg_timeout() local
522 return avs_dsp_send_msg_sequence(adev, request, reply, timeout, wake_d0i0, schedule_d0ix); in avs_dsp_send_msg_timeout()
532 struct avs_ipc_msg *reply, int timeout, bool wake_d0i0) in avs_dsp_send_pm_msg_timeout() argument
534 return avs_dsp_send_msg_sequence(adev, request, reply, timeout, wake_d0i0, false); in avs_dsp_send_pm_msg_timeout()
538 struct avs_ipc_msg *reply, bool wake_d0i0) in avs_dsp_send_pm_msg() argument
541 wake_d0i0); in avs_dsp_send_pm_msg()
Davs.h242 struct avs_ipc_msg *reply, int timeout, bool wake_d0i0);
244 struct avs_ipc_msg *reply, bool wake_d0i0);