Searched refs:tplg (Results 1 – 4 of 4) sorted by relevance
81 static int soc_tplg_process_headers(struct soc_tplg *tplg);82 static void soc_tplg_complete(struct soc_tplg *tplg);91 static int soc_tplg_check_elem_count(struct soc_tplg *tplg, size_t elem_size, in soc_tplg_check_elem_count() argument94 const u8 *end = tplg->pos + elem_size * count; in soc_tplg_check_elem_count()96 if (end > tplg->fw->data + tplg->fw->size) { in soc_tplg_check_elem_count()97 dev_err(tplg->dev, "ASoC: %s overflow end of data\n", in soc_tplg_check_elem_count()105 dev_err(tplg->dev, in soc_tplg_check_elem_count()114 static inline int soc_tplg_is_eof(struct soc_tplg *tplg) in soc_tplg_is_eof() argument116 const u8 *end = tplg->hdr_pos; in soc_tplg_is_eof()118 if (end >= tplg->fw->data + tplg->fw->size) in soc_tplg_is_eof()[all …]
72 const struct firmware *tplg; member
524 if (skl->tplg) in skl_remove()525 release_firmware(skl->tplg); in skl_remove()
1251 skl->tplg = fw; in skl_tplg_init()