Searched refs:func_t (Results 1 – 4 of 4) sorted by relevance
25 typedef void (*func_t)(void); in resume_from_sleep() typedef26 func_t resume = *(func_t *)4; in resume_from_sleep()
26 typedef void (*func_t)(void); in resume_from_sleep() typedef27 func_t resume = *(func_t *)4; in resume_from_sleep()
523 typedef void (*func_t)(ulong pgtable, ulong setup_base, ulong target); in cpu_jump_to_64bit_uboot() typedef525 func_t func; in cpu_jump_to_64bit_uboot()540 func = (func_t)ptr; in cpu_jump_to_64bit_uboot()
122 typedef void (*func_t)(int bist, int unused, ulong info) in jump_to_uboot() typedef125 ((func_t)addr)(0, 0, info); in jump_to_uboot()