Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/codecs/
Dtwl4030.c304 reg = twl4030_read(component, TWL4030_REG_HS_POPN_SET); in twl4030_init_chip()
307 twl4030_write(component, TWL4030_REG_HS_POPN_SET, reg); in twl4030_init_chip()
708 hs_pop = twl4030_read(component, TWL4030_REG_HS_POPN_SET); in headset_ramp()
719 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
726 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
731 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
738 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
746 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
755 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
1040 TWL4030_REG_HS_POPN_SET, 2,
/linux-6.1.9/include/linux/mfd/
Dtwl4030-audio.h49 #define TWL4030_REG_HS_POPN_SET 0x24 macro