Lines Matching defs:ice

82 static unsigned short wm_get(struct snd_ice1712 *ice, int reg)  in wm_get()
92 static void wm_put_nocache(struct snd_ice1712 *ice, int reg, unsigned short val) in wm_put_nocache()
99 static void wm_put(struct snd_ice1712 *ice, int reg, unsigned short val) in wm_put()
126 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_dac_vol_get() local
142 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_dac_vol_put() local
181 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_vol_get() local
197 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_vol_put() local
223 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_get() local
234 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_put() local
260 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_bypass_get() local
270 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_bypass_put() local
295 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_chswap_get() local
305 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_chswap_put() local
328 static void set_gpio_bit(struct snd_ice1712 *ice, unsigned int bit, int val) in set_gpio_bit()
338 static void spi_send_byte(struct snd_ice1712 *ice, unsigned char data) in spi_send_byte()
352 static unsigned int spi_read_byte(struct snd_ice1712 *ice) in spi_read_byte()
371 static void spi_write(struct snd_ice1712 *ice, unsigned int dev, unsigned int reg, unsigned int dat… in spi_write()
387 static unsigned int spi_read(struct snd_ice1712 *ice, unsigned int dev, unsigned int reg) in spi_read()
432 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in cs_source_get() local
442 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in cs_source_put() local
472 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_mask_get() local
482 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_mask_put() local
496 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_dir_get() local
506 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_dir_put() local
520 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_data_get() local
531 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in pontis_gpio_data_put() local
641 struct snd_ice1712 *ice = entry->private_data; in wm_proc_regs_write() local
656 struct snd_ice1712 *ice = entry->private_data; in wm_proc_regs_read() local
667 static void wm_proc_init(struct snd_ice1712 *ice) in wm_proc_init()
679 struct snd_ice1712 *ice = entry->private_data; in cs_proc_regs_read() local
692 static void cs_proc_init(struct snd_ice1712 *ice) in cs_proc_init()
700 static int __devinit pontis_add_controls(struct snd_ice1712 *ice) in pontis_add_controls()
721 static int __devinit pontis_init(struct snd_ice1712 *ice) in pontis_init()