Home
last modified time | relevance | path

Searched refs:caller (Results 1 – 15 of 15) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dtrace.c61 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 Dmxc_ocotp.c165 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 Dfsl_iim.c102 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 Dtrace.h77 uint32_t caller; /* Caller function offset */ member
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Ddebug.h138 int ubi_dbg_power_cut(struct ubi_device *ubi, int caller);
H A Ddebug.c513 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 Dlowlevel_init.S50 mov pc, lr @ back to my caller
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dstart.S131 b save_boot_params_ret @ back to my caller
352 mov pc, r5 @ back to my caller
/rk3399_rockchip-uboot/doc/
H A DREADME.menu117 void caller(void)
H A DREADME.drivers.eth214 and return the result to its caller. The implementation for the write function
H A DREADME.unaligned-memory-access.txt171 16-bit-aligned addresses. It is up to the caller to ensure this alignment or
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dvectors.S237 str lr, [r13] @ save caller lr in position 0 of saved stack
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/
H A Dpsci.S87 @ ARM_PSCI_RET_INVAL,suppose caller saves r4 before calling
/rk3399_rockchip-uboot/tools/
H A Dproftool.c528 out_func(call->caller, 1, "\n"); in make_ftrace()
/rk3399_rockchip-uboot/doc/driver-model/
H A Dlivetree.txt54 caller of an ofnode function does not need to worry about these details.