Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wwan/iosm/
Diosm_ipc_flash.c334 struct iosm_devlink_image *fls_data; in ipc_flash_download_region() local
340 fls_data = (struct iosm_devlink_image *)fw->data; in ipc_flash_download_region()
341 file_ptr = (void *)(fls_data + 1); in ipc_flash_download_region()
342 nand_address = le32_to_cpu(fls_data->region_address); in ipc_flash_download_region()
403 struct iosm_devlink_image *fls_data; in ipc_flash_send_fls() local
407 fls_data = (struct iosm_devlink_image *)fw->data; in ipc_flash_send_fls()
416 if (!fls_data->download_region) { in ipc_flash_send_fls()
429 if (fls_data->last_region) { in ipc_flash_send_fls()
/Linux-v6.6/sound/pci/hda/
Dpatch_ca0132.c3391 const struct dsp_image_seg *fls_data, in dspxfr_image() argument
3406 if (fls_data == NULL) in dspxfr_image()
3468 while ((fls_data != NULL) && !is_last(fls_data)) { in dspxfr_image()
3469 if (!is_valid(fls_data)) { in dspxfr_image()
3474 status = dspxfr_one_seg(codec, fls_data, reloc, in dspxfr_image()
3480 if (is_hci_prog_list_seg(fls_data)) in dspxfr_image()
3481 fls_data = get_next_seg_ptr(fls_data); in dspxfr_image()
3483 if ((fls_data != NULL) && !is_last(fls_data)) in dspxfr_image()
3484 fls_data = get_next_seg_ptr(fls_data); in dspxfr_image()