gdp_format_to_str
for (i = 0; i < ARRAY_SIZE(gdp_format_to_str); i++) {
if (gdp_format_to_str[i].format == (val & 0x1F)) {
seq_puts(s, gdp_format_to_str[i].name);
if (i == ARRAY_SIZE(gdp_format_to_str))
} gdp_format_to_str[] = {