Home
last modified time | relevance | path

Searched defs:fmt (Results 201 – 225 of 4527) sorted by relevance

12345678910>>...182

/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-controls.c19 static int cx18_s_stream_vbi_fmt(struct cx2341x_handler *cxhdl, u32 fmt) in cx18_s_stream_vbi_fmt()
82 struct v4l2_mbus_framefmt *fmt = &format.format; in cx18_s_video_encoding() local
/openbmc/linux/drivers/scsi/snic/
H A Dsnic.h130 #define SNIC_MAIN_DBG(host, fmt, args...) \ argument
134 #define SNIC_SCSI_DBG(host, fmt, args...) \ argument
138 #define SNIC_DISC_DBG(host, fmt, args...) \ argument
142 #define SNIC_ISR_DBG(host, fmt, args...) \ argument
146 #define SNIC_HOST_ERR(host, fmt, args...) \ argument
149 #define SNIC_HOST_INFO(host, fmt, args...) \ argument
152 #define SNIC_INFO(fmt, args...) \ argument
155 #define SNIC_DBG(fmt, args...) \ argument
158 #define SNIC_ERR(fmt, args...) \ argument
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-driver.h25 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
140 #define IVTV_DEBUG(x, type, fmt, args...) \ argument
145 #define IVTV_DEBUG_WARN(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_WARN, "warn", fmt , ## args) argument
146 #define IVTV_DEBUG_INFO(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_INFO, "info", fmt , ## args) argument
147 #define IVTV_DEBUG_MB(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_MB, "mb", fmt , ## args) argument
148 #define IVTV_DEBUG_DMA(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_DMA, "dma", fmt , ## args) argument
149 #define IVTV_DEBUG_IOCTL(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_IOCTL, "ioctl", fmt , ## args) argument
156 #define IVTV_DEBUG_HIGH_VOL(x, type, fmt, args...) \ argument
173 #define IVTV_ERR(fmt, args...) v4l2_err(&itv->v4l2_dev, fmt , ## args) argument
174 #define IVTV_WARN(fmt, args...) v4l2_warn(&itv->v4l2_dev, fmt , ## args) argument
[all …]
/openbmc/linux/arch/powerpc/sysdev/
H A Dtsi108_dev.c32 #define DBG(fmt...) do { printk(fmt); } while(0) argument
34 #define DBG(fmt...) do { } while(0) argument
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dvhub.h442 #define EPVDBG(ep, fmt, ...) do { \ argument
449 #define DVDBG(d, fmt, ...) do { \ argument
456 #define UDCVDBG(u, fmt...) do { } while(0) argument
457 #define EPVDBG(ep, fmt, ...) do { } while(0) argument
458 #define DVDBG(d, fmt, ...) do { } while(0) argument
462 #define UDCDBG(u, fmt...) dev_dbg(&(u)->pdev->dev, fmt) argument
464 #define EPDBG(ep, fmt, ...) do { \ argument
471 #define DDBG(d, fmt, ...) do { \ argument
477 #define UDCDBG(u, fmt...) do { } while(0) argument
478 #define EPDBG(ep, fmt, ...) do { } while(0) argument
[all …]
/openbmc/phosphor-mboxd/
H A Dcommon.c19 void mbox_log_console(int p, const char *fmt, va_list args) in mbox_log_console()
32 void mbox_log(int p, const char *fmt, ...) in mbox_log()
/openbmc/hiomapd/
H A Dcommon.c19 void mbox_log_console(int p, const char *fmt, va_list args) in mbox_log_console()
35 void mbox_log(int p, const char *fmt, ...) in mbox_log()
/openbmc/qemu/hw/sd/
H A Dssi-sd.c32 #define DPRINTF(fmt, ...) \ argument
34 #define BADF(fmt, ...) \ argument
37 #define DPRINTF(fmt, ...) do {} while(0) argument
38 #define BADF(fmt, ...) \ argument
/openbmc/qemu/hw/display/
H A Dssd0323.c24 #define DPRINTF(fmt, ...) \ argument
26 #define BADF(fmt, ...) \ argument
31 #define DPRINTF(fmt, ...) do {} while(0) argument
32 #define BADF(fmt, ...) \ argument
/openbmc/linux/tools/include/nolibc/
H A Dstdio.h217 int vfprintf(FILE *stream, const char *fmt, va_list args) in vfprintf()
323 int vprintf(const char *fmt, va_list args) in vprintf()
329 int fprintf(FILE *stream, const char *fmt, ...) in fprintf()
341 int printf(const char *fmt, ...) in printf()
/openbmc/linux/sound/soc/ux500/
H A Dux500_msp_dai.c170 unsigned int fmt, in setup_clocking()
226 unsigned int fmt, in setup_pcm_protdesc()
305 unsigned int fmt = drvdata->fmt; in setup_msp_config() local
537 unsigned int fmt) in ux500_msp_dai_set_dai_fmt()
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_frontend.c122 static bool sun4i_frontend_format_chroma_requires_swap(uint32_t fmt) in sun4i_frontend_format_chroma_requires_swap()
136 static bool sun4i_frontend_format_supports_tiling(uint32_t fmt) in sun4i_frontend_format_supports_tiling()
348 static int sun4i_frontend_drm_format_to_output_fmt(uint32_t fmt, u32 *val) in sun4i_frontend_drm_format_to_output_fmt()
385 bool sun4i_frontend_format_is_supported(uint32_t fmt, uint64_t modifier) in sun4i_frontend_format_is_supported()
/openbmc/u-boot/tools/
H A Dproftool.c63 #define error(fmt, b...) outf(0, fmt, ##b) argument
64 #define warn(fmt, b...) outf(1, fmt, ##b) argument
65 #define notice(fmt, b...) outf(2, fmt, ##b) argument
66 #define info(fmt, b...) outf(3, fmt, ##b) argument
67 #define debug(fmt, b...) outf(4, fmt, ##b) argument
70 static void outf(int level, const char *fmt, ...) in outf()
/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i_rotate.c43 const struct rotate_format *fmt, in rotate_calc_addr_pitch()
66 const struct rotate_format *fmt; in rotate_device_run() local
179 const struct rotate_format *fmt; in rotate_prepare_format() local
238 const struct rotate_format *fmt; in rotate_enum_framesizes() local
262 const struct rotate_format *fmt; in rotate_set_cap_format() local
573 struct v4l2_pix_format fmt; in rotate_s_ctrl() local
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_v4l2.c137 static int vpu_init_format(struct vpu_inst *inst, struct vpu_format *fmt) in vpu_init_format()
152 static int vpu_calc_fmt_bytesperline(struct v4l2_format *f, struct vpu_format *fmt) in vpu_calc_fmt_bytesperline()
179 static int vpu_calc_fmt_sizeimage(struct vpu_inst *inst, struct vpu_format *fmt) in vpu_calc_fmt_sizeimage()
209 u32 vpu_get_fmt_plane_size(struct vpu_format *fmt, u32 plane_no) in vpu_get_fmt_plane_size()
229 int vpu_try_fmt_common(struct vpu_inst *inst, struct v4l2_format *f, struct vpu_format *fmt) in vpu_try_fmt_common()
569 struct vpu_format *fmt = vpu_get_format(inst, q->type); in vpu_vb2_start_streaming() local
/openbmc/linux/lib/
H A Ddynamic_debug.c14 #define pr_fmt(fmt) "dyndbg: " fmt argument
119 #define vnpr_info(lvl, fmt, ...) \ argument
125 #define vpr_info(fmt, ...) vnpr_info(1, fmt, ##__VA_ARGS__) argument
126 #define v2pr_info(fmt, ...) vnpr_info(2, fmt, ##__VA_ARGS__) argument
127 #define v3pr_info(fmt, ...) vnpr_info(3, fmt, ##__VA_ARGS__) argument
128 #define v4pr_info(fmt, ...) vnpr_info(4, fmt, ##__VA_ARGS__) argument
865 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) in __dynamic_pr_debug()
886 const struct device *dev, const char *fmt, ...) in __dynamic_dev_dbg()
917 const struct net_device *dev, const char *fmt, ...) in __dynamic_netdev_dbg()
956 const struct ib_device *ibdev, const char *fmt, ...) in __dynamic_ibdev_dbg()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.h25 #define DEBUGFS_READONLY_FILE(name, fmt, value...) \ argument
53 #define DEBUGFS_FWSTATS_FILE(sub, name, fmt, struct_type) \ argument
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dvdec.c119 const struct venus_format *fmt = vdec_formats; in find_format() local
149 const struct venus_format *fmt = vdec_formats; in find_format_by_index() local
189 const struct venus_format *fmt; in vdec_try_fmt_common() local
287 const struct venus_format *fmt = NULL; in vdec_g_fmt() local
326 const struct venus_format *fmt; in vdec_s_fmt() local
448 const struct venus_format *fmt; in vdec_enum_fmt() local
500 const struct venus_format *fmt; in vdec_enum_framesizes() local
738 #define is_ubwc_fmt(fmt) (!!((fmt) & HFI_COLOR_FORMAT_UBWC_BASE)) argument
739 #define is_10bit_ubwc_fmt(fmt) (!!((fmt) & HFI_COLOR_FORMAT_10_BIT_BASE & \ argument
/openbmc/linux/fs/btrfs/
H A Dtree-checker.c56 const char *fmt, ...) in generic_err()
81 const char *fmt, ...) in file_extent_err()
141 const char *fmt, ...) in dir_item_err()
385 #define inode_item_err(eb, slot, fmt, ...) \ argument
636 const char *fmt, ...) in block_group_err()
747 const char *fmt, ...) in chunk_err()
993 const char *fmt, ...) in dev_item_err()
1239 const char *fmt, ...) in extent_err()
1582 #define inode_ref_err(eb, slot, fmt, args...) \ argument
/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.c118 const struct mdp_format *fmt; in mdp_enum_fmt_mplane() local
135 const struct mdp_format *fmt; in mdp_try_fmt_mplane() local
308 static u32 mdp_fmt_get_stride(const struct mdp_format *fmt, in mdp_fmt_get_stride()
327 static u32 mdp_fmt_get_stride_contig(const struct mdp_format *fmt, in mdp_fmt_get_stride_contig()
345 static u32 mdp_fmt_get_plane_size(const struct mdp_format *fmt, in mdp_fmt_get_plane_size()
/openbmc/qemu/tests/tcg/s390x/
H A Dtrap.c18 static void error1(const char *filename, int line, const char *fmt, ...) in error1()
38 #define error(fmt, ...) error1(__FILE__, __LINE__, fmt, ## __VA_ARGS__) argument
/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-log.h33 #define intel_pt_log(fmt, ...) \ argument
71 #define intel_pt_log_var(var, fmt) intel_pt_log("%s: " #var " " fmt "\n", __func__, var) argument
/openbmc/linux/arch/powerpc/kernel/
H A Dcrash_dump.c25 #define DBG(fmt...) udbg_printf(fmt) argument
27 #define DBG(fmt...) argument
/openbmc/linux/arch/powerpc/boot/
H A Dstdio.c146 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf()
329 int sprintf(char * buf, const char *fmt, ...) in sprintf()
343 printf(const char *fmt, ...) in printf()
/openbmc/linux/fs/ocfs2/cluster/
H A Dmasklog.h157 #define mlog(mask, fmt, ...) \ argument
165 #define mlog_ratelimited(mask, fmt, ...) \ argument
183 #define mlog_bug_on_msg(cond, fmt, args...) do { \ argument

12345678910>>...182