Home
last modified time | relevance | path

Searched refs:software_i2c_transfer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/include/device/
H A Di2c_simple.h24 int software_i2c_transfer(unsigned int bus, struct i2c_msg *segments,
47 return software_i2c_transfer(bus, segments, count); in i2c_transfer()
/aosp_15_r20/external/coreboot/src/device/
H A Dsoftware_i2c.c233 int software_i2c_transfer(unsigned int bus, struct i2c_msg *segments, int count) in software_i2c_transfer() function