Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dqcom_q6v5_pas.c37 bool auto_boot; member
411 rproc->auto_boot = desc->auto_boot; in adsp_probe()
500 .auto_boot = true,
511 .auto_boot = true,
530 .auto_boot = true,
550 .auto_boot = true,
565 .auto_boot = true,
576 .auto_boot = true,
595 .auto_boot = true,
614 .auto_boot = false,
[all …]
H A Dstm32_rproc.c585 struct stm32_rproc *ddata, bool *auto_boot) in stm32_rproc_parse_dt() argument
650 *auto_boot = of_property_read_bool(np, "st,auto-boot"); in stm32_rproc_parse_dt()
785 ret = stm32_rproc_parse_dt(pdev, ddata, &rproc->auto_boot); in stm32_rproc_probe()
H A Dwkup_m3_rproc.c162 rproc->auto_boot = false; in wkup_m3_rproc_probe()
H A Dremoteproc_core.c2103 if (rproc->auto_boot) { in rproc_add()
2258 rproc->auto_boot = true; in rproc_alloc()
2364 if (rproc->auto_boot) in rproc_del()
H A Dqcom_q6v5_mss.c1671 rproc->auto_boot = false; in q6v5_probe()
/OK3568_Linux_fs/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()
207 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot, in setup_zimage() argument
254 build_command_line(cmd_line, auto_boot); in setup_zimage()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dzimage.h36 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot,
/OK3568_Linux_fs/kernel/include/linux/
H A Dremoteproc.h550 bool auto_boot; member