Searched refs:gpiodev (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-u300/
H A Dgpio.c34 static struct device *gpiodev; variable in typeref:struct:device
263 dev_warn(gpiodev, "%s: WARNING: callback already "
275 dev_warn(gpiodev, "%s: WARNING: callback already "
312 dev_warn(gpiodev, "warning: gpio#%d release mismatch\n",
497 dev_dbg(gpiodev, "stray GPIO IRQ on line %d\n",
560 gpiodev = &pdev->dev;
567 dev_err(gpiodev, "could not get GPIO clock\n");
572 dev_err(gpiodev, "could not enable GPIO clock\n");
591 dev_info(gpiodev, "remapped 0x%08x to %p\n",
595 dev_info(gpiodev, "initializin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dmain.c1842 struct ssb_device *gpiodev, *pcidev = NULL; local
1876 gpiodev = bus->chipco.dev ? : pcidev;
1877 if (!gpiodev)
1879 ssb_write32(gpiodev, B43legacy_GPIO_CONTROL,
1880 (ssb_read32(gpiodev, B43legacy_GPIO_CONTROL)
1890 struct ssb_device *gpiodev, *pcidev = NULL; local
1895 gpiodev = bus->chipco.dev ? : pcidev;
1896 if (!gpiodev)
1898 ssb_write32(gpiodev, B43legacy_GPIO_CONTROL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dmain.c2515 struct ssb_device *gpiodev, *pcidev = NULL; local
2550 gpiodev = bus->chipco.dev ? : pcidev;
2551 if (!gpiodev)
2553 ssb_write32(gpiodev, B43_GPIO_CONTROL,
2554 (ssb_read32(gpiodev, B43_GPIO_CONTROL)
2564 struct ssb_device *gpiodev, *pcidev = NULL; local
2569 gpiodev = bus->chipco.dev ? : pcidev;
2570 if (!gpiodev)
2572 ssb_write32(gpiodev, B43_GPIO_CONTROL, 0);

Completed in 50 milliseconds