Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/pds_core/
H A Ddevlink.c215 struct pds_core_fw_list_info fw_list = {}; in pdsc_dl_fw_list_info_get() local
226 memcpy_fromio(&fw_list, pdsc->cmd_regs->data, sizeof(fw_list)); in pdsc_dl_fw_list_info_get()
229 listlen = min(fw_list.num_fw_slots, ARRAY_SIZE(fw_list.fw_names)); in pdsc_dl_fw_list_info_get()
231 char *fw_ver = fw_list.fw_names[i].fw_version; in pdsc_dl_fw_list_info_get()
237 fw_ver[sizeof(fw_list.fw_names[i].fw_version) - 1] = '\0'; in pdsc_dl_fw_list_info_get()
/linux/sound/soc/intel/avs/
H A Dutils.c228 list_for_each_entry(entry, &adev->fw_list, node) { in avs_module_id_free()
255 list_add_tail(&entry->node, &adev->fw_list); in avs_request_firmware()
268 entry = list_last_entry(&adev->fw_list, typeof(*entry), node); in avs_request_firmware()
283 list_for_each_entry_safe(entry, tmp, &adev->fw_list, node) { in avs_release_last_firmware()
/linux/sound/soc/intel/atom/sst/
H A Dsst_loader.c232 struct list_head *fw_list) in sst_parse_fw_memcpy() argument
243 ret_val = sst_parse_module_memcpy(ctx, module, fw_list); in sst_parse_fw_memcpy()