Home
last modified time | relevance | path

Searched defs:msgs (Results 51 – 75 of 107) sorted by relevance

12345

/Zephyr-latest/drivers/i2c/
Di2c_sam0.c64 struct i2c_msg *msgs; member
408 static int i2c_sam0_transfer(const struct device *dev, struct i2c_msg *msgs, in i2c_sam0_transfer()
Di2c_tca954x.c77 struct i2c_msg *msgs, in tca954x_transfer()
Di2c_rv32m1_lpi2c.c127 struct i2c_msg *msgs, in rv32m1_lpi2c_transfer()
Di2c_sc18im704.c194 struct i2c_msg *msgs, in i2c_sc18im_transfer()
Di2c_cc13xx_cc26xx.c117 static int i2c_cc13xx_cc26xx_transfer(const struct device *dev, struct i2c_msg *msgs, in i2c_cc13xx_cc26xx_transfer()
Di2c_ene_kb1200.c266 static int i2c_kb1200_transfer(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, in i2c_kb1200_transfer()
Di2c_gecko.c88 static int i2c_gecko_transfer(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, in i2c_gecko_transfer()
Di2c_ite_enhance.c601 struct i2c_msg *msgs) in i2c_enhance_pio_transfer()
826 struct i2c_msg *msgs) in i2c_enhance_cq_transfer()
860 static bool cq_mode_allowed(const struct device *dev, struct i2c_msg *msgs) in cq_mode_allowed()
931 struct i2c_msg *msgs, in i2c_enhance_transfer()
Di2c_sifive.c267 struct i2c_msg *msgs, in i2c_sifive_transfer()
Di2c_cc32xx.c160 static int i2c_cc32xx_transfer(const struct device *dev, struct i2c_msg *msgs, in i2c_cc32xx_transfer()
Di2c_sam_twihs.c181 struct i2c_msg *msgs, in i2c_sam_twihs_transfer()
Di2c_sam_twi.c187 struct i2c_msg *msgs, in i2c_sam_twi_transfer()
Di2c_imx.c188 static int i2c_imx_transfer(const struct device *dev, struct i2c_msg *msgs, in i2c_imx_transfer()
Di2c_nrfx_twim_rtio.c135 static int i2c_nrfx_twim_rtio_transfer(const struct device *dev, struct i2c_msg *msgs, in i2c_nrfx_twim_rtio_transfer()
Di2c_sam_twihs_rtio.c279 static int i2c_sam_twihs_transfer(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, in i2c_sam_twihs_transfer()
Di2c_lpc11u6x.h79 struct i2c_msg *msgs; member
Di2c_cdns.c904 struct i2c_msg *msgs, uint8_t num_msgs) in cdns_i2c_master_handle_repeated_start()
950 static int32_t cdns_i2c_master_transfer(const struct device *dev, struct i2c_msg *msgs, in cdns_i2c_master_transfer()
Di2c_sy1xx.c323 static int sy1xx_i2c_transfer(const struct device *dev, struct i2c_msg *msgs, uint8_t num_msgs, in sy1xx_i2c_transfer()
Di2c_shell.c75 struct i2c_msg msgs[1]; in cmd_i2c_scan() local
/Zephyr-latest/samples/drivers/i2c/rtio_loopback/src/
Dmain.c149 struct i2c_msg msgs[2]; in sample_standard_write_read() local
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx_emul.c158 static int bma4xx_emul_transfer_i2c(const struct emul *target, struct i2c_msg *msgs, int num_msgs, in bma4xx_emul_transfer_i2c()
/Zephyr-latest/drivers/eeprom/
Deeprom_mb85rcxx.c141 struct i2c_msg msgs[2]; in mb85rcxx_i2c_write() local
/Zephyr-latest/drivers/usb/bc12/
Demul_bc12_pi3usb9201.c181 static int pi3usb9201_emul_transfer(const struct emul *target, struct i2c_msg *msgs, int num_msgs, in pi3usb9201_emul_transfer()
/Zephyr-latest/drivers/fuel_gauge/sbs_gauge/
Demul_sbs_gauge.c223 static int sbs_gauge_emul_transfer_i2c(const struct emul *target, struct i2c_msg *msgs, in sbs_gauge_emul_transfer_i2c()
/Zephyr-latest/drivers/peci/
Dpeci_ite_it8xxx2.c101 struct peci_msg *msgs; member

12345