Searched refs:bflb_i2c_msg_s (Results 1 – 3 of 3) sorted by relevance
32 struct bflb_i2c_msg_s *bflb_i2c_msg; in _i2c_master_xfer()36 bflb_i2c_msg = rt_malloc(sizeof(struct bflb_i2c_msg_s) * num); in _i2c_master_xfer()39 LOG_E("i2c xfer malloc(%d) failure\n", sizeof(struct bflb_i2c_msg_s) * num); in _i2c_master_xfer()43 rt_memset(bflb_i2c_msg, 0, sizeof(struct bflb_i2c_msg_s) * num); in _i2c_master_xfer()
95 struct bflb_i2c_msg_s { struct145 int bflb_i2c_transfer(struct bflb_device_s *dev, struct bflb_i2c_msg_s *msgs, int count);
383 int bflb_i2c_transfer(struct bflb_device_s *dev, struct bflb_i2c_msg_s *msgs, int count) in bflb_i2c_transfer()
Completed in 7 milliseconds