/openbmc/linux/arch/mips/bcm63xx/ |
H A D | nvram.c | 11 #define pr_fmt(fmt) "bcm63xx_nvram: " fmt argument
|
/openbmc/linux/net/caif/ |
H A D | cfvidl.c | 7 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__ argument
|
/openbmc/linux/net/netfilter/ |
H A D | xt_nfacct.c | 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
|
H A D | xt_LOG.c | 10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
|
H A D | xt_physdev.c | 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
|
/openbmc/linux/drivers/s390/block/ |
H A D | scm_drv.c | 10 #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt argument
|
/openbmc/linux/net/atm/ |
H A D | raw.c | 6 #define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__ argument
|
/openbmc/linux/drivers/sh/intc/ |
H A D | userimask.c | 10 #define pr_fmt(fmt) "intc: " fmt argument
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | pkcs7_trust.c | 8 #define pr_fmt(fmt) "PKCS7: "fmt argument
|
/openbmc/linux/arch/arm/mach-mvebu/ |
H A D | cpu-reset.c | 8 #define pr_fmt(fmt) "mvebu-cpureset: " fmt argument
|
/openbmc/linux/drivers/scsi/elx/libefc/ |
H A D | efc.h | 40 #define domain_trace(domain, fmt, ...) \ argument
|
/openbmc/linux/drivers/acpi/ |
H A D | spcr.c | 8 #define pr_fmt(fmt) "ACPI: SPCR: " fmt argument
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | pmem.c | 7 #define pr_fmt(fmt) "pseries-pmem: " fmt argument
|
/openbmc/linux/tools/perf/ |
H A D | builtin-kvm.c | 99 struct perf_hpp_fmt fmt; member 117 static int ev_name_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in ev_name_entry() 208 static int ev_entry_mean(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in ev_entry_mean() 289 static int ev_entry_count_precent(struct perf_hpp_fmt *fmt, in ev_entry_count_precent() 334 static int fmt_width(struct perf_hpp_fmt *fmt, in fmt_width() 344 static int fmt_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in fmt_header() 366 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free() 390 struct perf_hpp_fmt *fmt; in get_format() local
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-input.c | 8 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 28 #define dprintk(fmt, ...) \ argument
|
/openbmc/linux/sound/soc/codecs/ |
H A D | es7241.c | 30 unsigned int fmt; member 125 static int es7241_set_fmt(struct snd_soc_dai *dai, unsigned int fmt) in es7241_set_fmt()
|
/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_sru.c | 169 unsigned int pad, struct v4l2_mbus_framefmt *fmt) in sru_try_format() 221 struct v4l2_subdev_format *fmt) in sru_set_format()
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_wb.c | 67 const struct dpu_format *fmt = data->dest.format; in dpu_hw_wb_setup_format() local 149 const struct dpu_format *fmt, in dpu_hw_wb_setup_cdp()
|
/openbmc/qemu/hw/intc/ |
H A D | xlnx-zynqmp-ipi.c | 42 #define DB_PRINT_L(lvl, fmt, args...) do {\ argument 48 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args) argument
|
/openbmc/libmctp/ |
H A D | astlpc.c | 144 #define astlpc_prlog(ctx, lvl, fmt, ...) \ argument 151 #define astlpc_prerr(ctx, fmt, ...) \ argument 153 #define astlpc_prwarn(ctx, fmt, ...) \ argument 155 #define astlpc_prnotice(ctx, fmt, ...) \ argument 157 #define astlpc_prinfo(ctx, fmt, ...) \ argument 159 #define astlpc_prdebug(ctx, fmt, ...) \ argument
|
/openbmc/linux/fs/exfat/ |
H A D | exfat_fs.h | 533 #define exfat_fs_error(sb, fmt, args...) \ argument 535 #define exfat_fs_error_ratelimit(sb, fmt, args...) \ argument 540 #define exfat_err(sb, fmt, ...) \ argument 542 #define exfat_warn(sb, fmt, ...) \ argument 544 #define exfat_info(sb, fmt, ...) \ argument 546 #define exfat_debug(sb, fmt, ...) \ argument
|
/openbmc/linux/fs/nfs/ |
H A D | internal.h | 156 #define nfs_errorf(fc, fmt, ...) ((fc)->log.log ? \ argument 160 #define nfs_ferrorf(fc, fac, fmt, ...) ((fc)->log.log ? \ argument 164 #define nfs_invalf(fc, fmt, ...) ((fc)->log.log ? \ argument 168 #define nfs_finvalf(fc, fac, fmt, ...) ((fc)->log.log ? \ argument 172 #define nfs_warnf(fc, fmt, ...) ((fc)->log.log ? \ argument 176 #define nfs_fwarnf(fc, fac, fmt, ...) ((fc)->log.log ? \ argument
|
/openbmc/linux/tools/lib/bpf/ |
H A D | relo_core.c | 53 #define pr_warn(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) argument 54 #define pr_info(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) argument 55 #define pr_debug(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) argument 56 #define libbpf_print(level, fmt, ...) bpf_log((void *)prog_name, fmt, ##__VA_ARGS__) argument 1163 #define append_buf(fmt, args...) \ in bpf_core_format_spec() argument
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ov5670.c | 2204 struct v4l2_mbus_framefmt *fmt = in ov5670_init_cfg() local 2255 struct v4l2_subdev_format *fmt) in ov5670_update_pad_format() 2265 struct v4l2_subdev_format *fmt) in ov5670_do_get_pad_format() 2279 struct v4l2_subdev_format *fmt) in ov5670_get_pad_format() 2293 struct v4l2_subdev_format *fmt) in ov5670_set_pad_format()
|
H A D | ov9282.c | 550 const struct v4l2_subdev_format *fmt) in ov9282_update_controls() 788 struct v4l2_subdev_format *fmt) in ov9282_fill_pad_format() 810 struct v4l2_subdev_format *fmt) in ov9282_get_pad_format() 841 struct v4l2_subdev_format *fmt) in ov9282_set_pad_format() 891 struct v4l2_subdev_format fmt = { 0 }; in ov9282_init_pad_cfg() local
|