Searched refs:__pdsm_cmd_descriptors (Results 1 – 1 of 1) sorted by relevance
941 static const struct pdsm_cmd_desc __pdsm_cmd_descriptors[] = { variable971 if (cmd >= 0 || cmd < ARRAY_SIZE(__pdsm_cmd_descriptors)) in pdsm_cmd_desc()972 return &__pdsm_cmd_descriptors[cmd]; in pdsm_cmd_desc()