Searched refs:fls_data (Results 1 - 2 of 2) sorted by last modified time

/linux-master/sound/pci/hda/
H A Dpatch_ca0132.c3380 * @fls_data: pointer to a fast load image
3390 const struct dsp_image_seg *fls_data,
3405 if (fls_data == NULL)
3467 while ((fls_data != NULL) && !is_last(fls_data)) {
3468 if (!is_valid(fls_data)) {
3473 status = dspxfr_one_seg(codec, fls_data, reloc,
3479 if (is_hci_prog_list_seg(fls_data))
3480 fls_data = get_next_seg_ptr(fls_data);
3389 dspxfr_image(struct hda_codec *codec, const struct dsp_image_seg *fls_data, unsigned int reloc, unsigned int sample_rate, unsigned short channels, bool ovly) argument
[all...]
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_flash.c334 struct iosm_devlink_image *fls_data; local
340 fls_data = (struct iosm_devlink_image *)fw->data;
341 file_ptr = (void *)(fls_data + 1);
342 nand_address = le32_to_cpu(fls_data->region_address);
403 struct iosm_devlink_image *fls_data; local
407 fls_data = (struct iosm_devlink_image *)fw->data;
416 if (!fls_data->download_region) {
429 if (fls_data->last_region) {

Completed in 595 milliseconds