Searched refs:gdp_format_to_str (Results 1 – 1 of 1) sorted by relevance
37 static struct gdp_format_to_str { struct40 } gdp_format_to_str[] = { variable150 for (i = 0; i < ARRAY_SIZE(gdp_format_to_str); i++) { in gdp_dbg_ctl()151 if (gdp_format_to_str[i].format == (val & 0x1F)) { in gdp_dbg_ctl()152 seq_puts(s, gdp_format_to_str[i].name); in gdp_dbg_ctl()156 if (i == ARRAY_SIZE(gdp_format_to_str)) in gdp_dbg_ctl()