Searched defs:adrv (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/bcma/ | 
| D | main.c | 572 			struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv);  in bcma_bus_suspend()  local593 			struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv);  in bcma_bus_resume()  local
 622 	struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv);  in bcma_bus_match()  local
 639 	struct bcma_driver *adrv = container_of(dev->driver, struct bcma_driver,  in bcma_device_probe()  local
 652 	struct bcma_driver *adrv = container_of(dev->driver, struct bcma_driver,  in bcma_device_remove()  local
 
 |