Lines Matching refs:twl6040_read
97 static unsigned int twl6040_read(struct snd_soc_component *component, unsigned int reg) in twl6040_read() function
176 twl6040_read(component, TWL6040_REG_TRIM1); in twl6040_init_chip()
177 twl6040_read(component, TWL6040_REG_TRIM2); in twl6040_init_chip()
178 twl6040_read(component, TWL6040_REG_TRIM3); in twl6040_init_chip()
179 twl6040_read(component, TWL6040_REG_HSOTRIM); in twl6040_init_chip()
180 twl6040_read(component, TWL6040_REG_HFOTRIM); in twl6040_init_chip()
205 hslctl = twl6040_read(component, TWL6040_REG_HSLCTL); in headset_power_mode()
206 hsrctl = twl6040_read(component, TWL6040_REG_HSRCTL); in headset_power_mode()
233 hslctl = twl6040_read(component, TWL6040_REG_HSLCTL); in twl6040_hs_dac_event()
234 hsrctl = twl6040_read(component, TWL6040_REG_HSRCTL); in twl6040_hs_dac_event()
279 status = twl6040_read(component, TWL6040_REG_STATUS); in twl6040_hs_jack_report()
331 val = twl6040_read(component, e->reg); in twl6040_soc_dapm_put_vibra_enum()
532 u8 val = twl6040_read(component, TWL6040_REG_HSLCTL); in twl6040_get_dl1_gain()
557 return twl6040_read(component, TWL6040_REG_TRIM1 + trim); in twl6040_get_trim_value()
962 hslctl = twl6040_read(component, TWL6040_REG_HSLCTL); in twl6040_mute_path()
963 hsrctl = twl6040_read(component, TWL6040_REG_HSRCTL); in twl6040_mute_path()
964 earctl = twl6040_read(component, TWL6040_REG_EARCTL); in twl6040_mute_path()
980 hflctl = twl6040_read(component, TWL6040_REG_HFLCTL); in twl6040_mute_path()
981 hfrctl = twl6040_read(component, TWL6040_REG_HFRCTL); in twl6040_mute_path()
1144 .read = twl6040_read,