Searched refs:auto_boot (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/remoteproc/ |
| 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 | 71 bool auto_boot; member 676 rproc->auto_boot = desc->auto_boot; in adsp_probe() 770 .auto_boot = true, 788 .auto_boot = true, 802 .auto_boot = true, 819 .auto_boot = false,
|
| H A D | rcar_rproc.c | 175 rproc->auto_boot = false; in rcar_rproc_probe()
|
| H A D | stm32_rproc.c | 699 struct stm32_rproc *ddata, bool *auto_boot) in stm32_rproc_parse_dt() argument 780 *auto_boot = of_property_read_bool(np, "st,auto-boot"); in stm32_rproc_parse_dt() 852 ret = stm32_rproc_parse_dt(pdev, ddata, &rproc->auto_boot); in stm32_rproc_probe()
|
| H A D | remoteproc_core.c | 2311 if (rproc->auto_boot) { in rproc_add() 2473 rproc->auto_boot = true; in rproc_alloc()
|
| H A D | xlnx_r5_remoteproc.c | 928 r5_rproc->auto_boot = false; in zynqmp_r5_add_rproc_core()
|
| H A D | imx_rproc.c | 1288 rproc->auto_boot = of_property_read_bool(np, "fsl,auto-boot"); in imx_rproc_probe()
|
| H A D | qcom_q6v5_mss.c | 2060 rproc->auto_boot = false; in q6v5_probe()
|
| /linux/include/linux/ |
| H A D | remoteproc.h | 580 bool auto_boot; member
|