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

/u-boot/drivers/core/
H A Droot.c64 struct udevice_rt *urt;
71 /* Allocate the udevice_rt table */
77 urt = calloc(n_ents, sizeof(struct udevice_rt));
H A Ddevice.c1246 static struct udevice_rt *dev_get_rt(const struct udevice *dev)
1252 struct udevice_rt *urt = gd_dm_udevice_rt() + idx;
1259 const struct udevice_rt *urt = dev_get_rt(dev);
1266 struct udevice_rt *urt = dev_get_rt(dev);
1273 struct udevice_rt *urt = dev_get_rt(dev);
/u-boot/include/asm-generic/
H A Dglobal_data.h226 struct udevice_rt *dm_udevice_rt;
/u-boot/include/dm/
H A Ddevice.h212 * struct udevice_rt - runtime information set up by U-Boot
222 struct udevice_rt { struct

Completed in 102 milliseconds