Searched refs:uni (Results 1 – 4 of 4) sorted by relevance
21 struct uniperif *uni = priv->dai_data.uni; in sti_uniperiph_dai_create_ctrl() local25 if (!uni->num_ctrls) in sti_uniperiph_dai_create_ctrl()28 for (i = 0; i < uni->num_ctrls; i++) { in sti_uniperiph_dai_create_ctrl()33 ctrl = &uni->snd_ctrls[i]; in sti_uniperiph_dai_create_ctrl()34 ctrl->index = uni->info->id; in sti_uniperiph_dai_create_ctrl()35 ctrl->device = uni->info->id; in sti_uniperiph_dai_create_ctrl()38 return snd_soc_add_dai_controls(dai, uni->snd_ctrls, uni->num_ctrls); 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() local75 if (uni->state != UNIPERIF_STATE_STOPPED) { in sti_uniperiph_dai_suspend()[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()
1202 struct uniperif *uni; member