Home
last modified time | relevance | path

Searched refs:str_spec (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dvsprintf.c1086 static const struct printf_spec str_spec = { in resource_string() local
1110 p = string_nocheck(p, pend, "io ", str_spec); in resource_string()
1113 p = string_nocheck(p, pend, "mem ", str_spec); in resource_string()
1116 p = string_nocheck(p, pend, "irq ", str_spec); in resource_string()
1119 p = string_nocheck(p, pend, "dma ", str_spec); in resource_string()
1122 p = string_nocheck(p, pend, "bus ", str_spec); in resource_string()
1125 p = string_nocheck(p, pend, "??? ", str_spec); in resource_string()
1130 p = string_nocheck(p, pend, "size ", str_spec); in resource_string()
1141 p = string_nocheck(p, pend, " 64bit", str_spec); in resource_string()
1143 p = string_nocheck(p, pend, " pref", str_spec); in resource_string()
[all …]