Searched refs:dev_set_parent_plat (Results 1 - 4 of 4) sorted by relevance

/u-boot/include/dm/
H A Ddevice-internal.h349 * dev_set_parent_plat() - Set the parent platform data for a device
363 void dev_set_parent_plat(struct udevice *dev, void *parent_plat);
/u-boot/drivers/core/
H A Ddevice-remove.c111 dev_set_parent_plat(dev, NULL);
H A Ddevice.c157 dev_set_parent_plat(dev, ptr);
215 dev_set_parent_plat(dev, NULL);
1172 void dev_set_parent_plat(struct udevice *dev, void *parent_plat) function
/u-boot/drivers/firmware/
H A Dpsci.c167 dev_set_parent_plat(dev2, dev_get_plat(dev));

Completed in 60 milliseconds