Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 9 of 9) sorted by relevance

/include/linux/
A Dprintk.h18 #define printk(fmt, ...) \ argument
25 #define no_printk(fmt, ...) \ argument
33 #define pr_fmt(fmt) fmt argument
36 #define pr_emerg(fmt, ...) \ argument
40 #define pr_alert(fmt, ...) \ argument
44 #define pr_crit(fmt, ...) \ argument
48 #define pr_err(fmt, ...) \ argument
52 #define pr_warn(fmt, ...) \ argument
60 #define pr_info(fmt, ...) \ argument
74 #define pr_cont(fmt, ...) \ argument
[all …]
/include/dm/
A Ddevice_compat.h47 #define dev_printk_emit(cat, level, fmt, ...) \ argument
83 #define __dev_printk(level, dev, fmt, ...) \ argument
103 #define dev_emerg(dev, fmt, ...) \ argument
105 #define dev_alert(dev, fmt, ...) \ argument
107 #define dev_crit(dev, fmt, ...) \ argument
109 #define dev_err(dev, fmt, ...) \ argument
111 #define dev_warn(dev, fmt, ...) \ argument
113 #define dev_notice(dev, fmt, ...) \ argument
115 #define dev_info(dev, fmt, ...) \ argument
117 #define dev_dbg(dev, fmt, ...) \ argument
[all …]
A Dutil.h12 #define dm_warn(fmt...) log(LOGC_DM, LOGL_WARNING, ##fmt) argument
14 #define dm_warn(fmt...) log(LOGC_DM, LOGL_DEBUG, ##fmt) argument
/include/test/
A Dut.h140 #define ut_reportf(fmt, args...) \ argument
156 #define ut_assertf(cond, fmt, args...) ({ \ argument
329 #define ut_assert_nextline(fmt, args...) ({ \ argument
342 #define ut_assert_nextlinen(fmt, args...) ({ \ argument
367 #define ut_assert_skip_to_line(fmt, args...) ({ \ argument
380 #define ut_assert_skip_to_linen(fmt, args...) ({ \ argument
/include/
A Dstdio.h35 static inline int __printf(1, 2) printf(const char *fmt, ...) in printf()
40 static inline int vprintf(const char *fmt, va_list args) in vprintf()
75 #define eprintf(fmt, args...) fprintf(stderr, fmt, ##args) argument
A Dfdt_support.h439 #define fdt_status_okay_by_pathf(fdt, fmt, ...) \ argument
441 #define fdt_status_disabled_by_pathf(fdt, fmt, ...) \ argument
443 #define fdt_status_fail_by_pathf(fdt, fmt, ...) \ argument
A Dlog.h161 #define pr_fmt(fmt) fmt argument
259 #define debug_cond(cond, fmt, args...) \ argument
274 #define debug_cond(cond, fmt, args...) \ argument
283 #define debug(fmt, args...) \ argument
287 #define warn_non_xpl(fmt, args...) \ argument
A Dusbdevice.h25 #define usberr(fmt,args...) serial_printf("ERROR: %s(), %d: "fmt"\n",__FUNCTION__,__LINE__,##args) argument
27 #define usberr(fmt,args...) do{}while(0) argument
33 #define usbdbg(fmt,args...) do{}while(0) argument
39 #define usbinfo(fmt,args...) do{}while(0) argument
A Dmipi_dsi.h221 static inline int mipi_dsi_pixel_format_to_bpp(enum mipi_dsi_pixel_format fmt) in mipi_dsi_pixel_format_to_bpp()

Completed in 13 milliseconds