Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i2c/
H A Di2c.h55 bool (*match_and_add)(I2CSlave *candidate, uint8_t address, bool broadcast, member
/openbmc/qemu/hw/i2c/
H A Dcore.c92 if (sc->match_and_add(candidate, address, broadcast, current_devs)) { in i2c_scan_bus()
412 sc->match_and_add = i2c_slave_match; in i2c_slave_class_init()
H A Di2c_mux_pca954x.c226 sc->match_and_add = pca954x_match; in pca954x_class_init()