Searched refs:twl6040_reg_write (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/mfd/ |
A D | twl6040.c | 119 EXPORT_SYMBOL(twl6040_reg_write); 180 twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 183 twl6040_reg_write(twl6040, TWL6040_REG_NCPCTL, ncpctl); in twl6040_power_up_manual() 186 twl6040_reg_write(twl6040, TWL6040_REG_LDOCTL, ldoctl); in twl6040_power_up_manual() 406 twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, in twl6040_set_pll() 417 twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, in twl6040_set_pll() 421 twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, in twl6040_set_pll() 424 twl6040_reg_write(twl6040, TWL6040_REG_HPPLLCTL, in twl6040_set_pll() 485 twl6040_reg_write(twl6040, TWL6040_REG_HPPLLCTL, in twl6040_set_pll() 489 twl6040_reg_write(twl6040, TWL6040_REG_LPPLLCTL, in twl6040_set_pll() [all …]
|
/linux-6.3-rc2/drivers/input/misc/ |
A 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-6.3-rc2/sound/soc/codecs/ |
A 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-6.3-rc2/drivers/gpio/ |
A D | gpio-twl6040.c | 62 twl6040_reg_write(twl6040, TWL6040_REG_GPOCTL, gpoctl); in twl6040gpo_set()
|
/linux-6.3-rc2/include/linux/mfd/ |
A D | twl6040.h | 208 int twl6040_reg_write(struct twl6040 *twl6040, unsigned int reg,
|
Completed in 9 milliseconds