Home
last modified time | relevance | path

Searched refs:snd_ice1712_gpio_read (Results 1 – 13 of 13) sorted by relevance

/linux/sound/pci/ice1712/
H A Dpsc724.c116 bits = snd_ice1712_gpio_read(ice) & ~PSC724_SPI_MASK; in psc724_wm8766_write()
157 unsigned int bits = snd_ice1712_gpio_read(ice); in psc724_set_master_switch()
205 bool hp_connected = snd_ice1712_gpio_read(ice) & GPIO_HP_JACK; in psc724_update_hp_jack_state()
222 bool hp_connected = snd_ice1712_gpio_read(ice) & GPIO_HP_JACK; in psc724_set_jack_detection()
H A Dice1712.h415 static inline unsigned int snd_ice1712_gpio_read(struct snd_ice1712 *ice) in snd_ice1712_gpio_read() function
460 val = snd_ice1712_gpio_read(ice); in snd_ice1712_gpio_write_bits()
471 return snd_ice1712_gpio_read(ice) & mask; in snd_ice1712_gpio_read_bits()
H A Dpontis.c315 unsigned int tmp = snd_ice1712_gpio_read(ice); in set_gpio_bit()
346 if (snd_ice1712_gpio_read(ice) & PONTIS_CS_RDATA) in spi_read_byte()
503 ucontrol->value.integer.value[0] = snd_ice1712_gpio_read(ice) & 0xffff; in pontis_gpio_data_get()
516 val = snd_ice1712_gpio_read(ice) & 0xffff; in pontis_gpio_data_put()
H A Daureon.c105 tmp = snd_ice1712_gpio_read(ice); in aureon_pca9554_write()
236 tmp = (snd_ice1712_gpio_read(ice) & ~0xFF) | (reg & 0x7F); in aureon_ac97_write()
320 tmp = (snd_ice1712_gpio_read(ice) | AUREON_AC97_RESET) & ~AUREON_AC97_DATA_MASK; in aureon_ac97_init()
479 tmp = snd_ice1712_gpio_read(ice); in aureon_spi_write()
532 tmp = (snd_ice1712_gpio_read(ice) & ~AUREON_SPI_CLK) | AUREON_CS8415_CS|AUREON_WM_CS; in aureon_spi_read()
558 tmp = snd_ice1712_gpio_read(ice); in aureon_spi_read()
1278 tmp2 = tmp = snd_ice1712_gpio_read(ice); in aureon_set_headphone_amp()
1300 unsigned int tmp = snd_ice1712_gpio_read(ice); in aureon_get_headphone_amp()
2020 tmp = snd_ice1712_gpio_read(ice); in aureon_reset()
H A Dmaya44.c287 data = snd_ice1712_gpio_read(ice); in maya_set_gpio_bits()
303 val = (snd_ice1712_gpio_read(chip->ice) >> shift) & 1; in maya_gpio_sw_get()
357 if (snd_ice1712_gpio_read(chip->ice) & (1 << GPIO_MIC_RELAY)) in maya_rec_src_get()
H A Dak4xxx.c53 tmp = snd_ice1712_gpio_read(ice); in snd_ice1712_akm4xxx_write()
H A Drevo.c397 if (snd_ice1712_gpio_read(ice) & VT1724_REVO_CDIN) in read_data()
413 tmp = snd_ice1712_gpio_read(ice); in ap192_4wire_start()
H A Dprodigy192.c468 if (snd_ice1712_gpio_read(ice) & VT1724_PRODIGY192_CDIN) in read_data()
486 tmp = snd_ice1712_gpio_read(ice); in prodigy192_4wire_start()
H A Dphase.c203 tmp = snd_ice1712_gpio_read(ice); in phase28_spi_write()
434 tmp = snd_ice1712_gpio_read(ice); in phase28_init()
H A Dse.c135 bits = snd_ice1712_gpio_read(ice) & ~ALL_MASK; in se200pci_WM8766_write()
H A Dprodigy_hifi.c144 unsigned int tmp = snd_ice1712_gpio_read(ice); in set_gpio_bit()
H A Dice1724.c1775 (snd_ice1712_gpio_read(ice) & (1 << shift) ? 1 : 0) ^ invert;
1792 val = snd_ice1712_gpio_read(ice);
H A Dice1712.c1725 (snd_ice1712_gpio_read(ice) & mask ? 1 : 0) ^ invert; in snd_ice1712_gpio_get()
1742 val = snd_ice1712_gpio_read(ice); in snd_ice1712_gpio_put()