Home
last modified time | relevance | path

Searched refs:hdr_itr (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/uwb/i1480/dfu/
Dmac.c218 struct fw_hdr *hdr_itr; in mac_fw_hdrs_push() local
222 for (hdr_itr = hdr; hdr_itr != NULL; hdr_itr = hdr_itr->next) { in mac_fw_hdrs_push()
226 hdr_itr->length * sizeof(hdr_itr->bin[0]), in mac_fw_hdrs_push()
227 hdr_itr->address); in mac_fw_hdrs_push()
228 result = i1480->write(i1480, hdr_itr->address, hdr_itr->bin, in mac_fw_hdrs_push()
229 hdr_itr->length*sizeof(hdr_itr->bin[0])); in mac_fw_hdrs_push()
233 hdr_itr->length * sizeof(hdr_itr->bin[0]), in mac_fw_hdrs_push()
234 hdr_itr->address, result); in mac_fw_hdrs_push()
237 result = i1480_fw_cmp(i1480, hdr_itr); in mac_fw_hdrs_push()
242 hdr_itr->length * sizeof(hdr_itr->bin[0]), in mac_fw_hdrs_push()
[all …]