Home
last modified time | relevance | path

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

123

/Zephyr-Core-3.4.0/drivers/i3c/
Di3c_handlers.c41 const struct i3c_msg *msgs, in copy_i3c_msgs_and_transfer()
62 struct i3c_msg *msgs, uint8_t num_msgs) in z_vrfy_i3c_transfer()
/Zephyr-Core-3.4.0/drivers/i2c/
Di2c_handlers.c30 const struct i2c_msg *msgs, in copy_msgs_and_transfer()
52 struct i2c_msg *msgs, uint8_t num_msgs, in z_vrfy_i2c_transfer()
Di2c_rtio.c18 const struct i2c_msg *msgs, in i2c_rtio_copy()
Di2c_test.c24 struct i2c_msg *msgs, in vnd_i2c_transfer()
Di2c_common.c28 void i2c_dump_msgs_rw(const char *name, const struct i2c_msg *msgs, in i2c_dump_msgs_rw()
Di2c_smartbond.c29 struct i2c_msg *msgs; member
161 static inline int i2c_smartbond_set_msg_flags(struct i2c_msg *msgs, uint8_t num_msgs) in i2c_smartbond_set_msg_flags()
184 static inline int i2c_smartbond_prep_transfer(const struct device *dev, struct i2c_msg *msgs, in i2c_smartbond_prep_transfer()
282 static int i2c_smartbond_transfer(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, in i2c_smartbond_transfer()
356 static int i2c_smartbond_transfer_cb(const struct device *dev, struct i2c_msg *msgs, in i2c_smartbond_transfer_cb()
Di2c_mcux.c44 struct i2c_msg *msgs; member
144 static int i2c_mcux_transfer(const struct device *dev, struct i2c_msg *msgs, in i2c_mcux_transfer()
276 static int i2c_mcux_transfer_cb(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, in i2c_mcux_transfer_cb()
Di2c_b91.c76 struct i2c_msg *msgs, in i2c_b91_transfer()
Di2c_nios2.c63 static int i2c_nios2_transfer(const struct device *dev, struct i2c_msg *msgs, in i2c_nios2_transfer()
Di2c_sbcon.c87 static int i2c_sbcon_transfer(const struct device *dev, struct i2c_msg *msgs, in i2c_sbcon_transfer()
Di2c_emul.c77 static int i2c_emul_transfer(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, in i2c_emul_transfer()
Di2c_npcx_port.c97 struct i2c_msg *msgs, uint8_t num_msgs, uint16_t addr) in i2c_npcx_port_transfer()
Di2c_gpio.c96 static int i2c_gpio_transfer(const struct device *dev, struct i2c_msg *msgs, in i2c_gpio_transfer()
Di2c_lpc11u6x.c75 struct i2c_msg *msgs, in lpc11u6x_i2c_transfer()
Di2c_litex.c102 static int i2c_litex_transfer(const struct device *dev, struct i2c_msg *msgs, in i2c_litex_transfer()
Di2c_bitbang.c184 struct i2c_msg *msgs, uint8_t num_msgs, in i2c_bitbang_transfer()
/Zephyr-Core-3.4.0/scripts/pylint/checkers/
Dargparse-checker.py18 msgs = { variable in ZephyrArgParseChecker
/Zephyr-Core-3.4.0/include/zephyr/drivers/
Di2c.h467 static inline void i2c_dump_msgs(const char *name, const struct i2c_msg *msgs, in i2c_dump_msgs()
511 static inline void i2c_xfer_stats(const struct device *dev, struct i2c_msg *msgs, in i2c_xfer_stats()
604 static inline void i2c_xfer_stats(const struct device *dev, struct i2c_msg *msgs, in i2c_xfer_stats()
717 struct i2c_msg *msgs, uint8_t num_msgs, in z_impl_i2c_transfer()
759 struct i2c_msg *msgs, in i2c_transfer_cb()
790 struct i2c_msg *msgs, in i2c_transfer_cb_dt()
821 static inline int i2c_write_read_cb(const struct device *dev, struct i2c_msg *msgs, in i2c_write_read_cb()
862 static inline int i2c_write_read_cb_dt(const struct i2c_dt_spec *spec, struct i2c_msg *msgs, in i2c_write_read_cb_dt()
899 struct i2c_msg *msgs, in i2c_transfer_signal()
982 struct i2c_msg *msgs, uint8_t num_msgs) in i2c_transfer_dt()
/Zephyr-Core-3.4.0/tests/subsys/emul/src/
Demul_tester.c44 static int emul_tester_transfer(const struct emul *target, struct i2c_msg *msgs, int num_msgs, in emul_tester_transfer()
/Zephyr-Core-3.4.0/drivers/fuel_gauge/max17048/
Demul_max17048.c68 static int max17048_emul_transfer_i2c(const struct emul *target, struct i2c_msg *msgs, in max17048_emul_transfer_i2c()
/Zephyr-Core-3.4.0/drivers/eeprom/
Deeprom_at2x_emul.c55 static int at24_emul_transfer(const struct emul *target, struct i2c_msg *msgs, in at24_emul_transfer()
/Zephyr-Core-3.4.0/drivers/sensor/akm09918c/
Dakm09918c_emul.c71 static int akm09918c_emul_transfer_i2c(const struct emul *target, struct i2c_msg *msgs, in akm09918c_emul_transfer_i2c()
/Zephyr-Core-3.4.0/drivers/sensor/max44009/
Dmax44009.c23 struct i2c_msg msgs[2] = { in max44009_reg_read() local
/Zephyr-Core-3.4.0/drivers/fuel_gauge/sbs_gauge/
Demul_sbs_gauge.c156 static int sbs_gauge_emul_transfer_i2c(const struct emul *target, struct i2c_msg *msgs, in sbs_gauge_emul_transfer_i2c()
/Zephyr-Core-3.4.0/tests/boards/frdm_k64f/i2c/src/
Di2c.c91 static struct i2c_msg msgs[2] = { { .buf = &reg, .len = 1, .flags = I2C_MSG_WRITE }, variable

123