Home
last modified time | relevance | path

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

/Linux-v6.6/sound/pci/hda/
Dpatch_ca0132.c3108 struct dsp_image_seg { struct
3118 static bool is_valid(const struct dsp_image_seg *p) in is_valid() argument
3123 static bool is_hci_prog_list_seg(const struct dsp_image_seg *p) in is_hci_prog_list_seg()
3128 static bool is_last(const struct dsp_image_seg *p) in is_last()
3133 static size_t dsp_sizeof(const struct dsp_image_seg *p) in dsp_sizeof()
3138 static const struct dsp_image_seg *get_next_seg_ptr( in get_next_seg_ptr()
3139 const struct dsp_image_seg *p) in get_next_seg_ptr()
3141 return (struct dsp_image_seg *)((unsigned char *)(p) + dsp_sizeof(p)); in get_next_seg_ptr()
3155 const struct dsp_image_seg *fls) in dspxfr_hci_write()
3195 const struct dsp_image_seg *fls, in dspxfr_one_seg()
[all …]