Home
last modified time | relevance | path

Searched refs:get_soc_info (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Drockchip-cpufreq.c353 .get_soc_info = px30_get_soc_info,
357 .get_soc_info = rk3288_get_soc_info,
361 .get_soc_info = rk3399_get_soc_info,
365 .get_soc_info = rk3588_get_soc_info,
371 .get_soc_info = rv1126_get_soc_info,
606 if (opp_info->data && opp_info->data->get_soc_info) in rockchip_cpufreq_cluster_init()
607 opp_info->data->get_soc_info(dev, np, &bin, &process); in rockchip_cpufreq_cluster_init()
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_soc.cpp927 const MppSocInfo *get_soc_info() { return soc_info; }; in get_soc_info() function in MppSocService
989 soc_info = MppSocService::get()->get_soc_info(); in mpp_get_soc_info()
1000 soc_type = MppSocService::get()->get_soc_info()->soc_type; in mpp_get_soc_type()
/OK3568_Linux_fs/kernel/include/soc/rockchip/
H A Drockchip_opp_select.h43 int (*get_soc_info)(struct device *dev, struct device_node *np, member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/platform/rk/
H A Dmali_kbase_config_rk.c471 .get_soc_info = rk3288_get_soc_info,
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/platform/rk/
H A Dmali_kbase_config_rk.c612 .get_soc_info = rk3588_gpu_get_soc_info,
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_opp_select.c1893 if (info->data && info->data->get_soc_info) in rockchip_init_opp_table()
1894 info->data->get_soc_info(dev, np, &bin, &process); in rockchip_init_opp_table()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_rkvenc.c1002 .get_soc_info = rv1126_get_soc_info,
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_drv.c1296 .get_soc_info = rk3588_npu_get_soc_info,