Lines Matching refs:container_of
35 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in manuf_show()
42 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in id_show()
49 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in rev_show()
56 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in class_show()
120 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in bcma_release_core_dev()
572 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_suspend()
593 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_resume()
621 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in bcma_bus_match()
622 struct bcma_driver *adrv = container_of(drv, struct bcma_driver, drv); in bcma_bus_match()
638 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in bcma_device_probe()
639 struct bcma_driver *adrv = container_of(dev->driver, struct bcma_driver, in bcma_device_probe()
651 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in bcma_device_remove()
652 struct bcma_driver *adrv = container_of(dev->driver, struct bcma_driver, in bcma_device_remove()
663 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in bcma_device_uevent()