Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dremoteproc_core.c62 static const char * const rproc_crash_names[] = { variable
71 if (type < ARRAY_SIZE(rproc_crash_names)) in rproc_crash_to_string()
72 return rproc_crash_names[type]; in rproc_crash_to_string()
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dremoteproc_core.c62 static const char * const rproc_crash_names[] = { variable
71 if (type < ARRAY_SIZE(rproc_crash_names)) in rproc_crash_to_string()
72 return rproc_crash_names[type]; in rproc_crash_to_string()

Completed in 7 milliseconds