Home
last modified time | relevance | path

Searched defs:msgs (Results 76 – 100 of 107) sorted by relevance

12345

/Zephyr-latest/drivers/i2c/
Di2c_andes_atciic100.c150 struct i2c_msg *msgs, uint8_t num_msgs, uint16_t addr) in i2c_atciic100_transfer()
Di2c_rcar.c211 struct i2c_msg *msgs, uint8_t num_msgs, in i2c_rcar_transfer()
Di2c_renesas_rz_riic.c108 static int i2c_rz_riic_transfer(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, in i2c_rz_riic_transfer()
Di2c_ambiq.c218 static int i2c_ambiq_transfer(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, in i2c_ambiq_transfer()
Di2c_mcux_lpi2c_rtio.c269 static int mcux_lpi2c_transfer(const struct device *dev, struct i2c_msg *msgs, in mcux_lpi2c_transfer()
Di2c_gd32.c401 struct i2c_msg *msgs, in i2c_gd32_transfer()
Di2c_max32_rtio.c170 static int max32_transfer(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, in max32_transfer()
Di2c_renesas_ra_iic.c112 static int i2c_ra_iic_transfer(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, in i2c_ra_iic_transfer()
Di2c_ite_it8xxx2.c691 struct i2c_msg *msgs) in fifo_mode_allowed()
937 static int i2c_it8xxx2_transfer(const struct device *dev, struct i2c_msg *msgs, in i2c_it8xxx2_transfer()
Di2c_xilinx_axi.c546 static int i2c_xilinx_axi_transfer(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, in i2c_xilinx_axi_transfer()
Di2c_mcux_lpi2c.c149 static int mcux_lpi2c_transfer(const struct device *dev, struct i2c_msg *msgs, in mcux_lpi2c_transfer()
Di2c_mchp_xec.c650 static int i2c_xec_transfer(const struct device *dev, struct i2c_msg *msgs, in i2c_xec_transfer()
Di2c_mchp_mss.c217 static int mss_i2c_transfer(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, in mss_i2c_transfer()
Di2c_mcux_flexcomm.c145 struct i2c_msg *msgs, in mcux_flexcomm_transfer()
Di2c_numaker.c333 static int i2c_numaker_transfer(const struct device *dev, struct i2c_msg *msgs, in i2c_numaker_transfer()
Di2c_dw.c617 static int i2c_dw_transfer(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, in i2c_dw_transfer()
Di2c_mchp_xec_v2.c773 static int i2c_xec_transfer(const struct device *dev, struct i2c_msg *msgs, in i2c_xec_transfer()
Di2c_omap.c658 static int i2c_omap_transfer_polling(const struct device *dev, struct i2c_msg msgs[], in i2c_omap_transfer_polling()
Di2c_esp32.c613 static int IRAM_ATTR i2c_esp32_transfer(const struct device *dev, struct i2c_msg *msgs, in i2c_esp32_transfer()
/Zephyr-latest/drivers/video/
Dov7725.c320 struct i2c_msg msgs[2]; in ov7725_write_reg() local
336 struct i2c_msg msgs[2]; in ov7725_read_reg() local
/Zephyr-latest/drivers/sensor/bosch/bmi160/
Demul_bmi160.c229 static int bmi160_emul_transfer_i2c(const struct emul *target, struct i2c_msg *msgs, int num_msgs, in bmi160_emul_transfer_i2c()
/Zephyr-latest/drivers/i3c/
Di3c_mcux.c1077 struct i3c_msg *msgs, in mcux_i3c_transfer()
2026 struct i2c_msg *msgs, in mcux_i3c_i2c_api_transfer()
Di3c_common.c20 void i3c_dump_msgs(const char *name, const struct i3c_msg *msgs, uint8_t num_msgs, in i3c_dump_msgs()
Di3c_dw.c688 struct i3c_msg *msgs, uint8_t num_msgs) in dw_i3c_xfers()
915 struct i2c_msg *msgs, uint8_t num_msgs) in dw_i3c_i2c_transfer()
1056 static int dw_i3c_i2c_api_transfer(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, in dw_i3c_i2c_api_transfer()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_access.c82 uint8_t msgs; member

12345