Home
last modified time | relevance | path

Searched refs:pm (Results 1 – 25 of 185) sorted by relevance

12345678

/sound/drivers/
Dportman2x4.c91 static int portman_free(struct portman *pm) in portman_free() argument
93 kfree(pm); in portman_free()
101 struct portman *pm; in portman_create() local
105 pm = kzalloc(sizeof(struct portman), GFP_KERNEL); in portman_create()
106 if (pm == NULL) in portman_create()
110 spin_lock_init(&pm->reg_lock); in portman_create()
111 pm->card = card; in portman_create()
112 pm->pardev = pardev; in portman_create()
114 *rchip = pm; in portman_create()
194 static inline void portman_write_command(struct portman *pm, u8 value) in portman_write_command() argument
[all …]
/sound/soc/codecs/
Duda1380.c536 u16 pm = uda1380_read_reg_cache(codec, UDA1380_PM); in uda1380_pcm_hw_params() local
552 uda1380_write(codec, UDA1380_PM, R02_PON_PLL | pm); in uda1380_pcm_hw_params()
572 u16 pm = uda1380_read_reg_cache(codec, UDA1380_PM); in uda1380_pcm_shutdown() local
573 uda1380_write(codec, UDA1380_PM, ~R02_PON_PLL & pm); in uda1380_pcm_shutdown()
587 int pm = uda1380_read_reg_cache(codec, UDA1380_PM); in uda1380_set_bias_level() local
595 uda1380_write(codec, UDA1380_PM, R02_PON_BIAS | pm); in uda1380_set_bias_level()
Dwmfw.h44 __le32 pm; member
51 __le32 pm; member
Dwm8804-spi.c45 .pm = &wm8804_pm,
Dpcm3168a-spi.c58 .pm = &pcm3168a_pm_ops,
Dpcm3168a-i2c.c59 .pm = &pcm3168a_pm_ops,
Dwm8804-i2c.c52 .pm = &wm8804_pm,
Dpcm512x-spi.c68 .pm = &pcm512x_pm_ops,
Dcs42xx8-i2c.c52 .pm = &cs42xx8_pm,
Dpcm512x-i2c.c71 .pm = &pcm512x_pm_ops,
/sound/soc/au1x/
Dpsc-i2s.c370 wd->pm[0] = __raw_readl(PSC_SEL(wd)); in au1xpsc_i2s_drvsuspend()
389 __raw_writel(wd->pm[0], PSC_SEL(wd)); in au1xpsc_i2s_drvresume()
411 .pm = AU1XPSCI2S_PMOPS,
Ddb1000.c47 .pm = &snd_soc_pm_ops,
Dpsc-ac97.c452 wd->pm[0] = __raw_readl(PSC_SEL(wd)); in au1xpsc_ac97_drvsuspend()
467 __raw_writel(wd->pm[0] | PSC_SEL_PS_AC97MODE, PSC_SEL(wd)); in au1xpsc_ac97_drvresume()
493 .pm = AU1XPSCAC97_PMOPS,
Dpsc.h24 unsigned long pm[2]; member
/sound/soc/samsung/
Ds3c24xx_simtec_tlv320aic23.c91 .pm = simtec_audio_pm,
Ds3c24xx_simtec_hermes.c103 .pm = simtec_audio_pm,
/sound/soc/blackfin/
Dbf5xx-ad1836.c99 .pm = &snd_soc_pm_ops,
Dbfin-eval-adau1x81.c120 .pm = &snd_soc_pm_ops,
Dbfin-eval-adau1701.c103 .pm = &snd_soc_pm_ops,
Dbfin-eval-adau1x61.c133 .pm = &snd_soc_pm_ops,
/sound/soc/pxa/
Dimote2.c85 .pm = &snd_soc_pm_ops,
Dpalm27x.c154 .pm = &snd_soc_pm_ops,
/sound/soc/fsl/
Dfsl_esai.c128 u32 psr, pm = 999, maxfp, prod, sub, savesub, i, j; in fsl_esai_divisor_cal() local
170 pm = i; in fsl_esai_divisor_cal()
180 if (pm == 999) { in fsl_esai_divisor_cal()
188 psr | ESAI_xCCR_xPM(pm)); in fsl_esai_divisor_cal()
964 .pm = &fsl_esai_pm_ops,
Dimx-spdif.c90 .pm = &snd_soc_pm_ops,
/sound/pci/oxygen/
Dvirtuoso.c101 .pm = &oxygen_pci_pm,

12345678