push_ptr          241 sound/firewire/fireworks/fireworks.c 	efw->pull_ptr = efw->push_ptr = efw->resp_buf;
push_ptr          109 sound/firewire/fireworks/fireworks.h 	u8 *push_ptr;
push_ptr           50 sound/firewire/fireworks/fireworks_hwdep.c 	while (efw->push_ptr != pull_ptr) {
push_ptr          132 sound/firewire/fireworks/fireworks_hwdep.c 	queued = efw->push_ptr != efw->pull_ptr;
push_ptr          143 sound/firewire/fireworks/fireworks_hwdep.c 		queued = efw->push_ptr != efw->pull_ptr;
push_ptr          195 sound/firewire/fireworks/fireworks_hwdep.c 	if (efw->dev_lock_changed || efw->pull_ptr != efw->push_ptr)
push_ptr          184 sound/firewire/fireworks/fireworks_proc.c 	if (efw->pull_ptr > efw->push_ptr)
push_ptr          186 sound/firewire/fireworks/fireworks_proc.c 			   (unsigned int)(efw->pull_ptr - efw->push_ptr);
push_ptr          188 sound/firewire/fireworks/fireworks_proc.c 		consumed = (unsigned int)(efw->push_ptr - efw->pull_ptr);
push_ptr          128 sound/firewire/fireworks/fireworks_transaction.c 	if (efw->push_ptr < efw->pull_ptr)
push_ptr          129 sound/firewire/fireworks/fireworks_transaction.c 		capacity = (unsigned int)(efw->pull_ptr - efw->push_ptr);
push_ptr          132 sound/firewire/fireworks/fireworks_transaction.c 			   (unsigned int)(efw->push_ptr - efw->pull_ptr);
push_ptr          143 sound/firewire/fireworks/fireworks_transaction.c 			   (unsigned int)(efw->push_ptr - efw->resp_buf);
push_ptr          146 sound/firewire/fireworks/fireworks_transaction.c 		memcpy(efw->push_ptr, data, till_end);
push_ptr          148 sound/firewire/fireworks/fireworks_transaction.c 		efw->push_ptr += till_end;
push_ptr          149 sound/firewire/fireworks/fireworks_transaction.c 		if (efw->push_ptr >= efw->resp_buf + snd_efw_resp_buf_size)
push_ptr          150 sound/firewire/fireworks/fireworks_transaction.c 			efw->push_ptr -= snd_efw_resp_buf_size;