Searched refs:twl6040_reg_write (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/mfd/ |
D | twl6040.c | 109 int twl6040_reg_write(struct twl6040 *twl6040, unsigned int reg, u8 val) in twl6040_reg_write() function 117 EXPORT_SYMBOL(twl6040_reg_write); 139 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 146 ret = twl6040_reg_write(twl6040, TWL6040_REG_NCPCTL, ncpctl); in twl6040_power_up_manual() 153 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 160 ret = twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, lppllctl); in twl6040_power_up_manual() 167 ret = twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 175 twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, lppllctl); in twl6040_power_up_manual() 178 twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 181 twl6040_reg_write(twl6040, TWL6040_REG_NCPCTL, ncpctl); in twl6040_power_up_manual() [all …]
|
/Linux-v6.6/drivers/input/misc/ |
D | twl6040-vibra.c | 92 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLL, in twl6040_vibra_enable() 94 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLR, in twl6040_vibra_enable() 99 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLL, in twl6040_vibra_enable() 101 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLR, in twl6040_vibra_enable() 111 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLL, 0x00); in twl6040_vibra_disable() 112 twl6040_reg_write(twl6040, TWL6040_REG_VIBCTLR, 0x00); in twl6040_vibra_disable() 162 twl6040_reg_write(twl6040, TWL6040_REG_VIBDATL, vibdatl); in twl6040_vibra_set_effect() 163 twl6040_reg_write(twl6040, TWL6040_REG_VIBDATR, vibdatr); in twl6040_vibra_set_effect()
|
/Linux-v6.6/sound/soc/codecs/ |
D | twl6040.c | 169 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-v6.6/drivers/gpio/ |
D | gpio-twl6040.c | 62 twl6040_reg_write(twl6040, TWL6040_REG_GPOCTL, gpoctl); in twl6040gpo_set()
|
/Linux-v6.6/include/linux/mfd/ |
D | twl6040.h | 208 int twl6040_reg_write(struct twl6040 *twl6040, unsigned int reg,
|