@@ -67,7 +67,6 @@ extern dsp_status chnl_close(struct chnl_object *chnl_obj);
* -ENOMEM: Insufficient memory for requested resources.
* -EIO: Unable to plug channel ISR for configured IRQ.
* -ECHRNG: This manager cannot handle this many channels.
- * CHNL_E_INVALIDIRQ: Invalid IRQ number. Must be 0 <= birq <= 15.
* -EEXIST: Channel manager already exists for this device.
* Requires:
* chnl_init(void) called.
@@ -83,7 +83,6 @@ extern void cod_close(struct cod_libraryobj *lib);
* will cause default attrs to be used.
* Returns:
* 0: Success.
- * COD_E_NOZLFUNCTIONS: Could not initialize ZL functions.
* -ESPIPE: ZL_Create failed.
* -ENOSYS: attrs was not NULL. We don't yet support
* non default values of attrs.
@@ -285,7 +284,6 @@ extern bool cod_init(void);
* Returns:
* 0: Success.
* -EBADF: Failed to open target code.
- * COD_E_LOADFAILED: Failed to load code onto target.
* Requires:
* COD module initialized.
* hmgr is valid.
@@ -356,7 +354,6 @@ extern dsp_status cod_open_base(struct cod_manager *hmgr, IN char *pszCoffPath,
* Returns:
* 0: on success, error code on failure
* -ESPIPE: Symbols have not been loaded onto the board.
- * COD_E_READFAILED: Failed to read content of code section.
* Requires:
* COD module initialized.
* valid cod_mgr_obj.
@@ -338,7 +338,6 @@ typedef bool(*dbll_init_fxn) (void);
* Returns:
* 0: Success.
* -EBADF: File read failed.
- * DSP_EFWRITE: Write to target failed.
* -EILSEQ: Failure in dynamic loader library.
* Requires:
* DBL initialized.
@@ -360,7 +359,6 @@ typedef dsp_status(*dbll_load_fxn) (struct dbll_library_obj *lib,
* Returns:
* 0: Success.
* -ENXIO: Section not found.
- * DSP_EFWRITE: Write function failed.
* -ENOSYS: Function not implemented.
* Requires:
* Valid lib.
@@ -76,14 +76,7 @@ extern u32 dev_brd_write_fxn(void *pArb,
* Returns:
* 0: Module is loaded, device object has been created
* -ENOMEM: Insufficient memory to create needed resources.
- * DEV_E_NEWWMD: The WMD was compiled for a newer version of WCD.
- * DEV_E_NULLWMDINTF: WMD passed back a NULL fxn Interface Struct Ptr
- * DEV_E_NOCODMODULE: No ZL file name was specified in the registry
- * for this dev_node_obj.
- * LDR_E_FILEUNABLETOOPEN: Unable to open the specified WMD.
- * LDR_E_NOMEMORY: PELDR is out of resources.
* -EPERM: Unable to find WMD entry point function.
- * COD_E_NOZLFUNCTIONS: One or more ZL functions exports not found.
* -ESPIPE: Unable to load ZL DLL.
* Requires:
* DEV Initialized.
@@ -118,14 +111,7 @@ extern dsp_status dev_create_device(OUT struct dev_object
* Returns:
* 0: Module is loaded, device object has been created
* -ENOMEM: Insufficient memory to create needed resources.
- * DEV_E_NEWWMD: The WMD was compiled for a newer version of WCD.
- * DEV_E_NULLWMDINTF: WMD passed back a NULL fxn Interface Struct Ptr
- * DEV_E_NOCODMODULE: No ZL file name was specified in the registry
- * for this dev_node_obj.
- * LDR_E_FILEUNABLETOOPEN: Unable to open the specified WMD.
- * LDR_E_NOMEMORY: PELDR is out of resources.
* -EPERM: Unable to find WMD entry point function.
- * COD_E_NOZLFUNCTIONS: One or more ZL functions exports not found.
* -ESPIPE: Unable to load ZL DLL.
* Requires:
* DEV Initialized.
@@ -132,10 +132,7 @@ extern dsp_status disp_node_change_priority(struct disp_object
* output.
* Returns:
* 0: Success.
- * DSP_ETASK: Unable to create the node's task or process on the DSP.
- * DSP_ESTREAM: Stream creation failure on the DSP.
* -ETIME: A timeout occurred before the DSP responded.
- * DSP_EUSER: A user-defined failure occurred.
* -EPERM: A failure occurred, unable to create node.
* Requires:
* disp_init(void) called.
@@ -58,7 +58,6 @@ struct bridge_dev_context;
* hDevContext: Handle to mini-driver defined device context.
* Returns:
* 0: Success.
- * WMD_E_HARDWARE: A test of hardware assumptions/integrity failed.
* -ETIMEDOUT: Timeout occured waiting for a response from hardware.
* -EPERM: Other, unspecified error.
* Requires:
@@ -656,9 +655,6 @@ typedef dsp_status(*fxn_chnl_registernotify)
* Returns:
* 0: Success.
* -ENOMEM: Unable to allocate memory for device context.
- * WMD_E_BADCONFIG: One or more of the host or DSP configuration
- * parameters did not satisfy hardware assumptions
- * made by this WMD.
* Requires:
* phDevContext != NULL;
* hdev_obj != NULL;
@@ -41,7 +41,6 @@
* 0: Success;
* -ENOMEM: Insufficient memory for requested resources.
* -EIO: Unable to plug channel ISR for configured IRQ.
- * CHNL_E_INVALIDIRQ: Invalid IRQ number. Must be 0 <= birq <= 15.
* -EINVAL: Invalid DSP word size (must be > 0).
* Invalid base address for DSP communications.
* Requires:
@@ -250,7 +250,6 @@ typedef bool(*nldr_initfxn) (void);
* -ENXIO: Can't overlay phase because overlay memory
* is already in use.
* -EILSEQ: Failure in dynamic loader library.
- * DSP_EFWRITE: Failed to write phase's code or date to target.
* Requires:
* nldr_init(void) called.
* Valid nldr_node_obj.
@@ -105,8 +105,6 @@ extern dsp_status node_alloc_msg_buf(struct node_object *hnode,
* -EBADR: Node is not in the NODE_ALLOCATED, NODE_PAUSED,
* or NODE_RUNNING state.
* -ETIME: A timeout occurred before the DSP responded.
- * DSP_ERESTART: A critical error has occurred and the DSP is
- * being restarted.
* Requires:
* node_init(void) called.
* Ensures:
@@ -202,10 +200,7 @@ extern dsp_status node_connect(struct node_object *hNode1,
* -ESPIPE: Create function not found in the COFF file.
* -EBADR: Node is not in the NODE_ALLOCATED state.
* -ENOMEM: Memory allocation failure on the DSP.
- * DSP_ETASK: Unable to create node's task or process on the DSP.
- * DSP_ESTREAM: Stream creation failure on the DSP.
* -ETIME: A timeout occurred before the DSP responded.
- * DSP_EUSER1-16: A user-defined failure occurred on the DSP.
* -EPERM: A failure occurred, unable to create node.
* Requires:
* node_init(void) called.
@@ -252,8 +247,6 @@ extern dsp_status node_create_mgr(OUT struct node_mgr **phNodeMgr,
* 0: Success.
* -EFAULT: Invalid hnode.
* -ETIME: A timeout occurred before the DSP responded.
- * DSP_EDELETE: A deletion failure occurred.
- * DSP_EUSER1-16: Node specific failure occurred on the DSP.
* -EPERM: A failure occurred in deleting the node.
* -ESPIPE: Delete function not found in the COFF file.
* Requires:
@@ -537,7 +530,7 @@ extern dsp_status node_run(struct node_object *hnode);
* hnode: Node object representing a node currently
* running on the DSP.
* pstatus: Location to store execute-phase function return
- * value (DSP_EUSER1-16).
+ * value.
* Returns:
* 0: Success.
* -EFAULT: Invalid hnode.
@@ -91,10 +91,6 @@ extern dsp_status proc_auto_start(struct cfg_devnode *dev_node_obj,
* -EFAULT : Invalid processor handle.
* -ETIME: A Timeout Occured before the Control information
* could be sent.
- * DSP_EACCESSDENIED: Client does not have the access rights required
- * to call this function.
- * DSP_ERESTART: A Critical error has occured and the DSP is being
- * restarted.
* -EPERM : General Failure.
* Requires:
* PROC Initialized.
@@ -175,8 +171,6 @@ extern dsp_status proc_enum_nodes(void *hprocessor,
* -EBADR: The processor is not in the PROC_RUNNING state.
* -ETIME: A timeout occured before the DSP responded to the
* querry.
- * DSP_ERESTART: A Critical error has occured and the DSP is being
- * restarted.
* -EPERM : Unable to get Resource Information
* Requires:
* resource_info is not NULL.
@@ -322,11 +316,6 @@ extern dsp_status proc_get_trace(void *hprocessor, u8 * pbuf, u32 max_size);
* 0: Success.
* -ENOENT: The DSP Execuetable was not found.
* -EFAULT: Invalid processor handle.
- * DSP_ECORRUTFILE: Unable to Parse the DSP Execuetable
- * DSP_EATTACHED: Abort because a GPP Client is attached to the
- * specified Processor
- * DSP_EACCESSDENIED: Client does not have the required access rights
- * to reset and load the Processor
* -EPERM : Unable to Load the Processor
* Requires:
* user_args is not NULL
@@ -201,7 +201,6 @@ extern dsp_status strm_get_info(struct strm_object *hStrm,
* 0: Success.
* -EFAULT: Invalid hStrm.
* -ETIME: A timeout occurred before the stream could be idled.
- * DSP_ERESTART: A critical error occurred, DSP is being restarted.
* -EPERM: Unable to idle stream.
* Requires:
* strm_init(void) called.