Searched refs:gdp_format_to_str (Results 1 – 1 of 1) sorted by relevance
43 static struct gdp_format_to_str { struct46 } gdp_format_to_str[] = { argument156 for (i = 0; i < ARRAY_SIZE(gdp_format_to_str); i++) { in gdp_dbg_ctl()157 if (gdp_format_to_str[i].format == (val & 0x1F)) { in gdp_dbg_ctl()158 seq_puts(s, gdp_format_to_str[i].name); in gdp_dbg_ctl()162 if (i == ARRAY_SIZE(gdp_format_to_str)) in gdp_dbg_ctl()