Searched refs:func_t (Results 1 – 5 of 5) 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()
7 typedef void func_t(int x); typedef8 func_t a;
522 typedef void (*func_t)(ulong pgtable, ulong setup_base, ulong target); in cpu_jump_to_64bit_uboot() typedef524 func_t func; in cpu_jump_to_64bit_uboot()546 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()