Home
last modified time | relevance | path

Searched refs:sched_irq (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/firewire/
H A Damdtp-stream.c637 bool sched_irq) in queue_packet() argument
641 params->interrupt = sched_irq; in queue_packet()
659 struct fw_iso_packet *params, bool sched_irq) in queue_out_packet() argument
663 return queue_packet(s, params, sched_irq); in queue_out_packet()
1196 bool sched_irq = false; in process_rx_packets() local
1206 sched_irq = need_hw_irq; in process_rx_packets()
1210 if (queue_out_packet(s, &template.params, sched_irq) < 0) { in process_rx_packets()
1245 bool sched_irq = (s == d->irq_target && i == packets - 1); in skip_rx_packets() local
1247 if (queue_out_packet(s, &params, sched_irq) < 0) { in skip_rx_packets()
1803 bool sched_irq = false; in amdtp_stream_start() local
[all …]