Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dbus.c84 dev->bus_may_powerdown = b43_bus_bcma_bus_may_powerdown; in b43_bus_dev_bcma_init()
189 dev->bus_may_powerdown = b43_bus_ssb_bus_may_powerdown; in b43_bus_dev_ssb_init()
H A Dbus.h21 int (*bus_may_powerdown)(struct b43_bus_dev *dev); member
H A Db43.h1005 return wldev->dev->bus_may_powerdown(wldev->dev); in b43_bus_may_powerdown()