Home
last modified time | relevance | path

Searched refs:RSC_LAST (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/staging/
H A Dremoteproc.rst317 * @RSC_LAST: just keep this one at the end
322 * lookup table, so please keep them sane. Moreover, @RSC_LAST is used to
331 RSC_LAST = 4,
/linux/include/linux/
H A Dremoteproc.h121 RSC_LAST = 4, enumerator
/linux/drivers/remoteproc/
H A Dremoteproc_core.c1012 static rproc_handle_resource_t rproc_loading_handlers[RSC_LAST] = {
1021 rproc_handle_resource_t handlers[RSC_LAST]) in rproc_handle_resources() argument
1058 if (hdr->type >= RSC_LAST) { in rproc_handle_resources()