Lines Matching defs:irq_target
1201 if (s == d->irq_target) {
1222 if (s == s->domain->irq_target) {
1265 bool sched_irq = (s == d->irq_target && i == packets - 1);
1324 if (s == d->irq_target)
1555 if (s != d->irq_target && amdtp_stream_running(s))
1564 if (amdtp_stream_running(d->irq_target))
1565 cancel_stream(d->irq_target);
1638 if (s == d->irq_target)
1660 if (s == d->irq_target)
1684 bool is_irq_target = (s == s->domain->irq_target);
1874 struct amdtp_stream *irq_target = d->irq_target;
1876 if (irq_target && amdtp_stream_running(irq_target)) {
1881 fw_iso_context_flush_completions(irq_target->context);
1897 struct amdtp_stream *irq_target = d->irq_target;
1901 if (irq_target && amdtp_stream_running(irq_target))
1902 fw_iso_context_flush_completions(irq_target->context);
2102 d->irq_target = s;
2110 events_per_period = amdtp_rate_table[d->irq_target->sfc] / 100;
2115 amdtp_rate_table[d->irq_target->sfc]);
2120 if (s->direction == AMDTP_OUT_STREAM && s == d->irq_target) {
2122 amdtp_rate_table[d->irq_target->sfc]);
2147 if (d->irq_target)
2148 amdtp_stream_stop(d->irq_target);
2153 if (s != d->irq_target)
2158 d->irq_target = NULL;