/drivers/hdf_core/framework/support/platform/src/i2c/ |
H A D | i2c_if.c | 33 int32_t I2cTransfer(DevHandle handle, struct I2cMsg *msgs, int16_t count) in I2cTransfer() argument
|
H A D | i2c_msg.c | 17 int32_t AssignReplayBuffer(uint32_t lenReply, uint8_t **bufReply, struct I2cMsg *msgs, int16_t count) in AssignReplayBuffer() argument 44 struct I2cMsg *msgs = NULL; in RebuildMsgs() local 86 I2cMsgsRebuildFromSbuf(struct HdfSBuf *data, struct I2cMsg **msgs, int16_t *count) I2cMsgsRebuildFromSbuf() argument 109 I2cMsgsWriteToSbuf(struct I2cMsg *msgs, int16_t count, struct HdfSBuf *reply) I2cMsgsWriteToSbuf() argument 125 I2cMsgsFree(struct I2cMsg *msgs, int16_t count) I2cMsgsFree() argument [all...] |
H A D | i2c_if_u.c | 210 static int32_t WriteI2cMsgs(struct HdfSBuf *data, struct I2cMsg *msgs, int16_t count) in WriteI2cMsgs() argument 271 ReadI2cMsgs(struct HdfSBuf *reply, struct I2cMsg *msgs, int16_t count) ReadI2cMsgs() argument 288 I2cServiceTransfer(DevHandle handle, struct I2cMsg *msgs, int16_t count) I2cServiceTransfer() argument 333 I2cTransfer(DevHandle handle, struct I2cMsg *msgs, int16_t count) I2cTransfer() argument [all...] |
H A D | i2c_core.c | 209 int32_t I2cCntlrTransfer(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count) in I2cCntlrTransfer() argument 235 struct I2cMsg *msgs = NULL; in I2cIoDoTransfer() local
|
/drivers/hdf_core/adapter/khdf/linux/platform/i2c/ |
H A D | i2c_adapter.c | 28 static struct i2c_msg *CreateLinuxI2cMsgs(struct I2cMsg *msgs, int16_t count) in CreateLinuxI2cMsgs() argument 48 static inline void FreeLinuxI2cMsgs(struct i2c_msg *msgs, int16_t count) in FreeLinuxI2cMsgs() argument 54 static int32_t LinuxI2cTransfer(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count) in LinuxI2cTransfer() argument [all...] |
/drivers/hdf_core/adapter/khdf/linux/test/platform/i2c/ |
H A D | i2c_adapter_dummy.c | 30 static int32_t EchoI2cMsgs(struct I2cMsg *msgs, int16_t count) in EchoI2cMsgs() argument 55 static int32_t DummyI2cTransEcho(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count) in DummyI2cTransEcho() argument
|
/drivers/hdf_core/framework/support/platform/include/fwk/ |
H A D | platform_queue.h | 39 struct DListHead msgs; member
|
/drivers/hdf_core/framework/support/platform/src/i3c/ |
H A D | i3c_if.c | 25 int32_t I3cTransfer(DevHandle handle, struct I3cMsg *msgs, int16_t count, enum TransMode mode) in I3cTransfer() argument
|
H A D | i3c_core.c | 468 int32_t I3cCntlrTransfer(struct I3cCntlr *cntlr, struct I3cMsg *msgs, int16_t count) in I3cCntlrTransfer() argument 493 int32_t I3cCntlrI2cTransfer(struct I3cCntlr *cntlr, struct I3cMsg *msgs, int16_t count) in I3cCntlrI2cTransfer() argument
|
/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | mipi_dsi_test.h | 28 struct DsiCmdDesc msgs; member
|
H A D | spi_test.c | 275 struct SpiMsg msgs[SPI_TEST_MSG_NUM]; in SpiMultiTransferTest() local [all...] |
/drivers/hdf_core/framework/support/platform/src/spi/ |
H A D | spi_if.c | 39 int32_t SpiTransfer(DevHandle handle, struct SpiMsg *msgs, uint32_t count) in SpiTransfer() argument
|
H A D | spi_if_u.c | 55 static int32_t SpiMsgWriteArray(struct HdfSBuf *data, struct SpiMsg *msgs, uint32_t count, struct HdfSBuf **reply) in SpiMsgWriteArray() argument 126 SpiMsgReadArray(struct HdfSBuf *reply, struct SpiMsg *msgs, uint32_t count) SpiMsgReadArray() argument 144 SpiTransfer(DevHandle handle, struct SpiMsg *msgs, uint32_t count) SpiTransfer() argument [all...] |
H A D | spi_core.c | 139 SpiMsgsRwProcess( struct HdfSBuf *data, uint32_t count, uint8_t *tmpFlag, struct SpiMsg *msgs, uint32_t *lenReply) SpiMsgsRwProcess() argument 192 struct SpiMsg *msgs = NULL; SpiTransferRebuildMsgs() local 231 SpiTransferWriteBackMsgs(struct HdfSBuf *reply, struct SpiMsg *msgs, uint32_t count) SpiTransferWriteBackMsgs() argument 253 struct SpiMsg *msgs = NULL; SpiIoTransfer() local [all...] |
/drivers/hdf_core/adapter/platform/i2c/ |
H A D | i2c_bes.c | 353 static int32_t i2c_transfer(struct I2cDevice *device, struct I2cMsg *msgs, int16_t count) in i2c_transfer() argument 404 static int32_t i2cHostTransfer(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count) in i2cHostTransfer() argument [all...] |
H A D | i2c_stm32f4xx.c | 169 static int32_t I2cDataTransfer(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count) in I2cDataTransfer() argument
|
H A D | i2c_wm.c | 302 static int32_t i2c_transfer(struct I2cDevice *device, struct I2cMsg *msgs, int16_t count) in i2c_transfer() argument 328 static int32_t i2cHostTransfer(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count) in i2cHostTransfer() argument
|
/drivers/hdf_core/adapter/khdf/liteos/platform/include/ |
H A D | i2c_dev.h | 73 struct i2c_msg *msgs; member
|
/drivers/hdf_core/adapter/khdf/linux/platform/spi/ |
H A D | spi_adapter.c | 189 static int32_t SpiAdapterTransferDefault(struct SpiCntlr *cntlr, struct SpiMsg *msgs, uint32_t count) in SpiAdapterTransferDefault() argument
|
/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
H A D | i3c_virtual.c | 35 struct I3cMsg *msgs; member 88 static int32_t VirtualI3cTransfer(struct I3cCntlr *cntlr, struct I3cMsg *msgs, int16_t count) in VirtualI3cTransfer() argument 103 static int32_t VirtualI3cCntlrI2cTransfer(struct I3cCntlr *cntlr, struct I3cMsg *msgs, int16_t count) in VirtualI3cCntlrI2cTransfer() argument
|
/drivers/hdf_core/framework/model/audio/common/src/ |
H A D | audio_codec_base.c | 461 static void CodecI2cRelease(struct I2cMsg *msgs, int16_t msgSize, DevHandle i2cHandle) in CodecI2cRelease() argument 490 CodecI2cMsgFill(struct I2cTransferParam *i2cTransferParam, const struct AudioAddrConfig *regAttr, uint16_t rwFlag, uint8_t *regs, struct I2cMsg *msgs) CodecI2cMsgFill() argument 553 struct I2cMsg msgs[I2C_MSG_NUM]; CodecI2cTransfer() local [all...] |