Searched defs:adrv (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/drivers/bcma/ |
D | main.c | 249 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_suspend() local 271 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_resume() local 300 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_match() local 317 struct bcma_driver *adrv = container_of(dev->driver, struct bcma_driver, in bcma_device_probe() local 330 struct bcma_driver *adrv = container_of(dev->driver, struct bcma_driver, in bcma_device_remove() local
|
/linux-3.3/drivers/amba/ |
D | bus.c | 94 struct amba_driver *adrv = to_amba_driver(dev->driver); in amba_legacy_suspend() local 106 struct amba_driver *adrv = to_amba_driver(dev->driver); in amba_legacy_resume() local
|