Searched refs:legacy_i2c_start_transfer (Results 1 – 4 of 4) sorted by relevance
247 int legacy_i2c_start_transfer(I3CBus *bus, uint8_t address, bool is_recv);
35 legacy_i2c_start_transfer(uint8_t address, bool is_recv) "Legacy I2C START with address 0x%" PRIx8 …
590 int legacy_i2c_start_transfer(I3CBus *bus, uint8_t address, bool is_recv) in legacy_i2c_start_transfer() function
495 ret = legacy_i2c_start_transfer(s->bus, addr, is_recv); in aspeed_i3c_device_send_start()