Home
last modified time | relevance | path

Searched defs:msgs (Results 1 – 21 of 21) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/i2c/
Di2c_msg.c17 int32_t AssignReplayBuffer(uint32_t lenReply, uint8_t **bufReply, struct I2cMsg *msgs, int16_t coun… in AssignReplayBuffer()
44 struct I2cMsg *msgs = NULL; in RebuildMsgs() local
86 int32_t I2cMsgsRebuildFromSbuf(struct HdfSBuf *data, struct I2cMsg **msgs, int16_t *count) in I2cMsgsRebuildFromSbuf()
109 int32_t I2cMsgsWriteToSbuf(struct I2cMsg *msgs, int16_t count, struct HdfSBuf *reply) in I2cMsgsWriteToSbuf()
125 void I2cMsgsFree(struct I2cMsg *msgs, int16_t count) in I2cMsgsFree()
Di2c_if_u.c205 static int32_t WriteI2cMsgs(struct HdfSBuf *data, struct I2cMsg *msgs, int16_t count) in WriteI2cMsgs()
266 static int32_t ReadI2cMsgs(struct HdfSBuf *reply, struct I2cMsg *msgs, int16_t count) in ReadI2cMsgs()
283 static int32_t I2cServiceTransfer(DevHandle handle, struct I2cMsg *msgs, int16_t count) in I2cServiceTransfer()
328 int32_t I2cTransfer(DevHandle handle, struct I2cMsg *msgs, int16_t count) in I2cTransfer()
Di2c_if.c33 int32_t I2cTransfer(DevHandle handle, struct I2cMsg *msgs, int16_t count) in I2cTransfer()
Di2c_core.c209 int32_t I2cCntlrTransfer(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count) in I2cCntlrTransfer()
235 struct I2cMsg *msgs = NULL; in I2cIoDoTransfer() local
/drivers/hdf_core/adapter/khdf/linux/platform/i2c/
Di2c_adapter.c28 static struct i2c_msg *CreateLinuxI2cMsgs(struct I2cMsg *msgs, int16_t count) in CreateLinuxI2cMsgs()
48 static inline void FreeLinuxI2cMsgs(struct i2c_msg *msgs, int16_t count) in FreeLinuxI2cMsgs()
54 static int32_t LinuxI2cTransfer(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count) in LinuxI2cTransfer()
/drivers/hdf_core/adapter/khdf/linux/test/platform/i2c/
Di2c_adapter_dummy.c30 static int32_t EchoI2cMsgs(struct I2cMsg *msgs, int16_t count) in EchoI2cMsgs()
55 static int32_t DummyI2cTransEcho(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count) in DummyI2cTransEcho()
/drivers/hdf_core/framework/support/platform/src/spi/
Dspi_core.c140 struct HdfSBuf *data, uint32_t count, uint8_t *tmpFlag, struct SpiMsg *msgs, uint32_t *lenReply) in SpiMsgsRwProcess()
192 struct SpiMsg *msgs = NULL; in SpiTransferRebuildMsgs() local
231 static int32_t SpiTransferWriteBackMsgs(struct HdfSBuf *reply, struct SpiMsg *msgs, uint32_t count) in SpiTransferWriteBackMsgs()
253 struct SpiMsg *msgs = NULL; in SpiIoTransfer() local
Dspi_if_u.c55 static int32_t SpiMsgWriteArray(struct HdfSBuf *data, struct SpiMsg *msgs, uint32_t count, struct H… in SpiMsgWriteArray()
126 static int32_t SpiMsgReadArray(struct HdfSBuf *reply, struct SpiMsg *msgs, uint32_t count) in SpiMsgReadArray()
144 int32_t SpiTransfer(DevHandle handle, struct SpiMsg *msgs, uint32_t count) in SpiTransfer()
Dspi_if.c39 int32_t SpiTransfer(DevHandle handle, struct SpiMsg *msgs, uint32_t count) in SpiTransfer()
/drivers/hdf_core/adapter/platform/i2c/
Di2c_bes.c353 static int32_t i2c_transfer(struct I2cDevice *device, struct I2cMsg *msgs, int16_t count) in i2c_transfer()
404 static int32_t i2cHostTransfer(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count) in i2cHostTransfer()
Di2c_wm.c302 static int32_t i2c_transfer(struct I2cDevice *device, struct I2cMsg *msgs, int16_t count) in i2c_transfer()
328 static int32_t i2cHostTransfer(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count) in i2cHostTransfer()
Di2c_stm32f4xx.c169 static int32_t I2cDataTransfer(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count) in I2cDataTransfer()
/drivers/hdf_core/framework/support/platform/src/i3c/
Di3c_if.c25 int32_t I3cTransfer(DevHandle handle, struct I3cMsg *msgs, int16_t count, enum TransMode mode) in I3cTransfer()
Di3c_core.c468 int32_t I3cCntlrTransfer(struct I3cCntlr *cntlr, struct I3cMsg *msgs, int16_t count) in I3cCntlrTransfer()
493 int32_t I3cCntlrI2cTransfer(struct I3cCntlr *cntlr, struct I3cMsg *msgs, int16_t count) in I3cCntlrI2cTransfer()
/drivers/hdf_core/framework/test/unittest/platform/common/
Dmipi_dsi_test.h28 struct DsiCmdDesc msgs; member
Dspi_test.c275 struct SpiMsg msgs[SPI_TEST_MSG_NUM]; in SpiMultiTransferTest() local
/drivers/hdf_core/framework/test/unittest/platform/virtual/
Di3c_virtual.c35 struct I3cMsg *msgs; member
88 static int32_t VirtualI3cTransfer(struct I3cCntlr *cntlr, struct I3cMsg *msgs, int16_t count) in VirtualI3cTransfer()
103 static int32_t VirtualI3cCntlrI2cTransfer(struct I3cCntlr *cntlr, struct I3cMsg *msgs, int16_t coun… in VirtualI3cCntlrI2cTransfer()
/drivers/hdf_core/framework/support/platform/include/fwk/
Dplatform_queue.h39 struct DListHead msgs; member
/drivers/hdf_core/framework/model/audio/common/src/
Daudio_codec_base.c461 static void CodecI2cRelease(struct I2cMsg *msgs, int16_t msgSize, DevHandle i2cHandle) in CodecI2cRelease()
491 uint16_t rwFlag, uint8_t *regs, struct I2cMsg *msgs) in CodecI2cMsgFill()
553 struct I2cMsg msgs[I2C_MSG_NUM]; in CodecI2cTransfer() local
/drivers/hdf_core/adapter/khdf/liteos/platform/include/
Di2c_dev.h73 struct i2c_msg *msgs; member
/drivers/hdf_core/adapter/khdf/linux/platform/spi/
Dspi_adapter.c184 static int32_t SpiAdapterTransferDefault(struct SpiCntlr *cntlr, struct SpiMsg *msgs, uint32_t coun… in SpiAdapterTransferDefault()