Searched refs:to_macio_device (Results 1 – 4 of 4) sorted by relevance
56 return to_macio_device(tmp); in macio_dev_get()76 macio_dev = to_macio_device(dev); in macio_device_probe()94 struct macio_dev * macio_dev = to_macio_device(dev); in macio_device_remove()104 struct macio_dev * macio_dev = to_macio_device(dev); in macio_device_shutdown()113 struct macio_dev * macio_dev = to_macio_device(dev); in macio_device_suspend()123 struct macio_dev * macio_dev = to_macio_device(dev); in macio_device_resume()167 mdev = to_macio_device(dev); in macio_release_dev()547 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()
49 #define to_macio_device(d) container_of(d, struct macio_dev, ofdev.dev) macro