Searched refs:fw_hdrs (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/uwb/i1480/dfu/ |
H A D | mac.c | 330 struct fw_hdr *fw_hdrs; __mac_fw_upload() local 335 result = fw_hdrs_load(i1480, &fw_hdrs, fw->data, fw->size); __mac_fw_upload() 344 result = mac_fw_hdrs_push(i1480, fw_hdrs, fw_name, fw_tag); __mac_fw_upload() 352 fw_hdrs_free(fw_hdrs); __mac_fw_upload()
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
H A D | fw.c | 1253 * file, and update i2400m->fw_hdrs to point to them. 1296 (void **) &i2400m->fw_hdrs, &slots, i2400m_fw_check() 1297 sizeof(i2400m->fw_hdrs[0]), i2400m_fw_check() 1302 i2400m->fw_hdrs[used_slots] = bcf_hdr; i2400m_fw_check() 1349 bcf_hdr = i2400m->fw_hdrs[0]; i2400m_bcf_hdr_find() 1354 for (bcf_itr = i2400m->fw_hdrs; *bcf_itr != NULL; bcf_itr++, i++) { i2400m_bcf_hdr_find() 1495 kfree(i2400m->fw_hdrs); i2400m_fw_bootstrap() 1496 i2400m->fw_hdrs = NULL; i2400m_fw_bootstrap()
|
H A D | i2400m.h | 515 * @fw_hdrs: NULL terminated array of pointers to the firmware 642 const struct i2400m_bcf_hdr **fw_hdrs; member in struct:i2400m
|
Completed in 102 milliseconds