Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Dcore.c27 .name = TYPE_I2C_BUS,
64 bus = I2C_BUS(qbus_new(TYPE_I2C_BUS, parent, name)); in i2c_init_bus()
410 k->bus_type = TYPE_I2C_BUS; in i2c_slave_class_init()
/openbmc/qemu/include/hw/i2c/
H A Di2c.h66 #define TYPE_I2C_BUS "i2c-bus" macro