Home
last modified time | relevance | path

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

/Linux-v4.19/sound/firewire/
Damdtp-stream.c669 static inline u32 increment_cycle_count(u32 cycle, unsigned int addend) in increment_cycle_count() function
698 cycle = increment_cycle_count(cycle, QUEUE_LENGTH - packets); in out_stream_callback()
701 cycle = increment_cycle_count(cycle, 1); in out_stream_callback()
739 cycle = increment_cycle_count(cycle, 1); in in_stream_callback()
795 cycle = increment_cycle_count(cycle, QUEUE_LENGTH - packets); in amdtp_stream_first_callback()