| /rk3399_rockchip-uboot/lib/ |
| H A D | trace.c | 61 void *caller, ulong flags) in add_ftrace() argument 71 rec->caller = func_ptr_to_num(caller); in add_ftrace() 83 rec->caller = 0; in add_textbase() 99 void *func_ptr, void *caller) in __cyg_profile_func_enter() argument 104 add_ftrace(func_ptr, caller, FUNCF_ENTRY); in __cyg_profile_func_enter() 127 void *func_ptr, void *caller) in __cyg_profile_func_exit() argument 130 add_ftrace(func_ptr, caller, FUNCF_EXIT); in __cyg_profile_func_exit() 215 out->caller = call->caller * FUNC_SITE_SIZE; in trace_list_calls()
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | mxc_ocotp.c | 165 int assert, const char *caller) in prepare_access() argument 172 printf("mxc_ocotp %s(): Invalid argument\n", caller); in prepare_access() 179 printf("mxc_ocotp %s(): Invalid argument\n", caller); in prepare_access() 192 static int finish_access(struct ocotp_regs *regs, const char *caller) in finish_access() argument 204 printf("mxc_ocotp %s(): Access protect error\n", caller); in finish_access() 212 const char *caller) in prepare_read() argument 214 return prepare_access(regs, bank, word, val != NULL, caller); in prepare_read() 343 const char *caller) in prepare_write() argument 345 return prepare_access(regs, bank, word, true, caller); in prepare_write()
|
| H A D | fsl_iim.c | 102 const char *caller) in prepare_access() argument 109 printf("fsl_iim %s(): Invalid argument\n", caller); in prepare_access() 130 const char *caller) in prepare_read() argument 134 ret = prepare_access(regs, bank, word, val != NULL, caller); in prepare_read() 230 const char *caller) in prepare_write() argument 232 return prepare_access(regs, bank, word, !(val & ~0xff), caller); in prepare_write()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | trace.h | 77 uint32_t caller; /* Caller function offset */ member
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | debug.h | 138 int ubi_dbg_power_cut(struct ubi_device *ubi, int caller);
|
| H A D | debug.c | 513 int ubi_dbg_power_cut(struct ubi_device *ubi, int caller) in ubi_dbg_power_cut() argument 517 if ((ubi->dbg.emulate_power_cut & caller) == 0) in ubi_dbg_power_cut() 557 int ubi_dbg_power_cut(struct ubi_device *ubi, int caller) in ubi_dbg_power_cut() argument
|
| /rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm32/ |
| H A D | lowlevel_init.S | 50 mov pc, lr @ back to my caller
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ |
| H A D | start.S | 131 b save_boot_params_ret @ back to my caller 352 mov pc, r5 @ back to my caller
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.menu | 117 void caller(void)
|
| H A D | README.drivers.eth | 214 and return the result to its caller. The implementation for the write function
|
| H A D | README.unaligned-memory-access.txt | 171 16-bit-aligned addresses. It is up to the caller to ensure this alignment or
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | vectors.S | 237 str lr, [r13] @ save caller lr in position 0 of saved stack
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | psci.S | 87 @ ARM_PSCI_RET_INVAL,suppose caller saves r4 before calling
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | proftool.c | 528 out_func(call->caller, 1, "\n"); in make_ftrace()
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | livetree.txt | 54 caller of an ofnode function does not need to worry about these details.
|