Home
last modified time | relevance | path

Searched refs:post_run (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/cmd/
H A Ddiag.c36 post_run (NULL, POST_RAM | POST_MANUAL); in do_diag()
39 if (post_run (argv[i], POST_RAM | POST_MANUAL) != 0) in do_diag()
/openbmc/u-boot/include/
H A Dpost.h111 int post_run (char *name, int flags);
/openbmc/linux/include/linux/firmware/cirrus/
H A Dcs_dsp.h206 int (*post_run)(struct cs_dsp *dsp); member
/openbmc/u-boot/common/
H A Dboard_r.c572 post_run(NULL, POST_RAM | post_bootmode_get(0)); in initr_post()
H A Dboard_f.c645 post_run(NULL, POST_ROM | post_bootmode_get(0)); in init_post()
/openbmc/u-boot/post/
H A Dpost.c293 int post_run(char *name, int flags) in post_run() function
/openbmc/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c2824 if (dsp->client_ops->post_run) { in cs_dsp_run()
2825 ret = dsp->client_ops->post_run(dsp); in cs_dsp_run()
/openbmc/linux/sound/soc/codecs/
H A Dwm_adsp.c2097 .post_run = wm_adsp_event_post_run,
/openbmc/u-boot/doc/
H A DREADME.POST129 o) int post_run(bd_t *bd, char *name, int flags);