Home
last modified time | relevance | path

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

/external/u-boot/include/
Dapi_public.h43 API_DEV_CLOSE, enumerator
/external/u-boot/examples/api/
Dglue.c235 if (!syscall(API_DEV_CLOSE, NULL, di)) in ub_dev_close()
/external/u-boot/api/
Dapi.c641 calls_table[API_DEV_CLOSE] = &API_dev_close; in api_init()