Lines Matching refs:dsp_image_seg
3109 struct dsp_image_seg { struct
3119 static bool is_valid(const struct dsp_image_seg *p) in is_valid() argument
3124 static bool is_hci_prog_list_seg(const struct dsp_image_seg *p) in is_hci_prog_list_seg()
3129 static bool is_last(const struct dsp_image_seg *p) in is_last()
3134 static size_t dsp_sizeof(const struct dsp_image_seg *p) in dsp_sizeof()
3139 static const struct dsp_image_seg *get_next_seg_ptr( in get_next_seg_ptr()
3140 const struct dsp_image_seg *p) in get_next_seg_ptr()
3142 return (struct dsp_image_seg *)((unsigned char *)(p) + dsp_sizeof(p)); in get_next_seg_ptr()
3156 const struct dsp_image_seg *fls) in dspxfr_hci_write()
3196 const struct dsp_image_seg *fls, in dspxfr_one_seg()
3219 const struct dsp_image_seg *hci_write = NULL; in dspxfr_one_seg()
3392 const struct dsp_image_seg *fls_data, in dspxfr_image()
3545 const struct dsp_image_seg *fls, in dspload_image()
8568 const struct dsp_image_seg *dsp_os_image; in ca0132_download_dsp_images()
8606 dsp_os_image = (struct dsp_image_seg *)(fw_entry->data); in ca0132_download_dsp_images()