Home
last modified time | relevance | path

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

/openbmc/linux/sound/firewire/
H A Disight.c65 unsigned int period_counter; member
101 isight->period_counter += count; in isight_update_pointers()
102 if (isight->period_counter >= runtime->period_size) { in isight_update_pointers()
103 isight->period_counter -= runtime->period_size; in isight_update_pointers()
406 isight->period_counter = 0; in isight_prepare()
/openbmc/linux/sound/soc/sh/
H A Drz-ssi.c87 int period_counter; /* for keeping track of periods transferred */ member
220 strm->period_counter = 0; in rz_ssi_stream_init()
406 if (strm->period_counter != current_period) { in rz_ssi_pointer_update()
408 strm->period_counter = current_period; in rz_ssi_pointer_update()