Home
last modified time | relevance | path

Searched refs:dw_cmd (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/staging/tidspbridge/core/
D_tiomap_pwr.h40 u32 dw_cmd, void *pargs);
Dtiomap3430_pwr.c149 int sleep_dsp(struct bridge_dev_context *dev_context, u32 dw_cmd, in sleep_dsp() argument
163 if ((dw_cmd != PWR_DEEPSLEEP) && (dw_cmd != PWR_EMERGENCYDEEPSLEEP)) in sleep_dsp()
Dtiomap3430.c116 u32 dw_cmd, void *pargs);
911 u32 dw_cmd, void *pargs) in bridge_dev_ctrl() argument
918 switch (dw_cmd) { in bridge_dev_ctrl()
/linux-3.4.99/drivers/staging/tidspbridge/rmgr/
Dproc.c497 int proc_ctrl(void *hprocessor, u32 dw_cmd, struct dsp_cbdata * arg) in proc_ctrl() argument
505 if (dw_cmd == BRDIOCTL_DEEPSLEEP) { in proc_ctrl()
510 else if (dw_cmd == BRDIOCTL_EMERGENCYSLEEP) { in proc_ctrl()
513 } else if (dw_cmd == PWR_DEEPSLEEP) { in proc_ctrl()
518 else if (dw_cmd == BRDIOCTL_WAKEUP) { in proc_ctrl()
521 } else if (dw_cmd == PWR_WAKEUP) { in proc_ctrl()
526 (p_proc_object->bridge_context, dw_cmd, in proc_ctrl()
/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/
Dproc.h102 u32 dw_cmd, struct dsp_cbdata *arg);
Ddspdefs.h700 u32 dw_cmd, void *pargs);