Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i2c/
H A Di2c.h20 typedef struct I2CNodeList I2CNodeList; typedef
56 I2CNodeList *current_devs);
83 typedef QLIST_HEAD(I2CNodeList, I2CNode) I2CNodeList; typedef
88 I2CNodeList current_devs;
155 I2CNodeList *current_devs);
/openbmc/qemu/hw/i2c/
H A Dcore.c83 I2CNodeList *current_devs) in i2c_scan_bus()
392 bool broadcast, I2CNodeList *current_devs) in i2c_slave_match()
H A Di2c_mux_pca954x.c69 I2CNodeList *current_devs) in OBJECT_DECLARE_TYPE()