Searched refs:bcma_core_pci_power_save (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/bcma/ |
H A D | bcma_driver_pci.h | 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() function
|
/kernel/linux/linux-6.6/include/linux/bcma/ |
H A D | bcma_driver_pci.h | 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() function
|
/kernel/linux/linux-5.10/drivers/bcma/ |
H A D | driver_pci.c | 259 void bcma_core_pci_power_save(struct bcma_bus *bus, bool up) in bcma_core_pci_power_save() function 283 EXPORT_SYMBOL_GPL(bcma_core_pci_power_save); variable
|
/kernel/linux/linux-6.6/drivers/bcma/ |
H A D | driver_pci.c | 259 void bcma_core_pci_power_save(struct bcma_bus *bus, bool up) in bcma_core_pci_power_save() function 283 EXPORT_SYMBOL_GPL(bcma_core_pci_power_save); variable
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | mac80211_if.c | 457 bcma_core_pci_power_save(wl->wlc->hw->d11core->bus, true); in brcms_ops_start() 480 bcma_core_pci_power_save(wl->wlc->hw->d11core->bus, false); in brcms_ops_stop()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | mac80211_if.c | 456 bcma_core_pci_power_save(wl->wlc->hw->d11core->bus, true); in brcms_ops_start() 479 bcma_core_pci_power_save(wl->wlc->hw->d11core->bus, false); in brcms_ops_stop()
|
Completed in 10 milliseconds