Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/uwb/i1480/dfu/
Dmac.c204 struct fw_hdr *hdr_itr; in mac_fw_hdrs_push() local
208 for (hdr_itr = hdr; hdr_itr != NULL; hdr_itr = hdr_itr->next) { in mac_fw_hdrs_push()
212 hdr_itr->length * sizeof(hdr_itr->bin[0]), in mac_fw_hdrs_push()
213 hdr_itr->address); in mac_fw_hdrs_push()
214 result = i1480->write(i1480, hdr_itr->address, hdr_itr->bin, in mac_fw_hdrs_push()
215 hdr_itr->length*sizeof(hdr_itr->bin[0])); in mac_fw_hdrs_push()
219 hdr_itr->length * sizeof(hdr_itr->bin[0]), in mac_fw_hdrs_push()
220 hdr_itr->address, result); in mac_fw_hdrs_push()
223 result = i1480_fw_cmp(i1480, hdr_itr); in mac_fw_hdrs_push()
228 hdr_itr->length * sizeof(hdr_itr->bin[0]), in mac_fw_hdrs_push()
[all …]