Searched refs:hmp_info_cmds (Results 1 – 2 of 2) sorted by relevance
47 static HMPCommand hmp_info_cmds[]; variable73 static HMPCommand hmp_info_cmds[] = { variable143 qsort(hmp_info_cmds, ARRAY_SIZE(hmp_info_cmds) - 1, in sortcmdlist()144 sizeof(*hmp_info_cmds), in sortcmdlist()151 HMPCommand *table = info ? hmp_info_cmds : hmp_cmds; in monitor_register_hmp()167 HMPCommand *table = hmp_info_cmds; in monitor_register_hmp_info_hrt()
1815 .sub_table = hmp_info_cmds,