Home
last modified time | relevance | path

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

/linux-6.6.21/sound/firewire/
Damdtp-stream.c884 static int compare_ohci_cycle_count(u32 lval, u32 rval) in compare_ohci_cycle_count() function
954 lost = (compare_ohci_cycle_count(safe_cycle, cycle) < 0); in generate_tx_packet_descs()
1083 if (compare_ohci_cycle_count(latest_cycle, curr_cycle) > 0) in compute_pcm_extra_delay()
1097 if (compare_ohci_cycle_count(latest_cycle, curr_cycle) < 0) in compute_pcm_extra_delay()
1263 if (compare_ohci_cycle_count(cycle, d->processing_cycle.rx_start) >= 0) in process_rx_packets_intermediately()
1392 if (compare_ohci_cycle_count(cycle, d->processing_cycle.tx_start) >= 0) in process_tx_packets_intermediately()
1506 compare_ohci_cycle_count(next_cycle, cycle) > 0) in drop_tx_packets_initially()
1602 if (compare_ohci_cycle_count(s->next_cycle, cycle) > 0) in irq_target_callback_skip()