Searched defs:caller (Results 1 – 6 of 6) sorted by relevance
| /u-boot/lib/efi_loader/ |
| A D | efi_freestanding.c | 104 __cyg_profile_func_enter(void *func_ptr, void *caller) in __cyg_profile_func_enter() 120 __cyg_profile_func_exit(void *func_ptr, void *caller) in __cyg_profile_func_exit()
|
| /u-boot/drivers/misc/ |
| A D | mxc_ocotp.c | 183 int assert, const char *caller) in prepare_access() 210 static int finish_access(struct ocotp_regs *regs, const char *caller) in finish_access() 230 const char *caller) in prepare_read() 368 const char *caller) in prepare_write()
|
| A D | fsl_iim.c | 102 const char *caller) in prepare_access() 130 const char *caller) in prepare_read() 230 const char *caller) in prepare_write()
|
| /u-boot/lib/ |
| A D | trace.c | 107 static void notrace add_ftrace(void *func_ptr, void *caller, ulong flags) in add_ftrace() 132 void notrace __cyg_profile_func_enter(void *func_ptr, void *caller) in __cyg_profile_func_enter() 168 void notrace __cyg_profile_func_exit(void *func_ptr, void *caller) in __cyg_profile_func_exit()
|
| /u-boot/drivers/mtd/ubi/ |
| A D | debug.c | 515 int ubi_dbg_power_cut(struct ubi_device *ubi, int caller) in ubi_dbg_power_cut() 559 int ubi_dbg_power_cut(struct ubi_device *ubi, int caller) in ubi_dbg_power_cut()
|
| /u-boot/include/ |
| A D | trace.h | 86 uint32_t caller; /* Caller function offset */ member
|
Completed in 12 milliseconds