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
55 - Find an rproc handle using a device tree phandle. Returns the rproc
98 After creating an rproc handle using this function, and when ready,
107 - Free an rproc handle that was allocated by rproc_alloc.
118 Returns 0 on success and an appropriate error code otherwise.
119 Note: this function initiates an asynchronous firmware loading
166 The ->start() handler takes an rproc handle and should then power on the
170 On success, 0 should be returned, and on failure, an appropriate error code.
172 The ->stop() handler takes an rproc handle and powers the device down.
173 On success, 0 is returned, and on failure, an appropriate error code.
175 The ->kick() handler takes an rproc handle, and an index of a virtqueue
252 the host should provide back its details (e.g. address of an allocated
271 * check the validity of an index before the lookup table is accessed, so