Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dremoteproc.h120 RSC_LAST = 4, enumerator
/Linux-v5.4/Documentation/
Dremoteproc.txt316 * @RSC_LAST: just keep this one at the end
321 * lookup table, so please keep them sane. Moreover, @RSC_LAST is used to
330 RSC_LAST = 4,
/Linux-v5.4/drivers/remoteproc/
Dremoteproc_core.c1030 static rproc_handle_resource_t rproc_loading_handlers[RSC_LAST] = {
1039 rproc_handle_resource_t handlers[RSC_LAST]) in rproc_handle_resources() argument
1076 if (hdr->type >= RSC_LAST) { in rproc_handle_resources()