Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dtps65910.c295 ret = tps65910_reg_clear_bits(tps65910, TPS65910_DEVCTRL, in tps65910_ck32k_init()
317 ret = tps65910_reg_set_bits(tps65910, TPS65910_DEVCTRL, in tps65910_sleepinit()
357 tps65910_reg_clear_bits(tps65910, TPS65910_DEVCTRL, in tps65910_sleepinit()
439 if (tps65910_reg_set_bits(tps65910, TPS65910_DEVCTRL, in tps65910_power_off()
443 tps65910_reg_clear_bits(tps65910, TPS65910_DEVCTRL, in tps65910_power_off()
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-tps65910.c402 ret = regmap_update_bits(tps65910->regmap, TPS65910_DEVCTRL, in tps65910_rtc_probe()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dtps65910.h78 #define TPS65910_DEVCTRL 0x3F macro
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dtps65910-regulator.c1101 err = regmap_set_bits(pmic->mfd->regmap, TPS65910_DEVCTRL, in tps65910_probe()