Searched refs:str_spec (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/lib/ |
D | vsprintf.c | 1041 static const struct printf_spec str_spec = { in resource_string() local 1065 p = string_nocheck(p, pend, "io ", str_spec); in resource_string() 1068 p = string_nocheck(p, pend, "mem ", str_spec); in resource_string() 1071 p = string_nocheck(p, pend, "irq ", str_spec); in resource_string() 1074 p = string_nocheck(p, pend, "dma ", str_spec); in resource_string() 1077 p = string_nocheck(p, pend, "bus ", str_spec); in resource_string() 1080 p = string_nocheck(p, pend, "??? ", str_spec); in resource_string() 1085 p = string_nocheck(p, pend, "size ", str_spec); in resource_string() 1096 p = string_nocheck(p, pend, " 64bit", str_spec); in resource_string() 1098 p = string_nocheck(p, pend, " pref", str_spec); in resource_string() [all …]
|