Lines Matching refs:fls
2188 const struct dsp_image_seg *fls) in dspxfr_hci_write() argument
2194 if (fls == NULL || fls->chip_addr != g_chip_addr_magic_value) { in dspxfr_hci_write()
2199 count = fls->count; in dspxfr_hci_write()
2200 data = (u32 *)(fls->data); in dspxfr_hci_write()
2229 const struct dsp_image_seg *fls, in dspxfr_one_seg() argument
2256 if (fls == NULL) in dspxfr_one_seg()
2258 if (is_hci_prog_list_seg(fls)) { in dspxfr_one_seg()
2259 hci_write = fls; in dspxfr_one_seg()
2260 fls = get_next_seg_ptr(fls); in dspxfr_one_seg()
2263 if (hci_write && (!fls || is_last(fls))) { in dspxfr_one_seg()
2268 if (fls == NULL || dma_engine == NULL || port_map_mask == 0) { in dspxfr_one_seg()
2273 data = fls->data; in dspxfr_one_seg()
2274 chip_addx = fls->chip_addr, in dspxfr_one_seg()
2275 words_to_write = fls->count; in dspxfr_one_seg()
2576 const struct dsp_image_seg *fls, in dspload_image() argument
2611 status = dspxfr_image(codec, fls, reloc, sample_rate, channels, in dspload_image()