Home
last modified time | relevance | path

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

/include/linux/bcma/
Dbcma_soc.h8 struct bcma_bus bus;
15 int bcma_bus_register(struct bcma_bus *bus);
Dbcma.h19 struct bcma_bus;
268 struct bcma_bus *bus;
331 int (*sprom_callback)(struct bcma_bus *bus,
334 struct bcma_bus { struct
444 extern struct bcma_device *bcma_find_core_unit(struct bcma_bus *bus, u16 coreid,
446 static inline struct bcma_device *bcma_find_core(struct bcma_bus *bus, in bcma_find_core()
453 extern void bcma_host_pci_up(struct bcma_bus *bus);
454 extern void bcma_host_pci_down(struct bcma_bus *bus);
455 extern int bcma_host_pci_irq_ctl(struct bcma_bus *bus,
458 static inline void bcma_host_pci_up(struct bcma_bus *bus) in bcma_host_pci_up()
[all …]
Dbcma_driver_pci.h209 struct bcma_bus;
243 extern void bcma_core_pci_power_save(struct bcma_bus *bus, bool up);
245 static inline void bcma_core_pci_power_save(struct bcma_bus *bus, bool up) in bcma_core_pci_power_save()