Searched refs:app (Results 1 – 25 of 58) sorted by relevance
123
23 const struct app_descriptor *app; in apps_init() local26 for (app = &__start_apps; app != &__stop_apps; app++) { in apps_init()27 if (app->init) in apps_init()28 app->init(app); in apps_init()32 for (app = &__start_apps; app != &__stop_apps; app++) { in apps_init()33 if (app->entry && (app->flags & APP_FLAG_NO_AUTOSTART) == 0) { in apps_init()34 start_app(app, true); in apps_init()42 app->entry(app, NULL); in app_thread_entry()65 for (app = &__start_apps; app != &__stop_apps; app++) { in app_start_by_name()78 for (app = &__start_apps; app != &__stop_apps; app++) { in list_apps()[all …]
2 app/tests \3 app/shell \4 app/cdcserialtest \
6 app/shell \7 app/stringtests \8 app/tests \
7 app/shell \8 app/stringtests \9 app/tests \
4 app/shell \5 app/zynq-common \6 app/lkboot
4 app/inetsrv \5 app/shell \6 app/lkboot \
4 app/inetsrv \5 app/lkboot \6 app/shell \
3 app/shell \4 app/tests \
3 app/shell \4 app/udctest
3 app/tests \4 app/shell
2 app/shell \3 app/tests \
2 app/tests \3 app/shell \
4 app/shell \5 app/stringtests \6 app/tests \
5 app/inetsrv
31 static void moot_init(const struct app_descriptor *app) { in moot_init() argument37 static void moot_entry(const struct app_descriptor *app, void *args) { in moot_entry() argument
23 static void cdctest_init(const struct app_descriptor *app) { in cdctest_init() argument27 static void cdctest_entry(const struct app_descriptor *app, void *args) { in cdctest_entry() argument
65 app/shell \66 app/tests \
67 static void udctest_init(const struct app_descriptor *app) { in udctest_init() argument83 static void udctest_entry(const struct app_descriptor *app, void *args) { in udctest_entry() argument
78 static void usbtest_init(const struct app_descriptor *app) { in usbtest_init() argument85 static void usbtest_entry(const struct app_descriptor *app, void *args) { in usbtest_entry() argument
Completed in 36 milliseconds