Searched refs:gpiodev (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wireless/b43legacy/ |
D | main.c | 1776 struct ssb_device *gpiodev, *pcidev = NULL; in b43legacy_gpio_init() local 1810 gpiodev = bus->chipco.dev ? : pcidev; in b43legacy_gpio_init() 1811 if (!gpiodev) in b43legacy_gpio_init() 1813 ssb_write32(gpiodev, B43legacy_GPIO_CONTROL, in b43legacy_gpio_init() 1814 (ssb_read32(gpiodev, B43legacy_GPIO_CONTROL) in b43legacy_gpio_init() 1824 struct ssb_device *gpiodev, *pcidev = NULL; in b43legacy_gpio_cleanup() local 1829 gpiodev = bus->chipco.dev ? : pcidev; in b43legacy_gpio_cleanup() 1830 if (!gpiodev) in b43legacy_gpio_cleanup() 1832 ssb_write32(gpiodev, B43legacy_GPIO_CONTROL, 0); in b43legacy_gpio_cleanup()
|
/drivers/net/wireless/b43/ |
D | main.c | 2435 struct ssb_device *gpiodev, *pcidev = NULL; in b43_gpio_init() local 2470 gpiodev = bus->chipco.dev ? : pcidev; in b43_gpio_init() 2471 if (!gpiodev) in b43_gpio_init() 2473 ssb_write32(gpiodev, B43_GPIO_CONTROL, in b43_gpio_init() 2474 (ssb_read32(gpiodev, B43_GPIO_CONTROL) in b43_gpio_init() 2484 struct ssb_device *gpiodev, *pcidev = NULL; in b43_gpio_cleanup() local 2489 gpiodev = bus->chipco.dev ? : pcidev; in b43_gpio_cleanup() 2490 if (!gpiodev) in b43_gpio_cleanup() 2492 ssb_write32(gpiodev, B43_GPIO_CONTROL, 0); in b43_gpio_cleanup()
|