Home
last modified time | relevance | path

Searched refs:i2c_dev_detect (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/src/include/device/
H A Di2c_bus.h19 bool i2c_dev_detect(struct device *dev, unsigned int addr);
/aosp_15_r20/external/coreboot/src/drivers/i2c/generic/
H A Dgeneric.c57 if (!i2c_dev_detect(busdev, dev->path.i2c.device)) { in i2c_generic_fill_ssdt()
/aosp_15_r20/external/coreboot/src/device/
H A Di2c_bus.c11 bool i2c_dev_detect(struct device *dev, unsigned int addr) in i2c_dev_detect() function