Searched refs:str_spec (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/lib/ |
D | vsprintf.c | 991 static const struct printf_spec str_spec = { in resource_string() local 1015 p = string_nocheck(p, pend, "io ", str_spec); in resource_string() 1018 p = string_nocheck(p, pend, "mem ", str_spec); in resource_string() 1021 p = string_nocheck(p, pend, "irq ", str_spec); in resource_string() 1024 p = string_nocheck(p, pend, "dma ", str_spec); in resource_string() 1027 p = string_nocheck(p, pend, "bus ", str_spec); in resource_string() 1030 p = string_nocheck(p, pend, "??? ", str_spec); in resource_string() 1035 p = string_nocheck(p, pend, "size ", str_spec); in resource_string() 1046 p = string_nocheck(p, pend, " 64bit", str_spec); in resource_string() 1048 p = string_nocheck(p, pend, " pref", str_spec); in resource_string() [all …]
|