Searched defs:amd_pmf_dev (Results 1 – 1 of 1) sorted by relevance
394 struct amd_pmf_dev { struct395 void __iomem *regbase;396 void __iomem *smu_virt_addr;397 void *buf;398 u32 base_addr;399 u32 cpu_id;400 struct device *dev;401 struct mutex lock; /* protects the PMF interface */402 u32 supported_func;403 enum platform_profile_option current_profile;[all …]