Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/examples/api/
H A Ddemo.c104 di = ub_dev_get(i); in main()
131 di = ub_dev_get(i); in main()
296 struct device_info *di = ub_dev_get(handle); in test_dump_di()
H A Dglue.h61 struct device_info * ub_dev_get(int);
H A Dglue.c167 struct device_info * ub_dev_get(int i) in ub_dev_get() function