Searched refs:parent_plat (Results 1 – 4 of 4) sorted by relevance
169 struct tegra186_gpio_plat *parent_plat = dev_get_plat(parent); in tegra186_gpio_bind() local176 if (parent_plat) in tegra186_gpio_bind()
271 void dev_set_parent_plat(struct udevice *dev, void *parent_plat);
1065 void dev_set_parent_plat(struct udevice *dev, void *parent_plat) in dev_set_parent_plat() argument1067 dev->parent_plat_ = parent_plat; in dev_set_parent_plat()
608 To achieve this, the bus device can use dev->parent_plat in each of its
Completed in 8 milliseconds