Searched refs:dw_cmd (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/tidspbridge/core/ |
D | tiomap3430_pwr.c | 149 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()
|
D | _tiomap_pwr.h | 40 u32 dw_cmd, void *pargs);
|
D | tiomap3430.c | 111 u32 dw_cmd, void *pargs); 905 u32 dw_cmd, void *pargs) in bridge_dev_ctrl() argument 912 switch (dw_cmd) { in bridge_dev_ctrl()
|
/drivers/staging/tidspbridge/rmgr/ |
D | proc.c | 491 int proc_ctrl(void *hprocessor, u32 dw_cmd, struct dsp_cbdata *arg) in proc_ctrl() argument 499 if (dw_cmd == BRDIOCTL_DEEPSLEEP) { in proc_ctrl() 504 else if (dw_cmd == BRDIOCTL_EMERGENCYSLEEP) { in proc_ctrl() 507 } else if (dw_cmd == PWR_DEEPSLEEP) { in proc_ctrl() 512 else if (dw_cmd == BRDIOCTL_WAKEUP) { in proc_ctrl() 515 } else if (dw_cmd == PWR_WAKEUP) { in proc_ctrl() 520 (p_proc_object->bridge_context, dw_cmd, in proc_ctrl()
|
/drivers/staging/tidspbridge/include/dspbridge/ |
D | proc.h | 100 u32 dw_cmd, struct dsp_cbdata *arg);
|
D | dspdefs.h | 700 u32 dw_cmd, void *pargs);
|