HomeSort by relevance Sort by last modified time
    Searched refs:init_fnc_t (Results 1 - 4 of 4) sorted by null

  /external/u-boot/include/
initcall.h 9 typedef int (*init_fnc_t)(void); typedef
11 int initcall_run_list(const init_fnc_t init_sequence[]);
  /external/u-boot/lib/
initcall.c 12 int initcall_run_list(const init_fnc_t init_sequence[])
14 const init_fnc_t *init_fnc_ptr;
  /external/u-boot/common/
board_f.c 752 static const init_fnc_t init_sequence_f[] = {
929 static const init_fnc_t init_sequence_f_r[] = {
board_r.c 660 static init_fnc_t init_sequence_r[] = {

Completed in 360 milliseconds