Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mfd/
Daxp20x.c390 static struct axp20x_dev *axp20x_pm_power_off; variable
393 if (axp20x_pm_power_off->variant == AXP288_ID) in axp20x_power_off()
396 regmap_write(axp20x_pm_power_off->regmap, AXP20X_OFF_CTRL, in axp20x_power_off()
489 axp20x_pm_power_off = axp20x; in axp20x_i2c_probe()
502 if (axp20x == axp20x_pm_power_off) { in axp20x_i2c_remove()
503 axp20x_pm_power_off = NULL; in axp20x_i2c_remove()