Home
last modified time | relevance | path

Searched refs:pm_domain_list (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_pm_domain.c96 _mali_osk_list_addtail(&group->pm_domain_list, &domain->group_list); in mali_pm_domain_add_group()
104 _mali_osk_list_add(&l2_cache->pm_domain_list, &domain->l2_cache_list); in mali_pm_domain_add_l2_cache()
H A Dmali_pm.c570 pm_domain_list) { in mali_pm_domain_power_up()
581 pm_domain_list) { in mali_pm_domain_power_up()
642 pm_domain_list) { in mali_pm_domain_power_down()
653 pm_domain_list) { in mali_pm_domain_power_down()
H A Dmali_l2_cache.h64 _mali_osk_list_t pm_domain_list; member
H A Dmali_group.h81 _mali_osk_list_t pm_domain_list; member
H A Dmali_executor.c2429 … _MALI_OSK_LIST_FOREACHENTRY(group, temp, &domain->group_list, struct mali_group, pm_domain_list) { in mali_executor_core_scale()
2464 … _MALI_OSK_LIST_FOREACHENTRY(group, temp, &domain->group_list, struct mali_group, pm_domain_list) { in mali_executor_core_scale()
2540 …K_LIST_FOREACHENTRY(disabled_group, temp, &domain->group_list, struct mali_group, pm_domain_list) { in mali_executor_core_scale_in_group_complete()
H A Dmali_group.c75 _mali_osk_list_init(&group->pm_domain_list); in mali_group_create()