Searched refs:dai_data (Results 1 – 4 of 4) sorted by relevance
21 struct uniperif *uni = priv->dai_data.uni; in sti_uniperiph_dai_create_ctrl()63 priv->dai_data.uni->daifmt = fmt; in sti_uniperiph_dai_set_fmt()71 struct uniperif *uni = priv->dai_data.uni; in sti_uniperiph_dai_suspend()93 struct uniperif *uni = priv->dai_data.uni; in sti_uniperiph_dai_resume()114 struct sti_uniperiph_dai *dai_data = &priv->dai_data; in sti_uniperiph_dai_probe() local118 snd_soc_dai_init_dma_data(dai, &dai_data->dma_data, NULL); in sti_uniperiph_dai_probe()120 snd_soc_dai_init_dma_data(dai, NULL, &dai_data->dma_data); in sti_uniperiph_dai_probe()122 dai_data->dma_data.addr = dai_data->uni->fifo_phys_address; in sti_uniperiph_dai_probe()123 dai_data->dma_data.addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES; in sti_uniperiph_dai_probe()144 struct sti_uniperiph_dai *dai_data = &priv->dai_data; in sti_uniperiph_cpu_dai_of() local[all …]
559 struct uniperif *player = priv->dai_data.uni; in uni_player_ctl_iec958_get()576 struct uniperif *player = priv->dai_data.uni; in uni_player_ctl_iec958_put()619 struct uniperif *player = priv->dai_data.uni; in snd_sti_clk_adjustment_get()633 struct uniperif *player = priv->dai_data.uni; in snd_sti_clk_adjustment_put()671 struct uniperif *player = priv->dai_data.uni; in uni_player_startup()683 struct uniperif *player = priv->dai_data.uni; in uni_player_set_sysclk()705 struct uniperif *player = priv->dai_data.uni; in uni_player_prepare()931 struct uniperif *player = priv->dai_data.uni; in uni_player_trigger()949 struct uniperif *player = priv->dai_data.uni; in uni_player_shutdown()
80 struct uniperif *reader = priv->dai_data.uni; in uni_reader_prepare()284 struct uniperif *reader = priv->dai_data.uni; in uni_reader_trigger()300 struct uniperif *reader = priv->dai_data.uni; in uni_reader_shutdown()
1209 struct sti_uniperiph_dai dai_data; member