Searched refs:auto_boot (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | qcom_q6v5_pas.c | 37 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 D | stm32_rproc.c | 585 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 D | wkup_m3_rproc.c | 162 rproc->auto_boot = false; in wkup_m3_rproc_probe()
|
| H A D | remoteproc_core.c | 2103 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 D | qcom_q6v5_mss.c | 1671 rproc->auto_boot = false; in q6v5_probe()
|
| /OK3568_Linux_fs/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() 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 D | zimage.h | 36 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | remoteproc.h | 550 bool auto_boot; member
|