Home
last modified time | relevance | path

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

/linux-6.15/drivers/remoteproc/
H A Dqcom_q6v5_pas.c46 bool auto_boot; member
718 rproc->auto_boot = desc->auto_boot; in adsp_probe()
828 .auto_boot = true,
839 .auto_boot = true,
855 .auto_boot = true,
866 .auto_boot = true,
897 .auto_boot = true,
913 .auto_boot = true,
929 .auto_boot = true,
945 .auto_boot = true,
[all …]
H A Dingenic_rproc.c30 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 Dqcom_q6v5_adsp.c71 bool auto_boot; member
681 rproc->auto_boot = desc->auto_boot; in adsp_probe()
775 .auto_boot = true,
793 .auto_boot = true,
807 .auto_boot = true,
824 .auto_boot = false,
H A Drcar_rproc.c185 rproc->auto_boot = false; in rcar_rproc_probe()
H A Dstm32_rproc.c707 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 Dwkup_m3_rproc.c165 rproc->auto_boot = false; in wkup_m3_rproc_probe()
H A Dremoteproc_core.c2317 if (rproc->auto_boot) { in rproc_add()
2479 rproc->auto_boot = true; in rproc_alloc()
H A Dimx_dsp_rproc.c1091 rproc->auto_boot = false; in imx_dsp_rproc_probe()
H A Dpru_rproc.c1033 rproc->auto_boot = false; in pru_rproc_probe()
H A Dxlnx_r5_remoteproc.c909 r5_rproc->auto_boot = false; in zynqmp_r5_add_rproc_core()
H A Dimx_rproc.c1123 rproc->auto_boot = of_property_read_bool(np, "fsl,auto-boot"); in imx_rproc_probe()
H A Dqcom_q6v5_mss.c2073 rproc->auto_boot = false; in q6v5_probe()
/linux-6.15/include/linux/
H A Dremoteproc.h580 bool auto_boot; member