Home
last modified time | relevance | path

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

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