Searched refs:shutdown_reg (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/leds/ |
| H A D | leds-is31fl32xx.c | 96 u8 shutdown_reg; member 324 if (cdef->shutdown_reg != IS31FL32XX_REG_NONE) { in is31fl32xx_software_shutdown() 327 ret = is31fl32xx_write(priv, cdef->shutdown_reg, value); in is31fl32xx_software_shutdown() 476 .shutdown_reg = 0x00, 488 .shutdown_reg = 0x00, 501 .shutdown_reg = 0x00, 514 .shutdown_reg = 0x00, 527 .shutdown_reg = IS31FL32XX_REG_NONE, 543 .shutdown_reg = IS31FL32XX_REG_NONE,
|
| /linux/drivers/mfd/ |
| H A D | axp20x.c | 1244 unsigned int shutdown_reg; in axp20x_power_off() local 1249 shutdown_reg = AXP313A_SHUTDOWN_CTRL; in axp20x_power_off() 1252 shutdown_reg = AXP20X_OFF_CTRL; in axp20x_power_off() 1256 regmap_write(axp20x->regmap, shutdown_reg, AXP20X_OFF); in axp20x_power_off()
|