Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/ucsi/
H A Dtrace.c6 static const char * const ucsi_cmd_strs[] = { variable
33 return ucsi_cmd_strs[(cmd >= ARRAY_SIZE(ucsi_cmd_strs)) ? 0 : cmd]; in ucsi_cmd_str()