Searched refs:till_end (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/firewire/fireworks/
H A Dfireworks_hwdep.c25 unsigned int length, till_end, type; local
61 till_end = snd_efw_resp_buf_size -
63 till_end = min_t(unsigned int, length, till_end);
67 if (copy_to_user(buf, pull_ptr, till_end))
72 pull_ptr += till_end;
76 length -= till_end;
77 buf += till_end;
78 count += till_end;
79 remained -= till_end;
[all...]
H A Dfireworks_transaction.c120 size_t capacity, till_end; local
142 till_end = snd_efw_resp_buf_size -
144 till_end = min_t(unsigned int, length, till_end);
146 memcpy(efw->push_ptr, data, till_end);
148 efw->push_ptr += till_end;
152 length -= till_end;
153 data += till_end;

Completed in 92 milliseconds