Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mfd/
Dtwl6040.c122 int twl6040_reg_write(struct twl6040 *twl6040, unsigned int reg, u8 val) in twl6040_reg_write() function
130 EXPORT_SYMBOL(twl6040_reg_write);
152 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual()
159 ret = twl6040_reg_write(twl6040, TWL6040_REG_NCPCTL, ncpctl); in twl6040_power_up_manual()
166 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual()
173 ret = twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, lppllctl); in twl6040_power_up_manual()
180 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual()
188 twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, lppllctl); in twl6040_power_up_manual()
191 twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual()
194 twl6040_reg_write(twl6040, TWL6040_REG_NCPCTL, ncpctl); in twl6040_power_up_manual()
[all …]
/linux-4.4.14/drivers/input/misc/
Dtwl6040-vibra.c107 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLL, in twl6040_vibra_enable()
109 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLR, in twl6040_vibra_enable()
114 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLL, in twl6040_vibra_enable()
116 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLR, in twl6040_vibra_enable()
126 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLL, 0x00); in twl6040_vibra_disable()
127 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLR, 0x00); in twl6040_vibra_disable()
177 twl6040_reg_write(twl6040, TWL6040_REG_VIBDATL, vibdatl); in twl6040_vibra_set_effect()
178 twl6040_reg_write(twl6040, TWL6040_REG_VIBDATR, vibdatr); in twl6040_vibra_set_effect()
/linux-4.4.14/sound/soc/codecs/
Dtwl6040.c181 return twl6040_reg_write(twl6040, reg, value); in twl6040_write()
974 twl6040_reg_write(twl6040, TWL6040_REG_EARCTL, earctl); in twl6040_mute_path()
975 twl6040_reg_write(twl6040, TWL6040_REG_HSLCTL, hslctl); in twl6040_mute_path()
976 twl6040_reg_write(twl6040, TWL6040_REG_HSRCTL, hsrctl); in twl6040_mute_path()
991 twl6040_reg_write(twl6040, TWL6040_REG_HFLCTL, hflctl); in twl6040_mute_path()
992 twl6040_reg_write(twl6040, TWL6040_REG_HFRCTL, hfrctl); in twl6040_mute_path()
/linux-4.4.14/drivers/gpio/
Dgpio-twl6040.c71 twl6040_reg_write(twl6040, TWL6040_REG_GPOCTL, gpoctl); in twl6040gpo_set()
/linux-4.4.14/include/linux/mfd/
Dtwl6040.h248 int twl6040_reg_write(struct twl6040 *twl6040, unsigned int reg,