Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_codec_base.c490 static int32_t CodecI2cMsgFill(struct I2cTransferParam *i2cTransferParam, const struct AudioAddrCon… in CodecI2cMsgFill()
546 static int32_t CodecI2cTransfer(struct I2cTransferParam *i2cTransferParam, struct AudioAddrConfig *… in CodecI2cTransfer()
601 struct I2cTransferParam *i2cTransferParam = NULL; in CodecDeviceRegI2cRead()
608 i2cTransferParam = (struct I2cTransferParam *)codec->devData->privateParam; in CodecDeviceRegI2cRead()
630 struct I2cTransferParam *i2cTransferParam = NULL; in CodecDeviceRegI2cWrite()
636 i2cTransferParam = (struct I2cTransferParam *)codec->devData->privateParam; in CodecDeviceRegI2cWrite()
657 struct I2cTransferParam *i2cTransferParam = NULL; in CodecDaiRegI2cRead()
664 i2cTransferParam = (struct I2cTransferParam *)dai->devData->privateParam; in CodecDaiRegI2cRead()
686 struct I2cTransferParam *i2cTransferParam = NULL; in CodecDaiRegI2cWrite()
692 i2cTransferParam = (struct I2cTransferParam *)dai->devData->privateParam; in CodecDaiRegI2cWrite()
/ohos5.0/drivers/hdf_core/framework/model/audio/common/include/
H A Daudio_codec_base.h52 struct I2cTransferParam { struct
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-audio-des.md713 struct I2cTransferParam *i2cTransferParam = NULL;
715 i2cTransferParam = (struct I2cTransferParam *)codec->devData->privateParam;
729 struct I2cTransferParam *i2cTransferParam = NULL;
731 i2cTransferParam = (struct I2cTransferParam *)codec->devData->privateParam;
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-audio-des.md713 struct I2cTransferParam *i2cTransferParam = NULL;
715 i2cTransferParam = (struct I2cTransferParam *)codec->devData->privateParam;
729 struct I2cTransferParam *i2cTransferParam = NULL;
731 i2cTransferParam = (struct I2cTransferParam *)codec->devData->privateParam;