Searched refs:to_macio_device (Results 1 – 4 of 4) sorted by relevance
55 return to_macio_device(tmp); in macio_dev_get()75 macio_dev = to_macio_device(dev); in macio_device_probe()93 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()168 mdev = to_macio_device(dev); in macio_release_dev()548 struct macio_dev *dev = to_macio_device(gendev); in maciom_release()
14 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