Searched refs:adrv (Results 1 – 1 of 1) sorted by relevance
468 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_suspend() local469 if (adrv->suspend) in bcma_bus_suspend()470 adrv->suspend(core); in bcma_bus_suspend()489 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_resume() local490 if (adrv->resume) in bcma_bus_resume()491 adrv->resume(core); in bcma_bus_resume()518 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_match() local522 for (did = adrv->id_table; did->manuf || did->id || did->rev; did++) { in bcma_bus_match()535 struct bcma_driver *adrv = container_of(dev->driver, struct bcma_driver, in bcma_device_probe() local539 if (adrv->probe) in bcma_device_probe()[all …]