Home
last modified time | relevance | path

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

/drivers/media/platform/amphion/
Dvpu_rpc.c171 .boot_core = vpu_imx8q_boot_core,
197 .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()
/drivers/soc/qcom/
Dsocinfo.c144 u32 boot_core; member
576 qcom_socinfo->info.boot_core = __le32_to_cpu(info->boot_core); in socinfo_debugfs_init()
583 &qcom_socinfo->info.boot_core); in socinfo_debugfs_init()