Lines Matching defs:ice

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() local
141 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_dac_vol_put() local
180 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_vol_get() local
196 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_vol_put() local
222 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_get() local
233 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_put() local
259 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_bypass_get() local
269 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_bypass_put() local
294 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_chswap_get() local
304 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_chswap_put() local
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() local
435 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in cs_source_put() local
465 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_mask_get() local
475 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_mask_put() local
489 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_dir_get() local
499 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_dir_put() local
513 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_data_get() local
524 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_data_put() local
634 struct snd_ice1712 *ice = entry->private_data; in wm_proc_regs_write() local
649 struct snd_ice1712 *ice = entry->private_data; in wm_proc_regs_read() local
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() local
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()