Lines Matching defs:count
193 int count)
195 BT_ERR("Firmware loading err = %d, len = %d, size = %d, count = %d",
196 err, len, size, count);
211 int count = firmware->size;
229 count -= FW_HDR_SIZE;
233 while (count) {
237 size = min_t(uint, count, BULK_SIZE);
244 ath3k_log_failed_loading(err, len, size, count);
249 count -= size;
279 int err, pipe, size, count, sent = 0;
282 count = firmware->size;
290 size = min_t(uint, count, FW_HDR_SIZE);
302 count -= size;
306 while (count) {
310 size = min_t(uint, count, BULK_SIZE);
316 ath3k_log_failed_loading(err, len, size, count);
321 count -= size;