Home
last modified time | relevance | path

Searched refs:WCD937X_ANA_RX_SUPPLIES (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/codecs/
H A Dwcd937x-sdw.c161 { WCD937X_ANA_RX_SUPPLIES, 0x00 },
518 case WCD937X_ANA_RX_SUPPLIES: in wcd937x_rdwr_register()
H A Dwcd937x.c309 snd_soc_component_update_bits(component, WCD937X_ANA_RX_SUPPLIES, BIT(0), BIT(0)); in wcd937x_rx_clk_enable()
331 snd_soc_component_update_bits(component, WCD937X_ANA_RX_SUPPLIES, BIT(0), 0x00); in wcd937x_rx_clk_disable()
609 WCD937X_ANA_RX_SUPPLIES, in wcd937x_codec_enable_hphr_pa()
677 WCD937X_ANA_RX_SUPPLIES, in wcd937x_codec_enable_hphl_pa()
733 WCD937X_ANA_RX_SUPPLIES, in wcd937x_codec_enable_aux_pa()
787 WCD937X_ANA_RX_SUPPLIES, in wcd937x_codec_enable_ear_pa()
H A Dwcd937x.h13 #define WCD937X_ANA_RX_SUPPLIES 0x3008 macro