Searched refs:to_macio_device (Results 1 – 4 of 4) sorted by relevance
57 return to_macio_device(tmp); in macio_dev_get()77 macio_dev = to_macio_device(dev); in macio_device_probe()95 struct macio_dev * macio_dev = to_macio_device(dev); in macio_device_remove()105 struct macio_dev * macio_dev = to_macio_device(dev); in macio_device_shutdown()114 struct macio_dev * macio_dev = to_macio_device(dev); in macio_device_suspend()124 struct macio_dev * macio_dev = to_macio_device(dev); in macio_device_resume()173 mdev = to_macio_device(dev); in macio_release_dev()553 struct macio_dev *dev = to_macio_device(gendev); in maciom_release()
16 of = &to_macio_device (dev)->ofdev; in compatible_show()
458 mdev = to_macio_device(dev); in mb_broadcast_hotplug()
50 #define to_macio_device(d) container_of(d, struct macio_dev, ofdev.dev) macro