Lines Matching defs:soc_tplg

55 struct soc_tplg {
81 static int soc_tplg_process_headers(struct soc_tplg *tplg);
82 static void soc_tplg_complete(struct soc_tplg *tplg);
87 static int soc_tplg_check_elem_count(struct soc_tplg *tplg, size_t elem_size,
110 static inline int soc_tplg_is_eof(struct soc_tplg *tplg)
119 static inline unsigned long soc_tplg_get_hdr_offset(struct soc_tplg *tplg)
124 static inline unsigned long soc_tplg_get_offset(struct soc_tplg *tplg)
192 static int tplc_chan_get_reg(struct soc_tplg *tplg,
205 static int tplc_chan_get_shift(struct soc_tplg *tplg,
230 static inline void soc_bind_err(struct soc_tplg *tplg,
239 static inline void soc_control_err(struct soc_tplg *tplg,
249 static int soc_tplg_vendor_load(struct soc_tplg *tplg,
273 static int soc_tplg_widget_load(struct soc_tplg *tplg,
285 static int soc_tplg_widget_ready(struct soc_tplg *tplg,
296 static int soc_tplg_dai_load(struct soc_tplg *tplg,
308 static int soc_tplg_dai_link_load(struct soc_tplg *tplg,
318 static void soc_tplg_complete(struct soc_tplg *tplg)
349 static int soc_tplg_add_kcontrol(struct soc_tplg *tplg,
573 const struct soc_tplg *tplg)
687 static int soc_tplg_init_kcontrol(struct soc_tplg *tplg,
698 static int soc_tplg_create_tlv_db_scale(struct soc_tplg *tplg,
718 static int soc_tplg_create_tlv(struct soc_tplg *tplg,
745 static inline void soc_tplg_free_tlv(struct soc_tplg *tplg,
751 static int soc_tplg_dbytes_create(struct soc_tplg *tplg, unsigned int count,
832 static int soc_tplg_dmixer_create(struct soc_tplg *tplg, unsigned int count,
1009 static int soc_tplg_denum_create(struct soc_tplg *tplg, unsigned int count,
1127 static int soc_tplg_kcontrol_elems_load(struct soc_tplg *tplg,
1184 static int soc_tplg_add_route(struct soc_tplg *tplg,
1194 static int soc_tplg_dapm_graph_elems_load(struct soc_tplg *tplg,
1314 struct soc_tplg *tplg, int num_kcontrols)
1406 struct soc_tplg *tplg, int num_kcontrols)
1516 struct soc_tplg *tplg, int num_kcontrols)
1586 static int soc_tplg_dapm_widget_create(struct soc_tplg *tplg,
1738 static int soc_tplg_dapm_widget_elems_load(struct soc_tplg *tplg,
1766 static int soc_tplg_dapm_complete(struct soc_tplg *tplg)
1824 static int soc_tplg_dai_create(struct soc_tplg *tplg,
1927 static int soc_tplg_fe_link_create(struct soc_tplg *tplg,
2010 static int soc_tplg_pcm_create(struct soc_tplg *tplg,
2050 static int pcm_new_ver(struct soc_tplg *tplg,
2091 static int soc_tplg_pcm_elems_load(struct soc_tplg *tplg,
2238 static int link_new_ver(struct soc_tplg *tplg,
2314 static int soc_tplg_link_config(struct soc_tplg *tplg,
2374 static int soc_tplg_link_elems_load(struct soc_tplg *tplg,
2445 static int soc_tplg_dai_config(struct soc_tplg *tplg,
2512 static int soc_tplg_dai_elems_load(struct soc_tplg *tplg,
2551 static int manifest_new_ver(struct soc_tplg *tplg,
2593 static int soc_tplg_manifest_load(struct soc_tplg *tplg,
2624 static int soc_valid_header(struct soc_tplg *tplg,
2676 static int soc_tplg_load_header(struct soc_tplg *tplg,
2679 int (*elem_load)(struct soc_tplg *tplg,
2744 static int soc_tplg_process_headers(struct soc_tplg *tplg)
2796 static int soc_tplg_load(struct soc_tplg *tplg)
2811 struct soc_tplg tplg;