Lines Matching defs:irq_target
866 if (s == s->domain->irq_target) {
921 struct amdtp_stream *irq_target = d->irq_target;
949 &d->syt_offset_state, irq_target->sfc);
951 !!(irq_target->flags & CIP_BLOCKING),
953 irq_target->syt_interval, irq_target->sfc);
968 struct amdtp_stream *irq_target = private_data;
969 struct amdtp_domain *d = irq_target->domain;
976 out_stream_callback(context, tstamp, header_length, header, irq_target);
977 if (amdtp_streaming_error(irq_target))
981 if (s != irq_target && amdtp_stream_running(s)) {
990 if (amdtp_stream_running(irq_target))
991 cancel_stream(irq_target);
1022 if (s == s->domain->irq_target)
1051 bool is_irq_target = (s == s->domain->irq_target);
1192 struct amdtp_stream *irq_target = d->irq_target;
1194 if (irq_target && amdtp_stream_running(irq_target)) {
1213 fw_iso_context_flush_completions(irq_target->context);
1231 struct amdtp_stream *irq_target = d->irq_target;
1235 if (irq_target && amdtp_stream_running(irq_target)) {
1239 fw_iso_context_flush_completions(irq_target->context);
1419 d->irq_target = s;
1425 events_per_period = amdtp_rate_table[d->irq_target->sfc] / 100;
1430 amdtp_rate_table[d->irq_target->sfc]);
1482 if (s != d->irq_target) {
1490 s = d->irq_target;
1496 amdtp_rate_table[d->irq_target->sfc]);
1520 if (d->irq_target)
1521 amdtp_stream_stop(d->irq_target);
1526 if (s != d->irq_target)
1531 d->irq_target = NULL;