Searched refs:jh71xx_pmu_dev (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pmdomain/starfive/ |
H A D | jh71xx-pmu.c | 57 struct jh71xx_pmu_dev; 65 int (*pmu_set_state)(struct jh71xx_pmu_dev *pmd, 79 struct jh71xx_pmu_dev { struct 85 static int jh71xx_pmu_get_state(struct jh71xx_pmu_dev *pmd, u32 mask, bool *is_on) in jh71xx_pmu_get_state() argument 97 static int jh7110_pmu_set_state(struct jh71xx_pmu_dev *pmd, u32 mask, bool on) in jh7110_pmu_set_state() 165 static int jh7110_aon_pmu_set_state(struct jh71xx_pmu_dev *pmd, u32 mask, bool on) in jh7110_aon_pmu_set_state() 185 static int jh71xx_pmu_set_state(struct jh71xx_pmu_dev *pmd, u32 mask, bool on) in jh71xx_pmu_set_state() 210 struct jh71xx_pmu_dev *pmd = container_of(genpd, in jh71xx_pmu_on() 211 struct jh71xx_pmu_dev, genpd); in jh71xx_pmu_on() 219 struct jh71xx_pmu_dev *pmd = container_of(genpd, in jh71xx_pmu_off() [all …]
|