Lines Matching refs:azx_dev
170 static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev);
173 static int azx_position_check(struct azx *chip, struct azx_dev *azx_dev)
178 ok = azx_position_ok(chip, azx_dev);
180 azx_dev->irq_pending = 0;
184 azx_dev->irq_pending = 1;
199 static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev)
226 struct azx_dev *azx_dev = stream_to_azx_dev(s);
227 if (!azx_dev->irq_pending ||
231 ok = azx_position_ok(chip, azx_dev);
233 azx_dev->irq_pending = 0;
257 struct azx_dev *azx_dev = stream_to_azx_dev(s);
258 azx_dev->irq_pending = 0;