Symbol: twl6040_read
sound/soc/codecs/twl6040.c
1145
.read = twl6040_read,
sound/soc/codecs/twl6040.c
176
twl6040_read(component, TWL6040_REG_TRIM1);
sound/soc/codecs/twl6040.c
177
twl6040_read(component, TWL6040_REG_TRIM2);
sound/soc/codecs/twl6040.c
178
twl6040_read(component, TWL6040_REG_TRIM3);
sound/soc/codecs/twl6040.c
179
twl6040_read(component, TWL6040_REG_HSOTRIM);
sound/soc/codecs/twl6040.c
180
twl6040_read(component, TWL6040_REG_HFOTRIM);
sound/soc/codecs/twl6040.c
205
hslctl = twl6040_read(component, TWL6040_REG_HSLCTL);
sound/soc/codecs/twl6040.c
206
hsrctl = twl6040_read(component, TWL6040_REG_HSRCTL);
sound/soc/codecs/twl6040.c
233
hslctl = twl6040_read(component, TWL6040_REG_HSLCTL);
sound/soc/codecs/twl6040.c
234
hsrctl = twl6040_read(component, TWL6040_REG_HSRCTL);
sound/soc/codecs/twl6040.c
279
status = twl6040_read(component, TWL6040_REG_STATUS);
sound/soc/codecs/twl6040.c
331
val = twl6040_read(component, e->reg);
sound/soc/codecs/twl6040.c
532
u8 val = twl6040_read(component, TWL6040_REG_HSLCTL);
sound/soc/codecs/twl6040.c
557
return twl6040_read(component, TWL6040_REG_TRIM1 + trim);
sound/soc/codecs/twl6040.c
962
hslctl = twl6040_read(component, TWL6040_REG_HSLCTL);
sound/soc/codecs/twl6040.c
963
hsrctl = twl6040_read(component, TWL6040_REG_HSRCTL);
sound/soc/codecs/twl6040.c
964
earctl = twl6040_read(component, TWL6040_REG_EARCTL);
sound/soc/codecs/twl6040.c
980
hflctl = twl6040_read(component, TWL6040_REG_HFLCTL);
sound/soc/codecs/twl6040.c
981
hfrctl = twl6040_read(component, TWL6040_REG_HFRCTL);