Home
last modified time | relevance | path

Searched refs:TWL6040_REG_HSRCTL (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/sound/soc/codecs/
Dtwl6040.c108 case TWL6040_REG_HSRCTL: in twl6040_read()
129 case TWL6040_REG_HSRCTL: in twl6040_can_write_to_chip()
148 case TWL6040_REG_HSRCTL: in twl6040_update_dl12_cache()
206 hsrctl = twl6040_read(component, TWL6040_REG_HSRCTL); in headset_power_mode()
217 twl6040_write(component, TWL6040_REG_HSRCTL, hsrctl); in headset_power_mode()
234 hsrctl = twl6040_read(component, TWL6040_REG_HSRCTL); in twl6040_hs_dac_event()
243 twl6040_write(component, TWL6040_REG_HSRCTL, hsrctl); in twl6040_hs_dac_event()
396 SOC_ENUM_SINGLE(TWL6040_REG_HSRCTL, 5, ARRAY_SIZE(twl6040_hs_texts),
599 TWL6040_REG_HSRCTL, 7, 1, 0),
698 TWL6040_REG_HSRCTL, 2, 0, NULL, 0),
[all …]
/linux-6.1.9/include/linux/mfd/
Dtwl6040.h35 #define TWL6040_REG_HSRCTL 0x11 macro