Searched refs:dpm_request_power_state (Results 1 – 5 of 5) sorted by relevance
373 struct smu_power_state *dpm_request_power_state; member
445 kfree(smu_dpm->dpm_request_power_state); in smu_v13_0_fini_smc_tables()450 smu_dpm->dpm_request_power_state = NULL; in smu_v13_0_fini_smc_tables()
256 smu_dpm->dpm_request_power_state = kzalloc(sizeof(struct smu_power_state), in aldebaran_allocate_dpm_context()258 if (!smu_dpm->dpm_request_power_state) in aldebaran_allocate_dpm_context()
485 kfree(smu_dpm->dpm_request_power_state); in smu_v11_0_fini_smc_tables()490 smu_dpm->dpm_request_power_state = NULL; in smu_v11_0_fini_smc_tables()
303 smu_dpm->dpm_request_power_state = kzalloc(sizeof(struct smu_power_state), in arcturus_allocate_dpm_context()305 if (!smu_dpm->dpm_request_power_state) in arcturus_allocate_dpm_context()
Completed in 22 milliseconds