Lines Matching refs:hook
1 # Kernel init hook options
10 bool "Run early SoC reset hook"
12 Run an early SoC reset hook.
14 A custom hook soc_reset_hook() is executed at the beginning of the
18 bool "Run early SoC preparation hook"
20 Run an early SoC preparation hook.
22 A custom hook soc_prep_hook() is executed at the beginning of the
26 bool "Run early SoC hook"
28 Run an early SoC initialization hook.
30 A custom SoC hook soc_early_init_hook() is executed before the kernel and
34 bool "Run late SoC hook"
36 Run a late SoC initialization hook.
38 A custom SoC hook soc_late_init_hook() is executed after the kernel and
42 bool "Run SoC per-core initialization hook"
44 Run an SoC initialization hook for every core
46 A custom SoC hook soc_per_core_init_hook() is executeds at the end of
51 bool "Run early board hook"
53 Run an early board initialization hook.
55 A custom board hook board_early_init_hook() is executed before the kernel and
59 bool "Run late board hook"
61 Run a late board initialization hook.
63 A custom board hook board_late_init_hook() is executed after the kernel and