Home
last modified time | relevance | path

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

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