Home
last modified time | relevance | path

Searched refs:ub_dev_get (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/examples/api/
H A Ddemo.c103 di = ub_dev_get(i); in main()
130 di = ub_dev_get(i); in main()
295 struct device_info *di = ub_dev_get(handle); in test_dump_di()
H A Dglue.h60 struct device_info * ub_dev_get(int);
H A Dglue.c166 struct device_info * ub_dev_get(int i) in ub_dev_get() function