Home
last modified time | relevance | path

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

12345

/Zephyr-latest/drivers/sensor/bosch/bmi160/
Demul_bmi160.h26 __maybe_unused static bool emul_bmi160_i2c_is_touching_reg(struct i2c_msg *msgs, int num_msgs, in emul_bmi160_i2c_is_touching_reg()
54 __maybe_unused static bool emul_bmi160_i2c_is_reading_reg(struct i2c_msg *msgs, int num_msgs, in emul_bmi160_i2c_is_reading_reg()
72 __maybe_unused static bool emul_bmi160_i2c_is_writing_reg(struct i2c_msg *msgs, int num_msgs, in emul_bmi160_i2c_is_writing_reg()
/Zephyr-latest/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()
Di3c_rtio.c22 struct rtio_sqe *i3c_rtio_copy(struct rtio *r, struct rtio_iodev *iodev, const struct i3c_msg *msgs, in i3c_rtio_copy()
126 int i3c_rtio_transfer(struct i3c_rtio *ctx, struct i3c_msg *msgs, uint8_t num_msgs, in i3c_rtio_transfer()
Di3c_rtio_default.c114 struct i3c_msg msgs[CONFIG_I3C_RTIO_FALLBACK_MSGS]; in i3c_iodev_submit_work_handler() local
/Zephyr-latest/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_test.c24 struct i2c_msg *msgs, in vnd_i2c_transfer()
Di2c_rtio.c21 struct rtio_sqe *i2c_rtio_copy(struct rtio *r, struct rtio_iodev *iodev, const struct i2c_msg *msgs, in i2c_rtio_copy()
124 int i2c_rtio_transfer(struct i2c_rtio *ctx, struct i2c_msg *msgs, uint8_t num_msgs, uint16_t addr) in i2c_rtio_transfer()
Di2c_smartbond.c33 struct i2c_msg *msgs; member
236 static inline int i2c_smartbond_set_msg_flags(struct i2c_msg *msgs, uint8_t num_msgs) in i2c_smartbond_set_msg_flags()
257 static inline int i2c_smartbond_prep_transfer(const struct device *dev, struct i2c_msg *msgs, in i2c_smartbond_prep_transfer()
342 static int i2c_smartbond_transfer(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, in i2c_smartbond_transfer()
418 static int i2c_smartbond_transfer_cb(const struct device *dev, struct i2c_msg *msgs, in i2c_smartbond_transfer_cb()
Di2c_rtio_default.c101 struct i2c_msg msgs[CONFIG_I2C_RTIO_FALLBACK_MSGS]; in i2c_iodev_submit_work_handler() local
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_common.c39 void i2c_dump_msgs_rw(const struct device *dev, const struct i2c_msg *msgs, uint8_t num_msgs, in i2c_dump_msgs_rw()
Di2c_nrfx_twi.c42 struct i2c_msg *msgs, in i2c_nrfx_twi_transfer()
Dgpio_i2c_switch.c41 static int gpio_i2c_switch_transfer(const struct device *dev, struct i2c_msg *msgs, in gpio_i2c_switch_transfer()
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_emul.c88 static int i2c_emul_send_to_target(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs) in i2c_emul_send_to_target()
180 static int i2c_emul_transfer(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, in i2c_emul_transfer()
/Zephyr-latest/scripts/pylint/checkers/
Dargparse-checker.py18 msgs = { variable in ZephyrArgParseChecker
/Zephyr-latest/tests/subsys/rtio/rtio_i2c/src/
Dmain.cpp53 [&msg](const struct emul *, struct i2c_msg *msgs, int msg_count, int) { in ZTEST()
98 [&data](const struct emul *, struct i2c_msg *msgs, int msg_count, int) { in ZTEST()
131 [&msg](const struct emul *, struct i2c_msg *msgs, int msg_count, int) { in ZTEST()
249 [&msg](const struct emul *, struct i2c_msg *msgs, int msg_count, int) { in ZTEST()
/Zephyr-latest/tests/drivers/sensor/bmi160/include/
Dchecks.h15 static inline bool bmi160_i2c_is_touching_reg(struct i2c_msg *msgs, int num_msgs, int reg) in bmi160_i2c_is_touching_reg()
/Zephyr-latest/tests/drivers/sensor/bmi160/src/
Di2c.c19 static int mock_i2c_transfer(const struct emul *target, struct i2c_msg *msgs, int num_msgs, in mock_i2c_transfer()
/Zephyr-latest/include/zephyr/drivers/
Di2c.h540 static inline void i2c_dump_msgs(const struct device *dev, const struct i2c_msg *msgs, in i2c_dump_msgs()
584 static inline void i2c_xfer_stats(const struct device *dev, struct i2c_msg *msgs, in i2c_xfer_stats()
677 static inline void i2c_xfer_stats(const struct device *dev, struct i2c_msg *msgs, in i2c_xfer_stats()
794 struct i2c_msg *msgs, uint8_t num_msgs, in z_impl_i2c_transfer()
844 struct i2c_msg *msgs, in i2c_transfer_cb()
885 struct i2c_msg *msgs, in i2c_transfer_cb_dt()
916 static inline int i2c_write_read_cb(const struct device *dev, struct i2c_msg *msgs, in i2c_write_read_cb()
957 static inline int i2c_write_read_cb_dt(const struct i2c_dt_spec *spec, struct i2c_msg *msgs, in i2c_write_read_cb_dt()
994 struct i2c_msg *msgs, in i2c_transfer_signal()
1111 struct i2c_msg *msgs, uint8_t num_msgs) in i2c_transfer_dt()
/Zephyr-latest/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-latest/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-latest/drivers/charger/
Demul_sbs_charger.c69 static int sbs_charger_emul_transfer_i2c(const struct emul *target, struct i2c_msg *msgs, in sbs_charger_emul_transfer_i2c()
/Zephyr-latest/drivers/eeprom/
Deeprom_at2x_emul.c55 static int at24_emul_transfer(const struct emul *target, struct i2c_msg *msgs, in at24_emul_transfer()

12345