Searched refs:dw_cmd (Results 1 - 22 of 22) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A D_tiomap_pwr.h40 u32 dw_cmd, void *pargs);
H A Dtiomap3430_pwr.c145 int sleep_dsp(struct bridge_dev_context *dev_context, u32 dw_cmd, argument
159 if ((dw_cmd != PWR_DEEPSLEEP) && (dw_cmd != PWR_EMERGENCYDEEPSLEEP))
H A Dio_sm.c1225 addr = (u32) &(((struct msg_dspmsg *)msg_input)->msg.dw_cmd);
1226 msg.msg.dw_cmd =
1244 dev_dbg(bridge, "input msg: dw_cmd=0x%x dw_arg1=0x%x "
1245 "dw_arg2=0x%x msgq_id=0x%x \n", msg.msg.dw_cmd,
1255 if (msg.msg.dw_cmd == RMS_EXITACK) {
1474 val = (pmsg->msg_data).msg.dw_cmd;
1476 msg_output)->msg).dw_cmd);
H A Dtiomap3430.c110 u32 dw_cmd, void *pargs);
902 u32 dw_cmd, void *pargs)
909 switch (dw_cmd) {
901 bridge_dev_ctrl(struct bridge_dev_context *dev_context, u32 dw_cmd, void *pargs) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/core/
H A D_tiomap_pwr.h40 u32 dw_cmd, void *pargs);
H A Dtiomap3430_pwr.c145 int sleep_dsp(struct bridge_dev_context *dev_context, u32 dw_cmd, argument
159 if ((dw_cmd != PWR_DEEPSLEEP) && (dw_cmd != PWR_EMERGENCYDEEPSLEEP))
H A Dio_sm.c1225 addr = (u32) &(((struct msg_dspmsg *)msg_input)->msg.dw_cmd);
1226 msg.msg.dw_cmd =
1244 dev_dbg(bridge, "input msg: dw_cmd=0x%x dw_arg1=0x%x "
1245 "dw_arg2=0x%x msgq_id=0x%x \n", msg.msg.dw_cmd,
1255 if (msg.msg.dw_cmd == RMS_EXITACK) {
1474 val = (pmsg->msg_data).msg.dw_cmd;
1476 msg_output)->msg).dw_cmd);
H A Dtiomap3430.c110 u32 dw_cmd, void *pargs);
902 u32 dw_cmd, void *pargs)
909 switch (dw_cmd) {
901 bridge_dev_ctrl(struct bridge_dev_context *dev_context, u32 dw_cmd, void *pargs) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Dproc.h87 * dw_cmd : Private driver IOCTL cmd ID.
102 u32 dw_cmd, struct dsp_cbdata *arg);
H A Ddbdefs.h266 u32 dw_cmd; member in struct:dsp_msg
H A Ddspdefs.h695 * dw_cmd: Bridge driver defined command code.
706 u32 dw_cmd, void *pargs);
H A Ddspapi-ioctl.h71 u32 dw_cmd; member in struct:trapped_args::__anon31454
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/include/dspbridge/
H A Dproc.h87 * dw_cmd : Private driver IOCTL cmd ID.
102 u32 dw_cmd, struct dsp_cbdata *arg);
H A Ddbdefs.h266 u32 dw_cmd; member in struct:dsp_msg
H A Ddspdefs.h695 * dw_cmd: Bridge driver defined command code.
706 u32 dw_cmd, void *pargs);
H A Ddspapi-ioctl.h71 u32 dw_cmd; member in struct:trapped_args::__anon19761
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dproc.c495 int proc_ctrl(void *hprocessor, u32 dw_cmd, struct dsp_cbdata * arg) argument
505 if (dw_cmd == BRDIOCTL_DEEPSLEEP) {
510 else if (dw_cmd == BRDIOCTL_EMERGENCYSLEEP) {
513 } else if (dw_cmd == PWR_DEEPSLEEP) {
518 else if (dw_cmd == BRDIOCTL_WAKEUP) {
521 } else if (dw_cmd == PWR_WAKEUP) {
526 (p_proc_object->hbridge_context, dw_cmd,
H A Dnode.c1853 if (status || !(message->dw_cmd & DSP_RMSBUFDESC))
2158 if (pmsg->dw_cmd & DSP_RMSBUFDESC) {
2436 msg.dw_cmd = RMS_EXIT;
2438 killmsg.dw_cmd = RMS_KILLTASK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/rmgr/
H A Dproc.c495 int proc_ctrl(void *hprocessor, u32 dw_cmd, struct dsp_cbdata * arg) argument
505 if (dw_cmd == BRDIOCTL_DEEPSLEEP) {
510 else if (dw_cmd == BRDIOCTL_EMERGENCYSLEEP) {
513 } else if (dw_cmd == PWR_DEEPSLEEP) {
518 else if (dw_cmd == BRDIOCTL_WAKEUP) {
521 } else if (dw_cmd == PWR_WAKEUP) {
526 (p_proc_object->hbridge_context, dw_cmd,
H A Dnode.c1853 if (status || !(message->dw_cmd & DSP_RMSBUFDESC))
2158 if (pmsg->dw_cmd & DSP_RMSBUFDESC) {
2436 msg.dw_cmd = RMS_EXIT;
2438 killmsg.dw_cmd = RMS_KILLTASK;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c638 args->args_proc_ctrl.dw_cmd,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c638 args->args_proc_ctrl.dw_cmd,

Completed in 302 milliseconds