till_end           25 sound/firewire/fireworks/fireworks_hwdep.c 	unsigned int length, till_end, type;
till_end           60 sound/firewire/fireworks/fireworks_hwdep.c 			till_end = snd_efw_resp_buf_size -
till_end           62 sound/firewire/fireworks/fireworks_hwdep.c 			till_end = min_t(unsigned int, length, till_end);
till_end           66 sound/firewire/fireworks/fireworks_hwdep.c 			if (copy_to_user(buf, pull_ptr, till_end))
till_end           71 sound/firewire/fireworks/fireworks_hwdep.c 			pull_ptr += till_end;
till_end           75 sound/firewire/fireworks/fireworks_hwdep.c 			length -= till_end;
till_end           76 sound/firewire/fireworks/fireworks_hwdep.c 			buf += till_end;
till_end           77 sound/firewire/fireworks/fireworks_hwdep.c 			count += till_end;
till_end           78 sound/firewire/fireworks/fireworks_hwdep.c 			remained -= till_end;
till_end          120 sound/firewire/fireworks/fireworks_transaction.c 	size_t capacity, till_end;
till_end          142 sound/firewire/fireworks/fireworks_transaction.c 		till_end = snd_efw_resp_buf_size -
till_end          144 sound/firewire/fireworks/fireworks_transaction.c 		till_end = min_t(unsigned int, length, till_end);
till_end          146 sound/firewire/fireworks/fireworks_transaction.c 		memcpy(efw->push_ptr, data, till_end);
till_end          148 sound/firewire/fireworks/fireworks_transaction.c 		efw->push_ptr += till_end;
till_end          152 sound/firewire/fireworks/fireworks_transaction.c 		length -= till_end;
till_end          153 sound/firewire/fireworks/fireworks_transaction.c 		data += till_end;