Lines Matching refs:snd_ice1712

67 static unsigned short wm_get(struct snd_ice1712 *ice, int reg)  in wm_get()
77 static void wm_put_nocache(struct snd_ice1712 *ice, int reg, unsigned short val) in wm_put_nocache()
84 static void wm_put(struct snd_ice1712 *ice, int reg, unsigned short val) in wm_put()
111 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_dac_vol_get()
127 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_dac_vol_put()
166 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_vol_get()
182 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_vol_put()
208 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_get()
219 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_put()
245 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_bypass_get()
255 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_bypass_put()
280 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_chswap_get()
290 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_chswap_put()
313 static void set_gpio_bit(struct snd_ice1712 *ice, unsigned int bit, int val) in set_gpio_bit()
323 static void spi_send_byte(struct snd_ice1712 *ice, unsigned char data) in spi_send_byte()
337 static unsigned int spi_read_byte(struct snd_ice1712 *ice) in spi_read_byte()
356 static void spi_write(struct snd_ice1712 *ice, unsigned int dev, unsigned int reg, unsigned int dat… in spi_write()
372 static unsigned int spi_read(struct snd_ice1712 *ice, unsigned int dev, unsigned int reg) in spi_read()
411 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in cs_source_get()
421 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in cs_source_put()
451 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_mask_get()
461 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_mask_put()
475 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_dir_get()
485 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_dir_put()
499 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_data_get()
510 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_data_put()
620 struct snd_ice1712 *ice = entry->private_data; in wm_proc_regs_write()
635 struct snd_ice1712 *ice = entry->private_data; in wm_proc_regs_read()
646 static void wm_proc_init(struct snd_ice1712 *ice) in wm_proc_init()
654 struct snd_ice1712 *ice = entry->private_data; in cs_proc_regs_read()
667 static void cs_proc_init(struct snd_ice1712 *ice) in cs_proc_init()
673 static int pontis_add_controls(struct snd_ice1712 *ice) in pontis_add_controls()
694 static int pontis_init(struct snd_ice1712 *ice) in pontis_init()