dsp_image_seg    2707 sound/pci/hda/patch_ca0132.c static bool is_valid(const struct dsp_image_seg *p)
dsp_image_seg    2712 sound/pci/hda/patch_ca0132.c static bool is_hci_prog_list_seg(const struct dsp_image_seg *p)
dsp_image_seg    2717 sound/pci/hda/patch_ca0132.c static bool is_last(const struct dsp_image_seg *p)
dsp_image_seg    2722 sound/pci/hda/patch_ca0132.c static size_t dsp_sizeof(const struct dsp_image_seg *p)
dsp_image_seg    2727 sound/pci/hda/patch_ca0132.c static const struct dsp_image_seg *get_next_seg_ptr(
dsp_image_seg    2728 sound/pci/hda/patch_ca0132.c 				const struct dsp_image_seg *p)
dsp_image_seg    2730 sound/pci/hda/patch_ca0132.c 	return (struct dsp_image_seg *)((unsigned char *)(p) + dsp_sizeof(p));
dsp_image_seg    2744 sound/pci/hda/patch_ca0132.c 			const struct dsp_image_seg *fls)
dsp_image_seg    2785 sound/pci/hda/patch_ca0132.c 			const struct dsp_image_seg *fls,
dsp_image_seg    2808 sound/pci/hda/patch_ca0132.c 	const struct dsp_image_seg *hci_write = NULL;
dsp_image_seg    2981 sound/pci/hda/patch_ca0132.c 			const struct dsp_image_seg *fls_data,
dsp_image_seg    3134 sound/pci/hda/patch_ca0132.c 			const struct dsp_image_seg *fls,
dsp_image_seg    7509 sound/pci/hda/patch_ca0132.c 	const struct dsp_image_seg *dsp_os_image;
dsp_image_seg    7547 sound/pci/hda/patch_ca0132.c 	dsp_os_image = (struct dsp_image_seg *)(fw_entry->data);