Lines Matching defs:tplg
80 static int soc_tplg_check_elem_count(struct soc_tplg *tplg, size_t elem_size, in soc_tplg_check_elem_count()
103 static inline bool soc_tplg_is_eof(struct soc_tplg *tplg) in soc_tplg_is_eof()
112 static inline unsigned long soc_tplg_get_hdr_offset(struct soc_tplg *tplg) in soc_tplg_get_hdr_offset()
117 static inline unsigned long soc_tplg_get_offset(struct soc_tplg *tplg) in soc_tplg_get_offset()
185 static int tplg_chan_get_reg(struct soc_tplg *tplg, in tplg_chan_get_reg()
198 static int tplg_chan_get_shift(struct soc_tplg *tplg, in tplg_chan_get_shift()
223 static inline void soc_bind_err(struct soc_tplg *tplg, in soc_bind_err()
232 static inline void soc_control_err(struct soc_tplg *tplg, in soc_control_err()
242 static int soc_tplg_vendor_load(struct soc_tplg *tplg, in soc_tplg_vendor_load()
266 static int soc_tplg_widget_load(struct soc_tplg *tplg, in soc_tplg_widget_load()
278 static int soc_tplg_widget_ready(struct soc_tplg *tplg, in soc_tplg_widget_ready()
289 static int soc_tplg_dai_load(struct soc_tplg *tplg, in soc_tplg_dai_load()
301 static int soc_tplg_dai_link_load(struct soc_tplg *tplg, in soc_tplg_dai_link_load()
311 static int soc_tplg_complete(struct soc_tplg *tplg) in soc_tplg_complete()
344 static int soc_tplg_add_kcontrol(struct soc_tplg *tplg, in soc_tplg_add_kcontrol()
467 const struct soc_tplg *tplg) in soc_tplg_kcontrol_bind_io()
581 static int soc_tplg_control_load(struct soc_tplg *tplg, in soc_tplg_control_load()
596 static int soc_tplg_create_tlv_db_scale(struct soc_tplg *tplg, in soc_tplg_create_tlv_db_scale()
616 static int soc_tplg_create_tlv(struct soc_tplg *tplg, in soc_tplg_create_tlv()
643 static int soc_tplg_control_dmixer_create(struct soc_tplg *tplg, struct snd_kcontrol_new *kc) in soc_tplg_control_dmixer_create()
700 static int soc_tplg_denum_create_texts(struct soc_tplg *tplg, struct soc_enum *se, in soc_tplg_denum_create_texts()
736 static int soc_tplg_denum_create_values(struct soc_tplg *tplg, struct soc_enum *se, in soc_tplg_denum_create_values()
766 static int soc_tplg_control_denum_create(struct soc_tplg *tplg, struct snd_kcontrol_new *kc) in soc_tplg_control_denum_create()
835 static int soc_tplg_control_dbytes_create(struct soc_tplg *tplg, struct snd_kcontrol_new *kc) in soc_tplg_control_dbytes_create()
876 static int soc_tplg_dbytes_create(struct soc_tplg *tplg, size_t size) in soc_tplg_dbytes_create()
910 static int soc_tplg_dmixer_create(struct soc_tplg *tplg, size_t size) in soc_tplg_dmixer_create()
944 static int soc_tplg_denum_create(struct soc_tplg *tplg, size_t size) in soc_tplg_denum_create()
978 static int soc_tplg_kcontrol_elems_load(struct soc_tplg *tplg, in soc_tplg_kcontrol_elems_load()
1030 static int soc_tplg_add_route(struct soc_tplg *tplg, in soc_tplg_add_route()
1040 static int soc_tplg_dapm_graph_elems_load(struct soc_tplg *tplg, in soc_tplg_dapm_graph_elems_load()
1111 static int soc_tplg_dapm_widget_create(struct soc_tplg *tplg, in soc_tplg_dapm_widget_create()
1279 static int soc_tplg_dapm_widget_elems_load(struct soc_tplg *tplg, in soc_tplg_dapm_widget_elems_load()
1325 static int soc_tplg_dapm_complete(struct soc_tplg *tplg) in soc_tplg_dapm_complete()
1345 static int set_stream_info(struct soc_tplg *tplg, struct snd_soc_pcm_stream *stream, in set_stream_info()
1385 static int soc_tplg_dai_create(struct soc_tplg *tplg, in soc_tplg_dai_create()
1484 static int soc_tplg_fe_link_create(struct soc_tplg *tplg, in soc_tplg_fe_link_create()
1570 static int soc_tplg_pcm_create(struct soc_tplg *tplg, in soc_tplg_pcm_create()
1582 static int soc_tplg_pcm_elems_load(struct soc_tplg *tplg, in soc_tplg_pcm_elems_load()
1743 static int soc_tplg_link_config(struct soc_tplg *tplg, in soc_tplg_link_config()
1804 static int soc_tplg_link_elems_load(struct soc_tplg *tplg, in soc_tplg_link_elems_load()
1856 static int soc_tplg_dai_config(struct soc_tplg *tplg, in soc_tplg_dai_config()
1918 static int soc_tplg_dai_elems_load(struct soc_tplg *tplg, in soc_tplg_dai_elems_load()
1949 static int soc_tplg_manifest_load(struct soc_tplg *tplg, in soc_tplg_manifest_load()
1969 static int soc_tplg_valid_header(struct soc_tplg *tplg, in soc_tplg_valid_header()
2026 static int soc_tplg_load_header(struct soc_tplg *tplg, in soc_tplg_load_header()
2089 static int soc_tplg_process_headers(struct soc_tplg *tplg) in soc_tplg_process_headers()
2132 static int soc_tplg_load(struct soc_tplg *tplg) in soc_tplg_load()
2147 struct soc_tplg tplg; in snd_soc_tplg_component_load() local