Lines Matching full:bus
57 #define TYPE_AUX_BUS "aux-bus"
88 * aux_bus_init: Initialize an AUX bus.
90 * Returns the new AUX bus created.
92 * @parent The device where this bus is located.
93 * @name The name of the bus.
98 * aux_bus_realize: Realize an AUX bus.
100 * @bus: The AUX bus.
102 void aux_bus_realize(AUXBus *bus);
105 * aux_request: Make a request on the bus.
109 * @bus The bus where the request happen.
115 AUXReply aux_request(AUXBus *bus, AUXCommand cmd, uint32_t address,
119 * aux_get_i2c_bus: Get the i2c bus for I2C over AUX command.
121 * Returns the i2c bus associated to this AUX bus.
123 * @bus The AUX bus.
125 I2CBus *aux_get_i2c_bus(AUXBus *bus);
135 /* aux_map_slave: Map the mmio for an AUX slave on the bus.