/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | qcom_q6v5_pas.c | 43 bool auto_boot; member 688 rproc->auto_boot = desc->auto_boot; in adsp_probe() 783 .auto_boot = true, 793 .auto_boot = true, 804 .auto_boot = true, 820 .auto_boot = true, 835 .auto_boot = true, 851 .auto_boot = true, 867 .auto_boot [all...] |
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 | 73 bool auto_boot; member 693 rproc->auto_boot = desc->auto_boot; in adsp_probe() 785 .auto_boot = true, 804 .auto_boot = true, 818 .auto_boot = true, 836 .auto_boot = false,
|
H A D | rcar_rproc.c | 185 rproc->auto_boot = false; in rcar_rproc_probe()
|
H A D | stm32_rproc.c | 707 struct stm32_rproc *ddata, bool *auto_boot) in stm32_rproc_parse_dt() 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() 706 stm32_rproc_parse_dt(struct platform_device *pdev, struct stm32_rproc *ddata, bool *auto_boot) stm32_rproc_parse_dt() argument
|
H A D | wkup_m3_rproc.c | 165 rproc->auto_boot = false; in wkup_m3_rproc_probe()
|
H A D | imx_dsp_rproc.c | 1144 rproc->auto_boot = false; in imx_dsp_rproc_probe()
|
H A D | pru_rproc.c | 1033 rproc->auto_boot = false; in pru_rproc_probe()
|
H A D | xlnx_r5_remoteproc.c | 861 r5_rproc->auto_boot = false; in zynqmp_r5_add_rproc_core()
|
H A D | remoteproc_core.c | 2295 if (rproc->auto_boot) { in rproc_add() 2457 rproc->auto_boot = true; in rproc_alloc()
|
H A D | imx_rproc.c | 1152 rproc->auto_boot = of_property_read_bool(np, "fsl,auto-boot"); in imx_rproc_probe()
|
H A D | qcom_q6v5_mss.c | 2000 rproc->auto_boot = false; in q6v5_probe()
|
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | qcom_q6v5_pas.c | 37 bool auto_boot; member 412 rproc->auto_boot = desc->auto_boot; in adsp_probe() 504 .auto_boot = true, 515 .auto_boot = true, 534 .auto_boot = true, 554 .auto_boot = true, 569 .auto_boot = true, 580 .auto_boot = true, 599 .auto_boot [all...] |
H A D | stm32_rproc.c | 597 struct stm32_rproc *ddata, bool *auto_boot) in stm32_rproc_parse_dt() 662 *auto_boot = of_property_read_bool(np, "st,auto-boot"); in stm32_rproc_parse_dt() 797 ret = stm32_rproc_parse_dt(pdev, ddata, &rproc->auto_boot); in stm32_rproc_probe() 596 stm32_rproc_parse_dt(struct platform_device *pdev, struct stm32_rproc *ddata, bool *auto_boot) stm32_rproc_parse_dt() argument
|
H A D | wkup_m3_rproc.c | 162 rproc->auto_boot = false; in wkup_m3_rproc_probe()
|
H A D | remoteproc_core.c | 2037 if (rproc->auto_boot) { in rproc_add() 2188 rproc->auto_boot = true; in rproc_alloc() 2294 if (rproc->auto_boot) in rproc_del()
|
H A D | qcom_q6v5_mss.c | 1718 rproc->auto_boot = false; in q6v5_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | remoteproc.h | 509 * @auto_boot: flag to indicate if remote processor should be auto-started 546 bool auto_boot; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | remoteproc.h | 539 * @auto_boot: flag to indicate if remote processor should be auto-started 580 bool auto_boot; member
|