Searched refs:tplg (Results 1 – 1 of 1) sorted by relevance
80 static int soc_tplg_process_headers(struct soc_tplg *tplg);81 static void soc_tplg_complete(struct soc_tplg *tplg);84 static int soc_tplg_check_elem_count(struct soc_tplg *tplg, size_t elem_size, in soc_tplg_check_elem_count() argument87 const u8 *end = tplg->pos + elem_size * count; in soc_tplg_check_elem_count()89 if (end > tplg->fw->data + tplg->fw->size) { in soc_tplg_check_elem_count()90 dev_err(tplg->dev, "ASoC: %s overflow end of data\n", in soc_tplg_check_elem_count()98 dev_err(tplg->dev, in soc_tplg_check_elem_count()107 static inline int soc_tplg_is_eof(struct soc_tplg *tplg) in soc_tplg_is_eof() argument109 const u8 *end = tplg->hdr_pos; in soc_tplg_is_eof()111 if (end >= tplg->fw->data + tplg->fw->size) in soc_tplg_is_eof()[all …]