Searched refs:tx_irq (Results 1 – 2 of 2) sorted by relevance
860 if (chip->tx_irq >= 0) in snd_pmac_free()861 free_irq(chip->tx_irq, (void*)chip); in snd_pmac_free()1196 chip->irq = chip->tx_irq = chip->rx_irq = -1; in snd_pmac_new()1292 chip->tx_irq = irq; in snd_pmac_new()1381 if (chip->tx_irq >= 0) in snd_pmac_suspend()1382 disable_irq(chip->tx_irq); in snd_pmac_suspend()1403 if (chip->tx_irq >= 0) in snd_pmac_resume()1404 enable_irq(chip->tx_irq); in snd_pmac_resume()
140 int irq, tx_irq, rx_irq; member