| .. | .. |
|---|
| 30 | 30 | /** |
|---|
| 31 | 31 | * struct kbasep_pm_ca_policy_devfreq - Private structure for devfreq ca policy |
|---|
| 32 | 32 | * |
|---|
| 33 | | - * This contains data that is private to the devfreq core availability |
|---|
| 34 | | - * policy. |
|---|
| 35 | | - * |
|---|
| 36 | 33 | * @cores_desired: Cores that the policy wants to be available |
|---|
| 37 | 34 | * @cores_enabled: Cores that the policy is currently returning as available |
|---|
| 38 | 35 | * @cores_used: Cores currently powered or transitioning |
|---|
| 36 | + * |
|---|
| 37 | + * This contains data that is private to the devfreq core availability |
|---|
| 38 | + * policy. |
|---|
| 39 | 39 | */ |
|---|
| 40 | 40 | struct kbasep_pm_ca_policy_devfreq { |
|---|
| 41 | 41 | u64 cores_desired; |
|---|