Home
last modified time | relevance | path

Searched refs:TYPE_I2CDDC (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/display/
H A Di2c-ddc.c89 .name = TYPE_I2CDDC,
117 .name = TYPE_I2CDDC,
H A Dsii9022.c167 i2c_slave_create_simple(bus, TYPE_I2CDDC, 0x50); in sii9022_realize()
H A Dati.c1003 I2CSlave *i2cddc = I2C_SLAVE(qdev_new(TYPE_I2CDDC)); in ati_vga_realize()
H A Dsm501.c1910 I2CDDCState *ddc = I2CDDC(qdev_new(TYPE_I2CDDC)); in sm501_init()
/openbmc/qemu/include/hw/display/
H A Di2c-ddc.h38 #define TYPE_I2CDDC "i2c-ddc" macro