Lines Matching refs:an
12 is running its own instance of RTOS in an AMP configuration.
35 Returns 0 on success, and an appropriate error value otherwise.
43 In case @rproc is still being used by an additional user(s), then
92 After creating an rproc handle using this function, and when ready,
101 - Free an rproc handle that was allocated by rproc_alloc.
112 Returns 0 on success and an appropriate error code otherwise.
113 Note: this function initiates an asynchronous firmware loading
160 The ->start() handler takes an rproc handle and should then power on the
164 On success, 0 should be returned, and on failure, an appropriate error code.
166 The ->stop() handler takes an rproc handle and powers the device down.
167 On success, 0 is returned, and on failure, an appropriate error code.
169 The ->kick() handler takes an rproc handle, and an index of a virtqueue
246 the host should provide back its details (e.g. address of an allocated
265 * check the validity of an index before the lookup table is accessed, so