Searched refs:to_macio_device (Results 1 – 4 of 4) sorted by relevance
11 struct macio_dev *mdev = to_macio_device (dev); \23 of = &to_macio_device (dev)->ofdev; in compatible_show()
60 return to_macio_device(tmp); in macio_dev_get()80 macio_dev = to_macio_device(dev); in macio_device_probe()98 struct macio_dev * macio_dev = to_macio_device(dev); in macio_device_remove()110 struct macio_dev * macio_dev = to_macio_device(dev); in macio_device_shutdown()119 struct macio_dev * macio_dev = to_macio_device(dev); in macio_device_suspend()129 struct macio_dev * macio_dev = to_macio_device(dev); in macio_device_resume()173 mdev = to_macio_device(dev); in macio_release_dev()552 struct macio_dev *dev = to_macio_device(gendev); in maciom_release()
462 mdev = to_macio_device(dev); in mb_broadcast_hotplug()
48 #define to_macio_device(d) container_of(d, struct macio_dev, ofdev.dev) macro