Lines Matching refs:snd_ice1712

81 static unsigned short wm_get(struct snd_ice1712 *ice, int reg)  in wm_get()
91 static void wm_put_nocache(struct snd_ice1712 *ice, int reg, unsigned short val) in wm_put_nocache()
98 static void wm_put(struct snd_ice1712 *ice, int reg, unsigned short val) in wm_put()
125 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_dac_vol_get()
141 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_dac_vol_put()
180 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_vol_get()
196 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_vol_put()
222 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_get()
233 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_put()
259 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_bypass_get()
269 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_bypass_put()
294 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_chswap_get()
304 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_chswap_put()
327 static void set_gpio_bit(struct snd_ice1712 *ice, unsigned int bit, int val) in set_gpio_bit()
337 static void spi_send_byte(struct snd_ice1712 *ice, unsigned char data) in spi_send_byte()
351 static unsigned int spi_read_byte(struct snd_ice1712 *ice) in spi_read_byte()
370 static void spi_write(struct snd_ice1712 *ice, unsigned int dev, unsigned int reg, unsigned int dat… in spi_write()
386 static unsigned int spi_read(struct snd_ice1712 *ice, unsigned int dev, unsigned int reg) in spi_read()
425 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in cs_source_get()
435 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in cs_source_put()
465 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_mask_get()
475 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_mask_put()
489 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_dir_get()
499 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_dir_put()
513 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_data_get()
524 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_data_put()
634 struct snd_ice1712 *ice = entry->private_data; in wm_proc_regs_write()
649 struct snd_ice1712 *ice = entry->private_data; in wm_proc_regs_read()
660 static void wm_proc_init(struct snd_ice1712 *ice) in wm_proc_init()
672 struct snd_ice1712 *ice = entry->private_data; in cs_proc_regs_read()
685 static void cs_proc_init(struct snd_ice1712 *ice) in cs_proc_init()
693 static int pontis_add_controls(struct snd_ice1712 *ice) in pontis_add_controls()
714 static int pontis_init(struct snd_ice1712 *ice) in pontis_init()