Lines Matching full:processor
21 * This is the header for processor OEM fxns.
49 * processor. This will be an OEM-only function, and not part of the
52 * hProcessor: The processor handle.
57 * DSP_EHANDLE: Invalid processor handle.
73 * Reset a processor and load a new base program image.
77 * hProcessor: The processor handle.
83 * DSP_EHANDLE: Invalid processor handle.
89 * specified processor
90 * DSP_EFAIL: Unable to load the processor
93 * can load the processor.
103 * Start a processor running.
104 * Processor must be in PROC_LOADED state.
108 * hProcessor: The processor handle.
111 * DSP_EHANDLE: Invalid processor handle.
112 * DSP_EWRONGSTATE: Processor is not in PROC_LOADED state.
114 * to start the Processor
115 * DSP_EFAIL: Unable to start the processor.
123 * Stop a running processor.
124 * Processor must be in PROC_LOADED or PROC_RUNNIG state.
128 * hProcessor: The processor handle.
131 * DSP_EHANDLE: Invalid processor handle.
132 * DSP_EWRONGSTATE: Processor is not in PROC_LOADED state.
134 * to start the Processor
135 * DSP_EFAIL: Unable to start the processor.