Lines Matching defs:tplg
91 static int soc_tplg_check_elem_count(struct soc_tplg *tplg, size_t elem_size, in soc_tplg_check_elem_count()
114 static inline int soc_tplg_is_eof(struct soc_tplg *tplg) in soc_tplg_is_eof()
123 static inline unsigned long soc_tplg_get_hdr_offset(struct soc_tplg *tplg) in soc_tplg_get_hdr_offset()
128 static inline unsigned long soc_tplg_get_offset(struct soc_tplg *tplg) in soc_tplg_get_offset()
188 static int tplc_chan_get_reg(struct soc_tplg *tplg, in tplc_chan_get_reg()
201 static int tplc_chan_get_shift(struct soc_tplg *tplg, in tplc_chan_get_shift()
271 static inline void soc_bind_err(struct soc_tplg *tplg, in soc_bind_err()
280 static inline void soc_control_err(struct soc_tplg *tplg, in soc_control_err()
290 static int soc_tplg_vendor_load_(struct soc_tplg *tplg, in soc_tplg_vendor_load_()
313 static int soc_tplg_vendor_load(struct soc_tplg *tplg, in soc_tplg_vendor_load()
324 static int soc_tplg_widget_load(struct soc_tplg *tplg, in soc_tplg_widget_load()
334 static int soc_tplg_pcm_dai_load(struct soc_tplg *tplg, in soc_tplg_pcm_dai_load()
344 static void soc_tplg_complete(struct soc_tplg *tplg) in soc_tplg_complete()
375 static int soc_tplg_add_kcontrol(struct soc_tplg *tplg, in soc_tplg_add_kcontrol()
515 const struct soc_tplg *tplg) in soc_tplg_kcontrol_bind_io()
614 static int soc_tplg_init_kcontrol(struct soc_tplg *tplg, in soc_tplg_init_kcontrol()
624 static int soc_tplg_create_tlv_db_scale(struct soc_tplg *tplg, in soc_tplg_create_tlv_db_scale()
644 static int soc_tplg_create_tlv(struct soc_tplg *tplg, in soc_tplg_create_tlv()
670 static inline void soc_tplg_free_tlv(struct soc_tplg *tplg, in soc_tplg_free_tlv()
676 static int soc_tplg_dbytes_create(struct soc_tplg *tplg, unsigned int count, in soc_tplg_dbytes_create()
756 static int soc_tplg_dmixer_create(struct soc_tplg *tplg, unsigned int count, in soc_tplg_dmixer_create()
903 static int soc_tplg_denum_create(struct soc_tplg *tplg, unsigned int count, in soc_tplg_denum_create()
1022 static int soc_tplg_kcontrol_elems_load(struct soc_tplg *tplg, in soc_tplg_kcontrol_elems_load()
1069 static int soc_tplg_dapm_graph_elems_load(struct soc_tplg *tplg, in soc_tplg_dapm_graph_elems_load()
1124 struct soc_tplg *tplg, int num_kcontrols) in soc_tplg_dapm_widget_dmixer_create()
1204 struct soc_tplg *tplg) in soc_tplg_dapm_widget_denum_create()
1303 struct soc_tplg *tplg, int count) in soc_tplg_dapm_widget_dbytes_create()
1370 static int soc_tplg_dapm_widget_create(struct soc_tplg *tplg, in soc_tplg_dapm_widget_create()
1503 static int soc_tplg_dapm_widget_elems_load(struct soc_tplg *tplg, in soc_tplg_dapm_widget_elems_load()
1525 static int soc_tplg_dapm_complete(struct soc_tplg *tplg) in soc_tplg_dapm_complete()
1547 static int soc_tplg_pcm_dai_elems_load(struct soc_tplg *tplg, in soc_tplg_pcm_dai_elems_load()
1595 static int soc_tplg_manifest_load(struct soc_tplg *tplg, in soc_tplg_manifest_load()
1614 static int soc_valid_header(struct soc_tplg *tplg, in soc_valid_header()
1662 static int soc_tplg_load_header(struct soc_tplg *tplg, in soc_tplg_load_header()
1698 static int soc_tplg_process_headers(struct soc_tplg *tplg) in soc_tplg_process_headers()
1744 static int soc_tplg_load(struct soc_tplg *tplg) in soc_tplg_load()
1759 struct soc_tplg tplg; in snd_soc_tplg_component_load() local