Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mfd/
Daxp20x.c599 static struct axp20x_dev *axp20x_pm_power_off; variable
602 if (axp20x_pm_power_off->variant == AXP288_ID) in axp20x_power_off()
605 regmap_write(axp20x_pm_power_off->regmap, AXP20X_OFF_CTRL, in axp20x_power_off()
710 axp20x_pm_power_off = axp20x; in axp20x_i2c_probe()
723 if (axp20x == axp20x_pm_power_off) { in axp20x_i2c_remove()
724 axp20x_pm_power_off = NULL; in axp20x_i2c_remove()