Home
last modified time | relevance | path

Searched defs:fmt (Results 76 – 100 of 153) sorted by relevance

1234567

/rk3399_rockchip-uboot/include/linux/
H A Dcompat.h36 #define dev_dbg(dev, fmt, args...) \ argument
38 #define dev_vdbg(dev, fmt, args...) \ argument
40 #define dev_info(dev, fmt, args...) \ argument
42 #define dev_err(dev, fmt, args...) \ argument
44 #define dev_warn(dev, fmt, args...) \ argument
/rk3399_rockchip-uboot/drivers/sound/
H A Drockchip-i2s.c55 unsigned int fmt, unsigned int channels) in rk_i2s_hw_params()
H A Dsamsung-i2s.c152 int i2s_set_fmt(struct i2s_reg *i2s_reg, unsigned int fmt) in i2s_set_fmt()
/rk3399_rockchip-uboot/common/
H A Dlog.c129 int line, const char *func, const char *fmt, ...) in _log()
H A Dautoboot.c25 #define debug_bootkeys(fmt, args...) \ argument
H A Dlcd_console.c210 void lcd_printf(const char *fmt, ...) in lcd_printf()
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dydirectenv.h61 #define yaffs_trace(msk, fmt, ...) do { \ argument
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Ddesignware_udc.c25 #define UDCDBGA(fmt, args...) argument
28 #define UDCDBGA(fmt, args...) serial_printf(fmt "\n", ##args) argument
/rk3399_rockchip-uboot/lib/
H A Dhashtable.c26 # define debug(fmt,args...) printf(fmt ,##args) argument
28 # define debug(fmt,args...) argument
/rk3399_rockchip-uboot/drivers/remoteproc/
H A Dsandbox_testproc.c6 #define pr_fmt(fmt) "%s: " fmt, __func__ argument
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dmenu.c21 void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn()
31 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn()
H A Dzconf.y16 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) argument
H A Dnconf.c525 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make()
565 static void item_add_str(const char *fmt, ...) in item_add_str()
1213 static void conf_message_callback(const char *fmt, va_list ap) in conf_message_callback()
/rk3399_rockchip-uboot/drivers/net/
H A Dpcnet.c19 #define PCNET_DEBUG1(fmt,args...) \ argument
21 #define PCNET_DEBUG2(fmt,args...) \ argument
H A Ddm9000x.c66 #define DM9000_DBG(fmt,args...) printf(fmt, ##args) argument
78 #define DM9000_DBG(fmt,args...) argument
/rk3399_rockchip-uboot/tools/
H A Datmelimage.c13 #define pr_err(fmt, args...) fprintf(stderr, "atmelimage Error: " fmt, ##args) argument
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dutil.c594 void item_make(const char *fmt, ...) in item_make()
611 void item_add_str(const char *fmt, ...) in item_add_str()
/rk3399_rockchip-uboot/tools/rockchip/
H A Dtrust_merger.c23 #define LOGE(fmt, args...) fprintf(stderr, "E: [%s] " fmt, __func__, ##args) argument
24 #define LOGD(fmt, args...) \ argument
/rk3399_rockchip-uboot/examples/standalone/
H A Dsched.c64 #define PDEBUG(fmt, args...) { \ argument
/rk3399_rockchip-uboot/arch/arm/mach-tegra/
H A Dxusb-padctl-common.c7 #define pr_fmt(fmt) "tegra-xusb-padctl: " fmt argument
/rk3399_rockchip-uboot/cmd/
H A Dtftp_update.c21 #define TFTPUD_I(fmt, args...) printf("[TFTPUD]: "fmt, ##args) argument
22 #define TFTPUD_E(fmt, args...) printf("[TFTPUD-ERROR]: "fmt, ##args) argument
/rk3399_rockchip-uboot/include/
H A Dusbdevice.h29 #define usberr(fmt,args...) serial_printf("ERROR: %s(), %d: "fmt"\n",__FUNCTION__,__LINE__,##args) argument
31 #define usberr(fmt,args...) do{}while(0) argument
37 #define usbdbg(fmt,args...) do{}while(0) argument
43 #define usbinfo(fmt,args...) do{}while(0) argument
/rk3399_rockchip-uboot/drivers/gpio/
H A Dgpio-uclass.c294 static int dm_gpio_requestf(struct gpio_desc *desc, const char *fmt, ...) in dm_gpio_requestf()
343 int gpio_requestf(unsigned gpio, const char *fmt, ...) in gpio_requestf()
699 int gpio_claim_vector(const int *gpio_num_array, const char *fmt) in gpio_claim_vector()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Danalogix_dp.c69 static u8 analogix_dp_get_output_bpp(const struct analogix_dp_output_format *fmt) in analogix_dp_get_output_bpp()
984 const struct analogix_dp_output_format *fmt = &possible_output_fmts[i]; in analogix_dp_get_output_format() local
1002 const struct analogix_dp_output_format *fmt = &possible_output_fmts[i]; in analogix_dp_get_output_format_by_edid() local
/rk3399_rockchip-uboot/drivers/pci/
H A Dpcie_dw_rockchip.c29 #define __pcie_dev_print_emit(fmt, ...) \ argument
36 #define dev_err(dev, fmt, ...) \ argument
52 #define dev_dbg(dev, fmt, ...) \ argument

1234567