Lines Matching refs:bus
265 struct ssb_bus *bus; member
462 typedef int (*ssb_invariants_func_t)(struct ssb_bus *bus,
469 extern int ssb_bus_ssbbus_register(struct ssb_bus *bus,
473 extern int ssb_bus_pcibus_register(struct ssb_bus *bus,
477 extern int ssb_bus_pcmciabus_register(struct ssb_bus *bus,
482 extern int ssb_bus_sdiobus_register(struct ssb_bus *bus,
488 extern void ssb_bus_unregister(struct ssb_bus *bus);
491 extern bool ssb_is_sprom_available(struct ssb_bus *bus);
496 int (*sprom_callback)(struct ssb_bus *bus,
501 extern int ssb_bus_suspend(struct ssb_bus *bus);
504 extern int ssb_bus_resume(struct ssb_bus *bus);
506 extern u32 ssb_clockspeed(struct ssb_bus *bus);
571 "unsupported bustype %d\n", dev->bus->bustype); in __ssb_dma_not_implemented()
586 if (sdev->bus->bustype == SSB_BUSTYPE_PCI) in ssb_pcihost_set_power_state()
587 pci_set_power_state(sdev->bus->host_pci, state); in ssb_pcihost_set_power_state()
605 extern int ssb_bus_may_powerdown(struct ssb_bus *bus);
609 extern int ssb_bus_powerup(struct ssb_bus *bus, bool dynamic_pctl);
611 extern void ssb_commit_settings(struct ssb_bus *bus);