Lines Matching refs:container_of
32 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in manuf_show()
39 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in id_show()
46 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in rev_show()
53 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in class_show()
117 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in bcma_release_core_dev()
541 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_suspend()
562 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_resume()
590 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in bcma_bus_match()
591 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_match()
607 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in bcma_device_probe()
608 struct bcma_driver *adrv = container_of(dev->driver, struct bcma_driver, in bcma_device_probe()
620 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in bcma_device_remove()
621 struct bcma_driver *adrv = container_of(dev->driver, struct bcma_driver, in bcma_device_remove()
632 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in bcma_device_uevent()