Lines Matching defs:bus
40 * @bus: Bus where SuperHyway module resides.
54 struct superhyway_bus *bus)
65 dev->bus = bus;
81 dev->dev.bus = &superhyway_bus_type;
93 int superhyway_add_devices(struct superhyway_bus *bus,
101 ret |= superhyway_add_device(dev->resource[0].start, dev, bus);
109 struct superhyway_bus *bus;
116 for (bus = superhyway_channels; bus->ops; bus++)
117 ret |= superhyway_scan_bus(bus);
173 drv->drv.bus = &superhyway_bus_type;