Home | History | Annotate | Download | only in inc

Lines Matching full:processor

22  *      This is the header for the DSP/BIOS Bridge processor module.
68 * Prepare for communication with a particular DSP processor, and return
69 * a processor handle for subsequent operations.
71 * uProcessor: The processor index.
74 * phProcessor: Ptr to location to store processor handle.
79 * DSP_EFAIL: Unable to attach the processor
80 * DSP_SALREADYATTACHED: Success; Processor already attached.
94 * Detach from a DSP processor and de-allocate all (GPP) resources reserved
97 * hProcessor: The processor handle.
100 * DSP_EHANDLE: Invalid processor handle.
101 * DSP_EFAIL: Unable to detach from the processor.
110 * Enumerate the nodes currently allocated on a processor.
112 * hProcessor: The processor handle.
122 * DSP_EHANDLE: Invalid processor handle.
142 * hProcessor : The processor handle.
148 * DSP_EHANDLE : Invalid processor handle.
165 * hProcessor : The processor handle.
170 * DSP_EHANDLE : Invalid processor handle.
186 * hProcessor: The processor handle.
189 * the processor resource information will be returned.
193 * DSP_EHANDLE: Invalid processor handle.
196 * DSP_EWRONGSTATE: The processor is not in the PROC_RUNNING state.
215 * Report the state of the specified DSP processor.
217 * hProcessor: The processor handle.
223 * DSP_EHANDLE: Invalid processor handle.
225 * DSP_EFAIL: General failure while querying processor state.
239 * hProcessor : The processor handle.
248 * DSP_EHANDLE : Invalid processor handle.
270 * Register to be notified of specific processor events
272 * hProcessor: The processor handle.
279 * DSP_EHANDLE: Invalid processor handle or hNotification.
297 * hProcessor : The processor handle.
302 * DSP_EHANDLE : Invalid processor handle.
320 * hProcessor : The processor handle.
324 * DSP_EHANDLE : Invalid processor handle.
342 * hProcessor : The processor handle.
346 * DSP_EHANDLE : Invalid processor handle.