Lines Matching defs:irq_target
1165 if (s == d->irq_target) {
1189 if (s == s->domain->irq_target) {
1232 bool sched_irq = (s == d->irq_target && i == packets - 1);
1291 if (s == d->irq_target)
1522 if (s != d->irq_target && amdtp_stream_running(s))
1531 if (amdtp_stream_running(d->irq_target))
1532 cancel_stream(d->irq_target);
1605 if (s == d->irq_target)
1627 if (s == d->irq_target)
1651 bool is_irq_target = (s == s->domain->irq_target);
1849 struct amdtp_stream *irq_target = d->irq_target;
1852 if (irq_target && amdtp_stream_running(irq_target)) {
1856 fw_iso_context_flush_completions(irq_target->context);
1872 struct amdtp_stream *irq_target = d->irq_target;
1876 if (irq_target && amdtp_stream_running(irq_target))
1877 fw_iso_context_flush_completions(irq_target->context);
2080 d->irq_target = s;
2088 events_per_period = amdtp_rate_table[d->irq_target->sfc] / 100;
2093 amdtp_rate_table[d->irq_target->sfc]);
2098 if (s->direction == AMDTP_OUT_STREAM && s == d->irq_target) {
2100 amdtp_rate_table[d->irq_target->sfc]);
2125 if (d->irq_target)
2126 amdtp_stream_stop(d->irq_target);
2131 if (s != d->irq_target)
2136 d->irq_target = NULL;