Lines Matching defs:count
192 int count)
194 BT_ERR("Firmware loading err = %d, len = %d, size = %d, count = %d",
195 err, len, size, count);
210 int count = firmware->size;
228 count -= FW_HDR_SIZE;
232 while (count) {
236 size = min_t(uint, count, BULK_SIZE);
243 ath3k_log_failed_loading(err, len, size, count);
248 count -= size;
278 int err, pipe, size, count, sent = 0;
281 count = firmware->size;
289 size = min_t(uint, count, FW_HDR_SIZE);
301 count -= size;
305 while (count) {
309 size = min_t(uint, count, BULK_SIZE);
315 ath3k_log_failed_loading(err, len, size, count);
320 count -= size;