Home
last modified time | relevance | path

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

/external/u-boot/examples/api/
Ddemo.c98 ub_dev_close(h); in main()
124 ub_dev_close(i); in main()
144 ub_dev_close(i); in main()
147 if (ub_dev_close(h) != 0) in main()
Dglue.h55 int ub_dev_close(int handle);
Dglue.c227 int ub_dev_close(int handle) in ub_dev_close() function