Lines Matching refs:dsp_image_seg
3119 struct dsp_image_seg {
3129 static bool is_valid(const struct dsp_image_seg *p)
3134 static bool is_hci_prog_list_seg(const struct dsp_image_seg *p)
3139 static bool is_last(const struct dsp_image_seg *p)
3144 static size_t dsp_sizeof(const struct dsp_image_seg *p)
3149 static const struct dsp_image_seg *get_next_seg_ptr(
3150 const struct dsp_image_seg *p)
3152 return (struct dsp_image_seg *)((unsigned char *)(p) + dsp_sizeof(p));
3166 const struct dsp_image_seg *fls)
3206 const struct dsp_image_seg *fls,
3229 const struct dsp_image_seg *hci_write = NULL;
3402 const struct dsp_image_seg *fls_data,
3555 const struct dsp_image_seg *fls,
8583 const struct dsp_image_seg *dsp_os_image;
8621 dsp_os_image = (struct dsp_image_seg *)(fw_entry->data);