Home
last modified time | relevance | path

Searched defs:msgs (Results 1 - 25 of 106) sorted by relevance

12345

/third_party/musl/src/network/
H A Dhstrerror.c5 static const char msgs[] = variable
H A Dgai_strerror.c4 static const char msgs[] = variable
/drivers/hdf_core/framework/support/platform/src/i2c/
H A Di2c_if.c33 int32_t I2cTransfer(DevHandle handle, struct I2cMsg *msgs, int16_t count) in I2cTransfer() argument
H A Di2c_msg.c17 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 Di2c_if_u.c210 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...]
/third_party/elfutils/libasm/
H A Dasm_error.c62 static const char *msgs[ASM_E_NUM] = variable
/device/board/hihope/rk3568/audio_drivers/dsp/src/
H A Drk3568_dsp_ops.c38 int32_t DspDeviceReadReg(const struct DspDevice *device, const void *msgs, const uint32_t len) in DspDeviceReadReg() argument
45 int32_t DspDeviceWriteReg(const struct DspDevice *device, const void *msgs, const uint32_t len) in DspDeviceWriteReg() argument
/third_party/musl/src/locale/
H A Dcatgets.c21 const char *msgs = map+20+V(map+12); in catgets() local
/drivers/hdf_core/adapter/khdf/linux/platform/i2c/
H A Di2c_adapter.c28 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 Di2c_adapter_dummy.c30 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 Dplatform_queue.h39 struct DListHead msgs; member
/drivers/hdf_core/framework/support/platform/src/i3c/
H A Di3c_if.c25 int32_t I3cTransfer(DevHandle handle, struct I3cMsg *msgs, int16_t count, enum TransMode mode) in I3cTransfer() argument
/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dmipi_dsi_test.h28 struct DsiCmdDesc msgs; member
/foundation/filemanagement/app_file_service/utils/src/b_error/
H A Db_error.cpp36 ss << msgs[i]; in WrapMessageWithExtraInfos() local
/third_party/musl/src/misc/
H A Dfmtmsg.c29 char *const msgs[] = { in fmtmsg() local
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A D__recvmmsg_time64.c81 struct mmsghdr msgs[VLEN]; in recvsss() local
H A Drecvmmsg.c79 struct mmsghdr msgs[VLEN]; in recvsss() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp103 void EventHistory::addEvents(WpaMsgList msgs) in addEvents() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp103 void EventHistory::addEvents(WpaMsgList msgs) in addEvents() argument
/drivers/hdf_core/framework/support/platform/src/spi/
H A Dspi_if.c39 int32_t SpiTransfer(DevHandle handle, struct SpiMsg *msgs, uint32_t count) in SpiTransfer() argument
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
H A Dmsgctl06.c60 int cbytes, msgs; in parse_proc_sysvipc() local
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
H A Dleapsec01.c65 const char *const msgs[6] = { in adjtimex_status() local
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
H A Di2c.h190 LzI2cMsg msgs[I2C_MSGS_MAX]; in LzI2cReadReg() local
[all...]
/drivers/hdf_core/adapter/platform/i2c/
H A Di2c_bes.c353 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...]
/drivers/hdf_core/adapter/khdf/liteos/platform/include/
H A Di2c_dev.h73 struct i2c_msg *msgs; member

Completed in 8 milliseconds

12345