Home
last modified time | relevance | path

Searched refs:udevice_rt (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/core/
A Ddevice.c1244 static struct udevice_rt *dev_get_rt(const struct udevice *dev) in dev_get_rt()
1250 struct udevice_rt *urt = gd_dm_udevice_rt() + idx; in dev_get_rt()
1257 const struct udevice_rt *urt = dev_get_rt(dev); in dev_get_flags()
1264 struct udevice_rt *urt = dev_get_rt(dev); in dev_or_flags()
1271 struct udevice_rt *urt = dev_get_rt(dev); in dev_bic_flags()
A Droot.c138 struct udevice_rt *urt; in dm_setup_inst()
151 urt = calloc(n_ents, sizeof(struct udevice_rt)); in dm_setup_inst()
/u-boot/include/asm-generic/
A Dglobal_data.h226 struct udevice_rt *dm_udevice_rt;
/u-boot/include/dm/
A Ddevice.h222 struct udevice_rt { struct
/u-boot/doc/develop/driver-model/
A Dof-plat.rst911 This controls whether the `struct udevice_rt` records are used by U-Boot.
933 `struct udevice_rt`
989 This holds a pointer to a list of `struct udevice_rt` records, one for each
1008 `struct udevice`, but are instead kept in `struct udevice_rt`, as described

Completed in 12 milliseconds