Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pmdomain/bcm/
H A Dbcm63xx-power.c18 struct bcm63xx_power_dev { struct
27 struct bcm63xx_power_dev *dev; argument
38 static int bcm63xx_power_get_state(struct bcm63xx_power_dev *pmd, bool *is_on) in bcm63xx_power_get_state()
52 static int bcm63xx_power_set_state(struct bcm63xx_power_dev *pmd, bool on) in bcm63xx_power_set_state()
75 struct bcm63xx_power_dev *pmd = container_of(genpd, in bcm63xx_power_on()
76 struct bcm63xx_power_dev, genpd); in bcm63xx_power_on()
83 struct bcm63xx_power_dev *pmd = container_of(genpd, in bcm63xx_power_off()
84 struct bcm63xx_power_dev, genpd); in bcm63xx_power_off()
124 sizeof(struct bcm63xx_power_dev), in bcm63xx_power_probe()
139 struct bcm63xx_power_dev *pmd = &power->dev[ndom]; in bcm63xx_power_probe()