Home
last modified time | relevance | path

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

/u-boot/include/asm-generic/
A Dglobal_data.h482 #define gd_dm_driver_rt() gd->dm_driver_rt macro
485 #define gd_dm_driver_rt() NULL macro
/u-boot/drivers/core/
A Dlists.c72 struct driver_rt *drt = gd_dm_driver_rt() + idx; in bind_drivers_pass()
86 parent_drt = gd_dm_driver_rt() + parent_idx; in bind_drivers_pass()
A Ddevice.c812 struct driver_rt *drt = gd_dm_driver_rt() + idx; in device_get_by_driver_info()
823 struct driver_rt *drt = gd_dm_driver_rt() + idx; in device_get_by_driver_info_idx()
/u-boot/test/dm/
A Dof_platdata.c119 const struct driver_rt *drt = gd_dm_driver_rt() + i; in find_driver_info()
157 const struct driver_rt *drt = gd_dm_driver_rt() + i; in dm_test_of_plat_dev()

Completed in 6 milliseconds