Searched refs:auto_boot (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/remoteproc/ |
H A D | qcom_q6v5_pas.c | 43 bool auto_boot; member 688 rproc->auto_boot = desc->auto_boot; in adsp_probe() 783 .auto_boot = true, 794 .auto_boot = true, 810 .auto_boot = true, 821 .auto_boot = true, 837 .auto_boot = true, 853 .auto_boot = true, 869 .auto_boot = true, 885 .auto_boot = true, [all …]
|
H A D | ingenic_rproc.c | 30 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 D | qcom_q6v5_adsp.c | 73 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 D | rcar_rproc.c | 185 rproc->auto_boot = false; in rcar_rproc_probe()
|
H A D | stm32_rproc.c | 707 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 D | wkup_m3_rproc.c | 165 rproc->auto_boot = false; in wkup_m3_rproc_probe()
|
H A D | remoteproc_core.c | 2295 if (rproc->auto_boot) { in rproc_add() 2457 rproc->auto_boot = true; in rproc_alloc()
|
H A D | xlnx_r5_remoteproc.c | 861 r5_rproc->auto_boot = false; in zynqmp_r5_add_rproc_core()
|
H A D | pru_rproc.c | 1033 rproc->auto_boot = false; in pru_rproc_probe()
|
H A D | imx_dsp_rproc.c | 1144 rproc->auto_boot = false; in imx_dsp_rproc_probe()
|
H A D | imx_rproc.c | 1169 rproc->auto_boot = of_property_read_bool(np, "fsl,auto-boot"); in imx_rproc_probe()
|
H A D | qcom_q6v5_mss.c | 2000 rproc->auto_boot = false; in q6v5_probe()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | zimage.c | 45 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 D | parm_def | 1 # Indicates whether auto_boot should be disabled.
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | zimage.h | 35 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot,
|
/openbmc/linux/include/linux/ |
H A D | remoteproc.h | 580 bool auto_boot; member
|