Home
last modified time | relevance | path

Searched refs:pwr_sleep_dsp (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/tidspbridge/include/dspbridge/
Dpwr.h54 extern int pwr_sleep_dsp(const u32 sleep_code, const u32 timeout);
/drivers/staging/tidspbridge/rmgr/
Dpwr.c39 int pwr_sleep_dsp(const u32 sleep_code, const u32 timeout) in pwr_sleep_dsp() function
Dproc.c501 status = pwr_sleep_dsp(PWR_DEEPSLEEP, timeout); in proc_ctrl()
506 status = pwr_sleep_dsp(PWR_EMERGENCYDEEPSLEEP, timeout); in proc_ctrl()
509 status = pwr_sleep_dsp(PWR_DEEPSLEEP, timeout); in proc_ctrl()
Ddrv_interface.c581 status = pwr_sleep_dsp(command, time_out); in bridge_suspend()