Home
last modified time | relevance | path

Searched refs:parent_plat (Results 1 – 4 of 4) sorted by relevance

/u-boot/drivers/gpio/
A Dtegra186_gpio.c169 struct tegra186_gpio_plat *parent_plat = dev_get_plat(parent); in tegra186_gpio_bind() local
176 if (parent_plat) in tegra186_gpio_bind()
/u-boot/include/dm/
A Ddevice-internal.h271 void dev_set_parent_plat(struct udevice *dev, void *parent_plat);
/u-boot/drivers/core/
A Ddevice.c1065 void dev_set_parent_plat(struct udevice *dev, void *parent_plat) in dev_set_parent_plat() argument
1067 dev->parent_plat_ = parent_plat; in dev_set_parent_plat()
/u-boot/doc/driver-model/
A Ddesign.rst608 To achieve this, the bus device can use dev->parent_plat in each of its

Completed in 8 milliseconds