Searched refs:tps65910_clear_bits (Results 1 - 3 of 3) sorted by relevance

/drivers/gpio/
H A Dgpio-tps65910.c45 tps65910_clear_bits(tps65910, TPS65910_GPIO0 + offset,
65 return tps65910_clear_bits(tps65910, TPS65910_GPIO0 + offset,
/drivers/mfd/
H A Dtps65910.c58 int tps65910_clear_bits(struct tps65910 *tps65910, u8 reg, u8 mask) function
62 EXPORT_SYMBOL_GPL(tps65910_clear_bits); variable
/drivers/regulator/
H A Dtps65910-regulator.c509 return tps65910_clear_bits(mfd, reg, TPS65910_SUPPLY_STATE_ENABLED);
537 return tps65910_clear_bits(mfd, reg, LDO_ST_ON_BIT);
1000 ret = tps65910_clear_bits(mfd,
1013 ret = tps65910_clear_bits(mfd,
1028 ret = tps65910_clear_bits(mfd,
1040 ret = tps65910_clear_bits(mfd,
1043 ret = tps65910_clear_bits(mfd,
1080 ret = tps65910_clear_bits(mfd,
1087 ret = tps65910_clear_bits(mfd,

Completed in 344 milliseconds