Home
last modified time | relevance | path

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

/linux/drivers/remoteproc/
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
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 Drcar_rproc.c175 rproc->auto_boot = false; in rcar_rproc_probe()
H A Dstm32_rproc.c699 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 Dremoteproc_core.c2311 if (rproc->auto_boot) { in rproc_add()
2473 rproc->auto_boot = true; in rproc_alloc()
H A Dxlnx_r5_remoteproc.c928 r5_rproc->auto_boot = false; in zynqmp_r5_add_rproc_core()
H A Dimx_rproc.c1288 rproc->auto_boot = of_property_read_bool(np, "fsl,auto-boot"); in imx_rproc_probe()
H A Dqcom_q6v5_mss.c2060 rproc->auto_boot = false; in q6v5_probe()
/linux/include/linux/
H A Dremoteproc.h580 bool auto_boot; member