Searched refs:startup_fn (Results 1 – 6 of 6) sorted by relevance
59 struct startup_fn *startup_fn; in startup() local65 for_each_table_entry ( startup_fn, STARTUP_FNS ) { in startup()66 if ( startup_fn->startup ) in startup()67 startup_fn->startup(); in startup()86 struct startup_fn *startup_fn; in shutdown() local92 for_each_table_entry_reverse ( startup_fn, STARTUP_FNS ) { in shutdown()93 if ( startup_fn->shutdown ) in shutdown()94 startup_fn->shutdown ( flags ); in shutdown()
104 struct startup_fn startup_devices __startup_fn ( STARTUP_NORMAL ) = {
252 struct startup_fn serial_startup_fn __startup_fn ( STARTUP_EARLY ) = {
51 struct startup_fn { struct57 #define STARTUP_FNS __table ( struct startup_fn, "startup_fns" ) argument
127 struct startup_fn startup_undionly __startup_fn ( STARTUP_LATE ) = {
217 struct startup_fn hide_etherboot_startup_fn __startup_fn ( STARTUP_EARLY ) = {