Searched refs:AUXBus (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/misc/ |
H A D | auxbus.h | 58 OBJECT_DECLARE_SIMPLE_TYPE(AUXBus, AUX_BUS) 60 struct AUXBus { struct 95 AUXBus *aux_bus_init(DeviceState *parent, const char *name); argument 102 void aux_bus_realize(AUXBus *bus); 115 AUXReply aux_request(AUXBus *bus, AUXCommand cmd, uint32_t address, 125 I2CBus *aux_get_i2c_bus(AUXBus *bus);
|
/openbmc/qemu/hw/misc/ |
H A D | auxbus.c | 63 AUXBus *aux_bus_init(DeviceState *parent, const char *name) in aux_bus_init() 65 AUXBus *bus; in aux_bus_init() 81 void aux_bus_realize(AUXBus *bus) in aux_bus_realize() 89 AUXBus *bus = AUX_BUS(qdev_get_parent_bus(dev)); in aux_map_slave() 93 static bool aux_bus_is_bridge(AUXBus *bus, DeviceState *dev) in aux_bus_is_bridge() 98 I2CBus *aux_get_i2c_bus(AUXBus *bus) in aux_get_i2c_bus() 103 AUXReply aux_request(AUXBus *bus, AUXCommand cmd, uint32_t address, in aux_request() 246 .instance_size = sizeof(AUXBus), 292 AUXBus *bus = AUX_BUS(qdev_get_parent_bus(dev)); in aux_slave_dev_print()
|
/openbmc/qemu/include/hw/display/ |
H A D | xlnx_dp.h | 102 AUXBus *aux_bus;
|