Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 25 of 64) sorted by relevance

123

/drivers/mtd/ubi/
A Ddebug.h38 #define ubi_dbg_msg(type, fmt, ...) \ argument
39 pr_debug("UBI DBG " type " (pid %d): " fmt "\n", current->pid, \
43 #define dbg_gen(fmt, ...) ubi_dbg_msg("gen", fmt, ##__VA_ARGS__) argument
45 #define dbg_eba(fmt, ...) ubi_dbg_msg("eba", fmt, ##__VA_ARGS__) argument
47 #define dbg_wl(fmt, ...) ubi_dbg_msg("wl", fmt, ##__VA_ARGS__) argument
49 #define dbg_io(fmt, ...) ubi_dbg_msg("io", fmt, ##__VA_ARGS__) argument
51 #define dbg_bld(fmt, ...) ubi_dbg_msg("bld", fmt, ##__VA_ARGS__) argument
A Dubi.h46 #define ubi_msg(ubi, fmt, ...) argument
48 #define ubi_msg(ubi, fmt, ...) printk(UBI_NAME_STR "%d: " fmt "\n", \ argument
53 #define ubi_warn(ubi, fmt, ...) pr_warn(UBI_NAME_STR "%d warning: %s: " fmt "\n", \ argument
56 #define ubi_err(ubi, fmt, ...) pr_err(UBI_NAME_STR "%d error: %s: " fmt "\n", \ argument
/drivers/mtd/ubispl/
A Dubispl.h127 #define ubi_dbg(fmt, ...) printf("UBI: debug:" fmt "\n", ##__VA_ARGS__) argument
129 #define ubi_dbg(fmt, ...) argument
133 #define ubi_msg(fmt, ...) argument
135 #define ubi_msg(fmt, ...) printf("UBI: " fmt "\n", ##__VA_ARGS__) argument
138 #define ubi_warn(fmt, ...) printf("UBI warning: " fmt "\n", ##__VA_ARGS__) argument
140 #define ubi_err(fmt, ...) printf("UBI error: " fmt "\n", ##__VA_ARGS__) argument
/drivers/usb/musb-new/
A Dmusb_debug.h17 #define WARNING(fmt, args...) yprintk(KERN_WARNING, fmt, ## args) argument
18 #define INFO(fmt, args...) yprintk(KERN_INFO, fmt, ## args) argument
19 #define ERR(fmt, args...) yprintk(KERN_ERR, fmt, ## args) argument
/drivers/mtd/nand/raw/brcmnand/
A Dbrcmnand_compat.c8 static char *devm_kvasprintf(struct udevice *dev, gfp_t gfp, const char *fmt, in devm_kvasprintf() argument
16 len = vsnprintf(NULL, 0, fmt, aq); in devm_kvasprintf()
23 vsnprintf(p, len + 1, fmt, ap); in devm_kvasprintf()
28 char *devm_kasprintf(struct udevice *dev, gfp_t gfp, const char *fmt, ...) in devm_kasprintf() argument
33 va_start(ap, fmt); in devm_kasprintf()
34 p = devm_kvasprintf(dev, gfp, fmt, ap); in devm_kasprintf()
/drivers/usb/gadget/
A Dstorage_common.c69 #define VLDBG(lun, fmt, args...) do { } while (0) argument
79 #define LDBG(lun, fmt, args...) do { } while (0) argument
80 #define LERROR(lun, fmt, args...) do { } while (0) argument
81 #define LWARN(lun, fmt, args...) do { } while (0) argument
82 #define LINFO(lun, fmt, args...) do { } while (0) argument
106 #define DBG(d, fmt, args...) debug(fmt , ## args) argument
107 #define VDBG(d, fmt, args...) debug(fmt , ## args) argument
114 #define ERROR(d, fmt, args...) do { } while (0) argument
115 #define WARNING(d, fmt, args...) do { } while (0) argument
116 #define INFO(d, fmt, args...) do { } while (0) argument
/drivers/sound/
A Dmax98090.c126 int max98090_set_fmt(struct maxim_priv *priv, int fmt) in max98090_set_fmt() argument
131 if (fmt == priv->fmt) in max98090_set_fmt()
134 priv->fmt = fmt; in max98090_set_fmt()
136 switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) { in max98090_set_fmt()
160 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) { in max98090_set_fmt()
176 switch (fmt & SND_SOC_DAIFMT_INV_MASK) { in max98090_set_fmt()
250 priv->fmt = -1U; in max98090_device_init()
A Dmax98088.c167 int max98088_set_fmt(struct maxim_priv *priv, int fmt) in max98088_set_fmt() argument
173 if (fmt == priv->fmt) in max98088_set_fmt()
176 priv->fmt = fmt; in max98088_set_fmt()
178 switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) { in max98088_set_fmt()
197 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) { in max98088_set_fmt()
208 switch (fmt & SND_SOC_DAIFMT_INV_MASK) { in max98088_set_fmt()
297 priv->fmt = -1U; in max98088_device_init()
A Dmax98095.c167 static int max98095_set_fmt(struct maxim_priv *priv, int fmt, in max98095_set_fmt() argument
177 if (fmt == priv->fmt) in max98095_set_fmt()
180 priv->fmt = fmt; in max98095_set_fmt()
194 switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) { in max98095_set_fmt()
211 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) { in max98095_set_fmt()
222 switch (fmt & SND_SOC_DAIFMT_INV_MASK) { in max98095_set_fmt()
315 priv->fmt = -1U; in max98095_device_init()
A Dsamsung-i2s.c153 static int i2s_set_fmt(struct i2s_reg *i2s_reg, unsigned int fmt) in i2s_set_fmt() argument
160 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) { in i2s_set_fmt()
174 (fmt & SND_SOC_DAIFMT_FORMAT_MASK)); in i2s_set_fmt()
182 switch (fmt & SND_SOC_DAIFMT_INV_MASK) { in i2s_set_fmt()
193 (fmt & SND_SOC_DAIFMT_INV_MASK)); in i2s_set_fmt()
197 switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) { in i2s_set_fmt()
211 (fmt & SND_SOC_DAIFMT_MASTER_MASK)); in i2s_set_fmt()
A Dwm8994.c154 static int wm8994_set_fmt(struct wm8994_priv *priv, int aif_id, uint fmt) in wm8994_set_fmt() argument
179 switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) { in wm8994_set_fmt()
190 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) { in wm8994_set_fmt()
209 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) { in wm8994_set_fmt()
213 switch (fmt & SND_SOC_DAIFMT_INV_MASK) { in wm8994_set_fmt()
229 switch (fmt & SND_SOC_DAIFMT_INV_MASK) { in wm8994_set_fmt()
/drivers/net/qe/
A Ddm_qe_uec.h13 #define qe_uec_dbg(dev, fmt, args...) debug("%s:" fmt, dev->name, ##args) argument
/drivers/pci/
A Dpcie_dw_sifive.c61 #define sv_info(sv, fmt, arg...) printf(fmt, ## arg) argument
62 #define sv_warn(sv, fmt, arg...) printf(fmt, ## arg) argument
63 #define sv_debug(sv, fmt, arg...) debug(fmt, ## arg) argument
64 #define sv_err(sv, fmt, arg...) printf(fmt, ## arg) argument
/drivers/ram/cadence/
A Dddr_ctrl.c39 #define pr_debug(fmt, args...) printf(fmt, ##args) argument
40 #define pr_debug2(fmt, args...) printf(fmt, ##args) argument
42 #define pr_debug(fmt, args...) argument
43 #define pr_debug2(fmt, args...) argument
/drivers/rtc/
A Dds1374.c26 #define DEBUGR(fmt,args...) printf(fmt ,##args) argument
28 #define DEBUGR(fmt,args...) argument
A Disl1208.c21 #define DEBUGR(fmt,args...) printf(fmt ,##args) argument
23 #define DEBUGR(fmt,args...) argument
A Drx8025.c20 #define DEBUGR(fmt,args...) printf(fmt ,##args) argument
22 #define DEBUGR(fmt,args...) argument
/drivers/i2c/
A Dsoft_i2c.c100 #define PRINTD(fmt,args...) do { \ argument
101 printf (fmt ,##args); \
104 #define PRINTD(fmt,args...) argument
/drivers/misc/
A Dcros_ec_i2c.c21 #define debug_trace(fmt, b...) debug(fmt, #b) argument
23 #define debug_trace(fmt, b...) argument
A Dcros_ec_lpc.c23 #define debug_trace(fmt, b...) debug(fmt, ##b) argument
25 #define debug_trace(fmt, b...) argument
/drivers/mtd/nand/
A Dbbt.c10 #define pr_fmt(fmt) "nand-bbt: " fmt argument
/drivers/video/tegra/
A Dcpu-bridge.c90 static int tegra_cpu_bridge_get_format(enum mipi_dsi_pixel_format format, u32 *fmt) in tegra_cpu_bridge_get_format() argument
95 *fmt = BASE_COLOR_SIZE_888; in tegra_cpu_bridge_get_format()
99 *fmt = BASE_COLOR_SIZE_666; in tegra_cpu_bridge_get_format()
103 *fmt = BASE_COLOR_SIZE_565; in tegra_cpu_bridge_get_format()
/drivers/power/regulator/
A Dqcom_usb_vbus_regulator.c5 #define pr_fmt(fmt) "qcom_usb_vbus: " fmt argument
/drivers/remoteproc/
A Dti_power_proc.c6 #define pr_fmt(fmt) "%s: " fmt, __func__ argument
/drivers/power/pmic/
A Das3722.c6 #define pr_fmt(fmt) "as3722: " fmt argument

Completed in 54 milliseconds

123