Home
last modified time | relevance | path

Searched refs:boot_core (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/media/platform/amphion/
Dvpu_rpc.c173 .boot_core = vpu_imx8q_boot_core,
199 .boot_core = vpu_imx8q_boot_core,
Dvpu_rpc.h47 int (*boot_core)(struct vpu_core *core); member
142 if (ops && ops->boot_core) in vpu_iface_boot_core()
143 return ops->boot_core(core); in vpu_iface_boot_core()
/linux-5.19.10/arch/mips/kernel/
Dsmp-cps.c215 static void boot_core(unsigned int core, unsigned int vpe_id) in boot_core() function
319 boot_core(core, vpe_id); in cps_boot_secondary()