Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/remoteproc/
Dremoteproc_core.c55 static const char * const rproc_crash_names[] = { variable
62 if (type < ARRAY_SIZE(rproc_crash_names)) in rproc_crash_to_string()
63 return rproc_crash_names[type]; in rproc_crash_to_string()