Home
last modified time | relevance | path

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

/linux/drivers/remoteproc/
H A Dremoteproc_core.c63 static const char * const rproc_crash_names[] = { variable
72 if (type < ARRAY_SIZE(rproc_crash_names)) in rproc_crash_to_string()
73 return rproc_crash_names[type]; in rproc_crash_to_string()