Searched refs:channelIfMode (Results 1 – 4 of 4) sorted by relevance
/device/soc/hisilicon/common/platform/i2s/ |
D | i2s_hi35xx.c | 195 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()
|
D | i2s_aiao_hi35xx.c | 173 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()
|
D | i2s_hi35xx.h | 122 enum I2sChannelIfMode channelIfMode; member
|
D | i2s_aiao_hi35xx.h | 225 enum I2sChannelIfMode channelIfMode, uint8_t samplePrecision);
|