Home
last modified time | relevance | path

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

/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.c454 u16 pm = uda1380_read_reg_cache(codec, UDA1380_PM); in uda1380_pcm_hw_params() local
470 uda1380_write(codec, UDA1380_PM, R02_PON_PLL | pm); in uda1380_pcm_hw_params()
492 u16 pm = uda1380_read_reg_cache(codec, UDA1380_PM); in uda1380_pcm_shutdown() local
493 uda1380_write(codec, UDA1380_PM, ~R02_PON_PLL & pm); in uda1380_pcm_shutdown()
525 int pm = uda1380_read_reg_cache(codec, UDA1380_PM); in uda1380_set_bias_level() local
530 uda1380_write(codec, UDA1380_PM, R02_PON_BIAS | pm); in uda1380_set_bias_level()
/sound/soc/au1x/
Dpsc.h30 unsigned long pm[2]; member
Dpsc-ac97.c320 au1xpsc_ac97_workdata->pm[0] = in au1xpsc_ac97_suspend()
334 au_writel(au1xpsc_ac97_workdata->pm[0] | PSC_SEL_PS_AC97MODE, in au1xpsc_ac97_resume()
Dpsc-i2s.c345 au1xpsc_i2s_workdata->pm[0] = in au1xpsc_i2s_suspend()
363 au_writel(au1xpsc_i2s_workdata->pm[0], in au1xpsc_i2s_resume()