Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mfd/
Dtwl6040.c126 int twl6040_reg_write(struct twl6040 *twl6040, unsigned int reg, u8 val) in twl6040_reg_write() function
134 EXPORT_SYMBOL(twl6040_reg_write);
156 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual()
163 ret = twl6040_reg_write(twl6040, TWL6040_REG_NCPCTL, ncpctl); in twl6040_power_up_manual()
170 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual()
177 ret = twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, lppllctl); in twl6040_power_up_manual()
184 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual()
192 twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, lppllctl); in twl6040_power_up_manual()
195 twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual()
198 twl6040_reg_write(twl6040, TWL6040_REG_NCPCTL, ncpctl); in twl6040_power_up_manual()
[all …]
/Linux-v4.19/drivers/input/misc/
Dtwl6040-vibra.c106 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLL, in twl6040_vibra_enable()
108 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLR, in twl6040_vibra_enable()
113 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLL, in twl6040_vibra_enable()
115 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLR, in twl6040_vibra_enable()
125 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLL, 0x00); in twl6040_vibra_disable()
126 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLR, 0x00); in twl6040_vibra_disable()
176 twl6040_reg_write(twl6040, TWL6040_REG_VIBDATL, vibdatl); in twl6040_vibra_set_effect()
177 twl6040_reg_write(twl6040, TWL6040_REG_VIBDATR, vibdatr); in twl6040_vibra_set_effect()
/Linux-v4.19/sound/soc/codecs/
Dtwl6040.c183 return twl6040_reg_write(twl6040, reg, value); in twl6040_write()
988 twl6040_reg_write(twl6040, TWL6040_REG_EARCTL, earctl); in twl6040_mute_path()
989 twl6040_reg_write(twl6040, TWL6040_REG_HSLCTL, hslctl); in twl6040_mute_path()
990 twl6040_reg_write(twl6040, TWL6040_REG_HSRCTL, hsrctl); in twl6040_mute_path()
1005 twl6040_reg_write(twl6040, TWL6040_REG_HFLCTL, hflctl); in twl6040_mute_path()
1006 twl6040_reg_write(twl6040, TWL6040_REG_HFRCTL, hfrctl); in twl6040_mute_path()
/Linux-v4.19/drivers/gpio/
Dgpio-twl6040.c69 twl6040_reg_write(twl6040, TWL6040_REG_GPOCTL, gpoctl); in twl6040gpo_set()
/Linux-v4.19/include/linux/mfd/
Dtwl6040.h250 int twl6040_reg_write(struct twl6040 *twl6040, unsigned int reg,