pull_ptr 241 sound/firewire/fireworks/fireworks.c efw->pull_ptr = efw->push_ptr = efw->resp_buf; pull_ptr 108 sound/firewire/fireworks/fireworks.h u8 *pull_ptr; pull_ptr 27 sound/firewire/fireworks/fireworks_hwdep.c u8 *pull_ptr; pull_ptr 48 sound/firewire/fireworks/fireworks_hwdep.c pull_ptr = efw->pull_ptr; pull_ptr 50 sound/firewire/fireworks/fireworks_hwdep.c while (efw->push_ptr != pull_ptr) { pull_ptr 51 sound/firewire/fireworks/fireworks_hwdep.c t = (struct snd_efw_transaction *)(pull_ptr); pull_ptr 61 sound/firewire/fireworks/fireworks_hwdep.c (unsigned int)(pull_ptr - efw->resp_buf); pull_ptr 66 sound/firewire/fireworks/fireworks_hwdep.c if (copy_to_user(buf, pull_ptr, till_end)) pull_ptr 71 sound/firewire/fireworks/fireworks_hwdep.c pull_ptr += till_end; pull_ptr 72 sound/firewire/fireworks/fireworks_hwdep.c if (pull_ptr >= efw->resp_buf + snd_efw_resp_buf_size) pull_ptr 73 sound/firewire/fireworks/fireworks_hwdep.c pull_ptr -= snd_efw_resp_buf_size; pull_ptr 90 sound/firewire/fireworks/fireworks_hwdep.c efw->pull_ptr = pull_ptr; pull_ptr 132 sound/firewire/fireworks/fireworks_hwdep.c queued = efw->push_ptr != efw->pull_ptr; pull_ptr 143 sound/firewire/fireworks/fireworks_hwdep.c queued = efw->push_ptr != efw->pull_ptr; pull_ptr 195 sound/firewire/fireworks/fireworks_hwdep.c if (efw->dev_lock_changed || efw->pull_ptr != efw->push_ptr) pull_ptr 184 sound/firewire/fireworks/fireworks_proc.c if (efw->pull_ptr > efw->push_ptr) pull_ptr 186 sound/firewire/fireworks/fireworks_proc.c (unsigned int)(efw->pull_ptr - efw->push_ptr); pull_ptr 188 sound/firewire/fireworks/fireworks_proc.c consumed = (unsigned int)(efw->push_ptr - efw->pull_ptr); pull_ptr 128 sound/firewire/fireworks/fireworks_transaction.c if (efw->push_ptr < efw->pull_ptr) pull_ptr 129 sound/firewire/fireworks/fireworks_transaction.c capacity = (unsigned int)(efw->pull_ptr - efw->push_ptr); pull_ptr 132 sound/firewire/fireworks/fireworks_transaction.c (unsigned int)(efw->push_ptr - efw->pull_ptr);