Symbol: snd_ice1712_gpio_read
sound/pci/ice1712/ak4xxx.c
53
tmp = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/aureon.c
105
tmp = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/aureon.c
1269
tmp2 = tmp = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/aureon.c
1291
unsigned int tmp = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/aureon.c
2011
tmp = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/aureon.c
236
tmp = (snd_ice1712_gpio_read(ice) & ~0xFF) | (reg & 0x7F);
sound/pci/ice1712/aureon.c
320
tmp = (snd_ice1712_gpio_read(ice) | AUREON_AC97_RESET) & ~AUREON_AC97_DATA_MASK;
sound/pci/ice1712/aureon.c
476
tmp = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/aureon.c
529
tmp = (snd_ice1712_gpio_read(ice) & ~AUREON_SPI_CLK) | AUREON_CS8415_CS|AUREON_WM_CS;
sound/pci/ice1712/aureon.c
555
tmp = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/ice1712.c
1705
(snd_ice1712_gpio_read(ice) & mask ? 1 : 0) ^ invert;
sound/pci/ice1712/ice1712.c
1722
val = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/ice1712.h
460
val = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/ice1712.h
471
return snd_ice1712_gpio_read(ice) & mask;
sound/pci/ice1712/ice1724.c
1765
(snd_ice1712_gpio_read(ice) & (1 << shift) ? 1 : 0) ^ invert;
sound/pci/ice1712/ice1724.c
1782
val = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/maya44.c
284
data = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/maya44.c
300
val = (snd_ice1712_gpio_read(chip->ice) >> shift) & 1;
sound/pci/ice1712/maya44.c
353
if (snd_ice1712_gpio_read(chip->ice) & (1 << GPIO_MIC_RELAY))
sound/pci/ice1712/phase.c
203
tmp = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/phase.c
433
tmp = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/pontis.c
305
unsigned int tmp = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/pontis.c
336
if (snd_ice1712_gpio_read(ice) & PONTIS_CS_RDATA)
sound/pci/ice1712/pontis.c
492
ucontrol->value.integer.value[0] = snd_ice1712_gpio_read(ice) & 0xffff;
sound/pci/ice1712/pontis.c
505
val = snd_ice1712_gpio_read(ice) & 0xffff;
sound/pci/ice1712/prodigy192.c
460
if (snd_ice1712_gpio_read(ice) & VT1724_PRODIGY192_CDIN)
sound/pci/ice1712/prodigy192.c
478
tmp = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/prodigy_hifi.c
144
unsigned int tmp = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/psc724.c
116
bits = snd_ice1712_gpio_read(ice) & ~PSC724_SPI_MASK;
sound/pci/ice1712/psc724.c
157
unsigned int bits = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/psc724.c
205
bool hp_connected = snd_ice1712_gpio_read(ice) & GPIO_HP_JACK;
sound/pci/ice1712/psc724.c
222
bool hp_connected = snd_ice1712_gpio_read(ice) & GPIO_HP_JACK;
sound/pci/ice1712/revo.c
397
if (snd_ice1712_gpio_read(ice) & VT1724_REVO_CDIN)
sound/pci/ice1712/revo.c
413
tmp = snd_ice1712_gpio_read(ice);
sound/pci/ice1712/se.c
135
bits = snd_ice1712_gpio_read(ice) & ~ALL_MASK;