Home
last modified time | relevance | path

Searched refs:auto_boot (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/remoteproc/
H A Dqcom_q6v5_pas.c43 bool auto_boot; member
688 rproc->auto_boot = desc->auto_boot; in adsp_probe()
804 .auto_boot = true,
835 .auto_boot = true,
851 .auto_boot = true,
881 .auto_boot = true,
891 .auto_boot = true,
902 .auto_boot = true,
918 .auto_boot = true,
933 .auto_boot = true,
[all …]
H A Dingenic_rproc.c30 static bool auto_boot; variable
31 module_param(auto_boot, bool, 0400);
32 MODULE_PARM_DESC(auto_boot,
180 rproc->auto_boot = auto_boot; in ingenic_rproc_probe()
H A Dqcom_q6v5_adsp.c73 bool auto_boot; member
693 rproc->auto_boot = desc->auto_boot; in adsp_probe()
785 .auto_boot = true,
804 .auto_boot = true,
818 .auto_boot = true,
836 .auto_boot = false,
H A Drcar_rproc.c185 rproc->auto_boot = false; in rcar_rproc_probe()
H A Dstm32_rproc.c707 struct stm32_rproc *ddata, bool *auto_boot) in stm32_rproc_parse_dt() argument
788 *auto_boot = of_property_read_bool(np, "st,auto-boot"); in stm32_rproc_parse_dt()
854 ret = stm32_rproc_parse_dt(pdev, ddata, &rproc->auto_boot); in stm32_rproc_probe()
H A Dwkup_m3_rproc.c165 rproc->auto_boot = false; in wkup_m3_rproc_probe()
H A Dxlnx_r5_remoteproc.c861 r5_rproc->auto_boot = false; in zynqmp_r5_add_rproc_core()
H A Dremoteproc_core.c2295 if (rproc->auto_boot) { in rproc_add()
2457 rproc->auto_boot = true; in rproc_alloc()
H A Dimx_dsp_rproc.c1144 rproc->auto_boot = false; in imx_dsp_rproc_probe()
H A Dpru_rproc.c1033 rproc->auto_boot = false; in pru_rproc_probe()
H A Dimx_rproc.c1158 rproc->auto_boot = of_property_read_bool(np, "fsl,auto-boot"); in imx_rproc_probe()
H A Dqcom_q6v5_mss.c2000 rproc->auto_boot = false; in q6v5_probe()
/openbmc/u-boot/arch/x86/lib/
H A Dzimage.c45 static void build_command_line(char *command_line, int auto_boot) in build_command_line() argument
63 if (auto_boot) in build_command_line()
239 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot, in setup_zimage() argument
282 build_command_line(cmd_line, auto_boot); in setup_zimage()
/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/
H A Dparm_def1 # Indicates whether auto_boot should be disabled.
/openbmc/u-boot/arch/x86/include/asm/
H A Dzimage.h35 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot,
/openbmc/linux/include/linux/
H A Dremoteproc.h580 bool auto_boot; member