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()
431 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in cs_source_get()
441 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in cs_source_put()
471 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_mask_get()
481 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_mask_put()
495 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_dir_get()
505 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_dir_put()
519 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_data_get()
530 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_data_put()
640 struct snd_ice1712 *ice = entry->private_data; in wm_proc_regs_write()
655 struct snd_ice1712 *ice = entry->private_data; in wm_proc_regs_read()
666 static void wm_proc_init(struct snd_ice1712 *ice) in wm_proc_init()
678 struct snd_ice1712 *ice = entry->private_data; in cs_proc_regs_read()
691 static void cs_proc_init(struct snd_ice1712 *ice) in cs_proc_init()
699 static int pontis_add_controls(struct snd_ice1712 *ice) in pontis_add_controls()
720 static int pontis_init(struct snd_ice1712 *ice) in pontis_init()