Home
last modified time | relevance | path

Searched refs:DEV_STA_CLOSED (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dapi_public.h92 #define DEV_STA_CLOSED 0x0000 /* invalid, closed */ macro
/OK3568_Linux_fs/u-boot/api/
H A Dapi.c272 if (di->state == DEV_STA_CLOSED) in API_dev_close()
291 di->state = DEV_STA_CLOSED; in API_dev_close()