Lines Matching refs:sched_irq
455 bool sched_irq)
459 params->interrupt = sched_irq;
477 struct fw_iso_packet *params, bool sched_irq)
481 return queue_packet(s, params, sched_irq);
855 bool sched_irq = false;
870 sched_irq = true;
874 if (queue_out_packet(s, &template.params, sched_irq) < 0) {
1140 bool sched_irq = false;
1146 sched_irq = !((s->packet_index + 1) %
1150 err = queue_out_packet(s, ¶ms, sched_irq);