Lines Matching refs:printf_spec
400 struct printf_spec { struct
412 struct printf_spec spec) in number() argument
424 BUILD_BUG_ON(sizeof(struct printf_spec) != 8); in number()
536 struct printf_spec spec; in special_hex_number()
574 char *widen_string(char *buf, int n, char *end, struct printf_spec spec) in widen_string()
595 char *string(char *buf, char *end, const char *s, struct printf_spec spec) in string()
616 char *dentry_name(char *buf, char *end, const struct dentry *d, struct printf_spec spec, in dentry_name()
662 struct printf_spec spec, const char *fmt) in bdev_name()
681 struct printf_spec spec, const char *fmt) in symbol_string()
706 static const struct printf_spec default_str_spec = {
711 static const struct printf_spec default_flag_spec = {
717 static const struct printf_spec default_dec_spec = {
724 struct printf_spec spec, const char *fmt) in resource_string()
733 static const struct printf_spec io_spec = { in resource_string()
739 static const struct printf_spec mem_spec = { in resource_string()
745 static const struct printf_spec bus_spec = { in resource_string()
751 static const struct printf_spec str_spec = { in resource_string()
768 const struct printf_spec *specp; in resource_string()
821 char *hex_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in hex_string()
874 struct printf_spec spec, const char *fmt) in bitmap_string()
882 spec = (struct printf_spec){ .flags = SMALL | ZEROPAD, .base = 16 }; in bitmap_string()
915 struct printf_spec spec, const char *fmt) in bitmap_list_string()
952 struct printf_spec spec, const char *fmt) in mac_address_string()
1139 struct printf_spec spec, const char *fmt) in ip6_addr_string()
1153 struct printf_spec spec, const char *fmt) in ip4_addr_string()
1164 struct printf_spec spec, const char *fmt) in ip6_addr_string_sa()
1226 struct printf_spec spec, const char *fmt) in ip4_addr_string_sa()
1260 char *escaped_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in escaped_string()
1321 struct printf_spec spec, const char *fmt) in uuid_string()
1362 struct printf_spec spec) in pointer_string()
1378 struct printf_spec spec) in restricted_pointer()
1465 char *clock(char *buf, char *end, struct clk *clk, struct printf_spec spec, in clock()
1569 struct printf_spec spec, const char *fmt) in device_node_string()
1577 static const struct printf_spec num_spec = { in device_node_string()
1584 struct printf_spec str_spec = spec; in device_node_string()
1712 static char *ptr_to_id(char *buf, char *end, void *ptr, struct printf_spec spec) in ptr_to_id()
1857 struct printf_spec spec) in pointer()
2001 int format_decode(const char *fmt, struct printf_spec *spec) in format_decode()
2178 set_field_width(struct printf_spec *spec, int width) in set_field_width()
2187 set_precision(struct printf_spec *spec, int prec) in set_precision()
2227 struct printf_spec spec = {0}; in vsnprintf()
2528 struct printf_spec spec = {0}; in vbin_printf()
2686 struct printf_spec spec = {0}; in bstr_printf()