Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/examples/api/
H A Ddemo.c99 ub_dev_close(h); in main()
125 ub_dev_close(i); in main()
145 ub_dev_close(i); in main()
148 if (ub_dev_close(h) != 0) in main()
H A Dglue.h56 int ub_dev_close(int handle);
H A Dglue.c228 int ub_dev_close(int handle) in ub_dev_close() function