Home
last modified time | relevance | path

Searched refs:channelIfMode (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/common/platform/i2s/
Di2s_hi35xx.c195 cfg->channelIfMode = i2sCfg->channelIfMode; in Hi35xxI2sGetCfg()
207 cfg->type, cfg->channelMode, cfg->channelIfMode, cfg->samplePrecision); in Hi35xxI2sGetCfg()
225 cfg->type, cfg->channelMode, cfg->channelIfMode, cfg->samplePrecision); in Hi35xxI2sSetCfg()
255 …if (AiaoGetRxIfAttri(i2sCfg, cfg->type, cfg->channelMode, cfg->channelIfMode, cfg->samplePrecision) in Hi35xxI2sSetCfg()
Di2s_aiao_hi35xx.c173 enum I2sChannelIfMode channelIfMode, uint8_t samplePrecision) in AiaoGetRxIfAttri() argument
200 i2sCfg->channelIfMode = channelIfMode; in AiaoGetRxIfAttri()
202 if (channelIfMode == I2S_CHANNEL_IF_MODE_I2S) { in AiaoGetRxIfAttri()
212 } else if (channelIfMode == I2S_CHANNEL_IF_MODE_PCM) { in AiaoGetRxIfAttri()
Di2s_hi35xx.h122 enum I2sChannelIfMode channelIfMode; member
Di2s_aiao_hi35xx.h225 enum I2sChannelIfMode channelIfMode, uint8_t samplePrecision);