Searched refs:auto_boot (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/remoteproc/ |
| A D | qcom_q6v5_pas.c | 38 bool auto_boot; member 426 rproc->auto_boot = desc->auto_boot; in adsp_probe() 548 .auto_boot = true, 565 .auto_boot = true, 597 .auto_boot = true, 608 .auto_boot = true, 620 .auto_boot = true, 636 .auto_boot = true, 652 .auto_boot = true, 734 .auto_boot = true, [all …]
|
| 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()
|
| A D | stm32_rproc.c | 679 struct stm32_rproc *ddata, bool *auto_boot) in stm32_rproc_parse_dt() argument 742 *auto_boot = of_property_read_bool(np, "st,auto-boot"); in stm32_rproc_parse_dt() 808 ret = stm32_rproc_parse_dt(pdev, ddata, &rproc->auto_boot); in stm32_rproc_probe()
|
| A D | wkup_m3_rproc.c | 165 rproc->auto_boot = false; in wkup_m3_rproc_probe()
|
| A D | imx_rproc.c | 777 rproc->auto_boot = of_property_read_bool(np, "fsl,auto-boot"); in imx_rproc_probe()
|
| A D | pru_rproc.c | 811 rproc->auto_boot = false; in pru_rproc_probe()
|
| A D | remoteproc_core.c | 2360 if (rproc->auto_boot) { in rproc_add() 2522 rproc->auto_boot = true; in rproc_alloc()
|
| A D | imx_dsp_rproc.c | 1009 rproc->auto_boot = false; in imx_dsp_rproc_probe()
|
| A D | qcom_q6v5_mss.c | 1876 rproc->auto_boot = false; in q6v5_probe()
|
| /linux/include/linux/ |
| A D | remoteproc.h | 564 bool auto_boot; member
|
Completed in 30 milliseconds