| /rk3399_rockchip-uboot/include/linux/ |
| H A D | compat.h | 36 #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 D | rockchip-i2s.c | 55 unsigned int fmt, unsigned int channels) in rk_i2s_hw_params()
|
| H A D | samsung-i2s.c | 152 int i2s_set_fmt(struct i2s_reg *i2s_reg, unsigned int fmt) in i2s_set_fmt()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | log.c | 129 int line, const char *func, const char *fmt, ...) in _log()
|
| H A D | autoboot.c | 25 #define debug_bootkeys(fmt, args...) \ argument
|
| H A D | lcd_console.c | 210 void lcd_printf(const char *fmt, ...) in lcd_printf()
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | ydirectenv.h | 61 #define yaffs_trace(msk, fmt, ...) do { \ argument
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | designware_udc.c | 25 #define UDCDBGA(fmt, args...) argument 28 #define UDCDBGA(fmt, args...) serial_printf(fmt "\n", ##args) argument
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | hashtable.c | 26 # define debug(fmt,args...) printf(fmt ,##args) argument 28 # define debug(fmt,args...) argument
|
| /rk3399_rockchip-uboot/drivers/remoteproc/ |
| H A D | sandbox_testproc.c | 6 #define pr_fmt(fmt) "%s: " fmt, __func__ argument
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | menu.c | 21 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 D | zconf.y | 16 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) argument
|
| H A D | nconf.c | 525 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 D | pcnet.c | 19 #define PCNET_DEBUG1(fmt,args...) \ argument 21 #define PCNET_DEBUG2(fmt,args...) \ argument
|
| H A D | dm9000x.c | 66 #define DM9000_DBG(fmt,args...) printf(fmt, ##args) argument 78 #define DM9000_DBG(fmt,args...) argument
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | atmelimage.c | 13 #define pr_err(fmt, args...) fprintf(stderr, "atmelimage Error: " fmt, ##args) argument
|
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | util.c | 594 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 D | trust_merger.c | 23 #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 D | sched.c | 64 #define PDEBUG(fmt, args...) { \ argument
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/ |
| H A D | xusb-padctl-common.c | 7 #define pr_fmt(fmt) "tegra-xusb-padctl: " fmt argument
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | tftp_update.c | 21 #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 D | usbdevice.h | 29 #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 D | gpio-uclass.c | 294 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 D | analogix_dp.c | 69 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 D | pcie_dw_rockchip.c | 29 #define __pcie_dev_print_emit(fmt, ...) \ argument 36 #define dev_err(dev, fmt, ...) \ argument 52 #define dev_dbg(dev, fmt, ...) \ argument
|