| /rk3399_rockchip-uboot/include/rockchip/ |
| H A D | rkce_debug.h | 10 #define rk_err(fmt, args...) printf("RKCE: E [%s %d]: " fmt "\n", \ argument 13 #define rk_warn(fmt, args...) printf("RKCE: W [%s %d]: " fmt "\n", \ argument 16 #define rk_info(fmt, args...) printf(fmt, ##args) argument 19 #define rk_debug(fmt, args...) printf("RKCE: D [%s %d]: " fmt "\n", \ argument 22 #define rk_trace(fmt, args...) printf("RKCE: T [%s %d]: " fmt "\n", \ argument 25 #define rk_debug(fmt, args...) argument 26 #define rk_trace(fmt, args...) argument
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_debug.h | 14 #define yprintk(facility, format, args...) \ argument 17 #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
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | func_test.py | 217 def _RunBuildman(self, *args): 221 def _RunControl(self, *args, **kwargs): 256 def _HandleCommandGitLog(self, args): argument 273 def _HandleCommandGitConfig(self, args): argument 323 def _HandleCommandNm(self, args): argument 326 def _HandleCommandObjdump(self, args): argument 329 def _HandleCommandSize(self, args): argument 373 def _HandleMake(self, commit, brd, stage, cwd, *args, **kwargs):
|
| /rk3399_rockchip-uboot/tools/gdb/ |
| H A D | error.c | 19 va_list args; in Warning() local 33 va_list args; in Error() local 49 va_list args; in Perror() local
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | dumpimage.h | 28 #define debug(fmt, args...) printf(fmt, ##args) argument 30 #define debug(fmt, args...) argument
|
| H A D | mkimage.h | 28 #define debug(fmt,args...) printf (fmt ,##args) argument 30 #define debug(fmt,args...) argument
|
| /rk3399_rockchip-uboot/drivers/rkflash/ |
| H A D | rkflash_debug.c | 21 va_list args; in rkflash_print_dio() local 39 va_list args; in rkflash_print_bio() local 56 va_list args; in rkflash_print_info() local 72 va_list args; in rkflash_print_error() local
|
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | ps2mult.c | 27 #define PRINTF(format, args...) printf("ps2mult.c: " format, ## args) argument 30 #define PRINTF_MULT(format, args...) printf("PS2MULT: " format, ## args) argument 32 #define PRINTF_MULT(format, args...) argument 36 #define PRINTF_KEYB(format, args...) printf("KEYB: " format, ## args) argument 38 #define PRINTF_KEYB(format, args...) argument
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | lan91c96.c | 74 #define PRINTK3(args...) printf(args) argument 76 #define PRINTK3(args...) argument 80 #define PRINTK2(args...) printf(args) argument 82 #define PRINTK2(args...) argument 86 #define PRINTK(args...) printf(args) argument 88 #define PRINTK(args...) argument
|
| H A D | smc91111.c | 89 #define PRINTK3(args...) printf(args) argument 91 #define PRINTK3(args...) argument 95 #define PRINTK2(args...) printf(args) argument 97 #define PRINTK2(args...) argument 101 #define PRINTK(args...) printf(args) argument 103 #define PRINTK(args...) argument
|
| /rk3399_rockchip-uboot/api/ |
| H A D | api_net.c | 21 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) argument 23 #define debugf(fmt, args...) argument 26 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) argument
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | mkbootimg | 53 def get_recovery_dtbo_offset(args): argument 64 def write_header(args): argument 213 def write_data(args): argument
|
| H A D | unpack_bootimg | 178 def unpack_boot_image(args): argument 374 def unpack_vendor_boot_image(args): argument 470 def unpack_image(args): argument
|
| H A D | avbtool.py | 4270 def _fixup_common_args(self, args): argument 4744 def generate_test_image(self, args): argument 4748 def extract_public_key(self, args): argument 4752 def make_vbmeta_image(self, args): argument 4770 def append_vbmeta_image(self, args): argument 4775 def add_hash_footer(self, args): argument 4800 def add_hashtree_footer(self, args): argument 4837 def erase_footer(self, args): argument 4841 def zero_hashtree(self, args): argument 4845 def extract_vbmeta_image(self, args): argument [all …]
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | fwcall.c | 22 static void __efi_runtime hvc_call(struct pt_regs *args) in hvc_call() 56 void __efi_runtime smc_call(struct pt_regs *args) in smc_call()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | vsprintf.c | 476 va_list args) in vsnprintf_internal() 675 va_list args) in vsnprintf() 680 int vscnprintf(char *buf, size_t size, const char *fmt, va_list args) in vscnprintf() 695 va_list args; in snprintf() local 707 va_list args; in scnprintf() local 730 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() 737 va_list args; in sprintf() local 748 va_list args; in printf() local 766 int vprintf(const char *fmt, va_list args) in vprintf()
|
| H A D | bidram.c | 18 #define BIDRAM_R(fmt, args...) printf(fmt, ##args) argument 19 #define BIDRAM_I(fmt, args...) printf("Bidram: "fmt, ##args) argument 20 #define BIDRAM_W(fmt, args...) printf("Bidram Warn: "fmt, ##args) argument 21 #define BIDRAM_E(fmt, args...) printf("Bidram Error: "fmt, ##args) argument 22 #define BIDRAM_D(fmt, args...) debug("Bidram Debug: "fmt, ##args) argument
|
| /rk3399_rockchip-uboot/include/ |
| H A D | amp.h | 12 #define AMP_I(fmt, args...) printf("AMP: "fmt, ##args) argument 13 #define AMP_E(fmt, args...) printf("AMP Error: "fmt, ##args) argument
|
| H A D | stdio.h | 39 static inline int vprintf(const char *fmt, va_list args) in vprintf() 56 #define eprintf(fmt, args...) fprintf(stderr, fmt, ##args) argument
|
| H A D | irq-generic.h | 14 #define IRQ_I(fmt, args...) printf("IRQ: "fmt, ##args) argument 15 #define IRQ_W(fmt, args...) printf("IRQ Warn: "fmt, ##args) argument 16 #define IRQ_E(fmt, args...) printf("IRQ Err: "fmt, ##args) argument 17 #define IRQ_D(fmt, args...) debug("IRQ Debug "fmt, ##args) argument
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | test.py | 19 args = ['py.test', os.path.dirname(__file__) + '/tests'] variable
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | reiser.c | 28 #define PRINTF(fmt,args...) printf (fmt ,##args) argument 30 #define PRINTF(fmt,args...) argument
|
| /rk3399_rockchip-uboot/drivers/mailbox/ |
| H A D | mailbox-uclass.c | 20 struct ofnode_phandle_args *args) in mbox_of_xlate_default() 36 struct ofnode_phandle_args args; in mbox_get_by_index() local
|
| /rk3399_rockchip-uboot/drivers/fpga/ |
| H A D | cyclon2.c | 15 #define PRINTF(fmt,args...) printf (fmt ,##args) argument 17 #define PRINTF(fmt,args...) argument
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | storage_common.c | 73 #define VLDBG(lun, fmt, args...) do { } while (0) argument 83 #define LDBG(lun, fmt, args...) do { } while (0) argument 84 #define LERROR(lun, fmt, args...) do { } while (0) argument 85 #define LWARN(lun, fmt, args...) do { } while (0) argument 86 #define LINFO(lun, fmt, args...) do { } while (0) argument 110 #define DBG(d, fmt, args...) debug(fmt , ## args) argument 111 #define VDBG(d, fmt, args...) debug(fmt , ## args) argument 118 #define ERROR(d, fmt, args...) do { } while (0) argument 119 #define WARNING(d, fmt, args...) do { } while (0) argument 120 #define INFO(d, fmt, args...) do { } while (0) argument
|