Searched refs:sched_irq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/ |
H A D | amdtp-stream.c | 455 bool sched_irq) in queue_packet() 459 params->interrupt = sched_irq; in queue_packet() 477 struct fw_iso_packet *params, bool sched_irq) in queue_out_packet() 481 return queue_packet(s, params, sched_irq); in queue_out_packet() 855 bool sched_irq = false; in out_stream_callback() local 870 sched_irq = true; in out_stream_callback() 874 if (queue_out_packet(s, &template.params, sched_irq) < 0) { in out_stream_callback() 1140 bool sched_irq = false; in amdtp_stream_start() local 1146 sched_irq = !((s->packet_index + 1) % in amdtp_stream_start() 1150 err = queue_out_packet(s, ¶ms, sched_irq); in amdtp_stream_start() 454 queue_packet(struct amdtp_stream *s, struct fw_iso_packet *params, bool sched_irq) queue_packet() argument 476 queue_out_packet(struct amdtp_stream *s, struct fw_iso_packet *params, bool sched_irq) queue_out_packet() argument [all...] |
/kernel/linux/linux-6.6/sound/firewire/ |
H A D | amdtp-stream.c | 628 bool sched_irq) in queue_packet() 632 params->interrupt = sched_irq; in queue_packet() 650 struct fw_iso_packet *params, bool sched_irq) in queue_out_packet() 654 return queue_packet(s, params, sched_irq); in queue_out_packet() 1183 bool sched_irq = false; in process_rx_packets() local 1193 sched_irq = need_hw_irq; in process_rx_packets() 1197 if (queue_out_packet(s, &template.params, sched_irq) < 0) { in process_rx_packets() 1232 bool sched_irq = (s == d->irq_target && i == packets - 1); in skip_rx_packets() local 1234 if (queue_out_packet(s, ¶ms, sched_irq) < 0) { in skip_rx_packets() 1790 bool sched_irq in amdtp_stream_start() local 627 queue_packet(struct amdtp_stream *s, struct fw_iso_packet *params, bool sched_irq) queue_packet() argument 649 queue_out_packet(struct amdtp_stream *s, struct fw_iso_packet *params, bool sched_irq) queue_out_packet() argument [all...] |
Completed in 5 milliseconds