Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dapi_public.h93 #define DEV_STA_OPEN 0x0001 /* open i.e. active */ macro
/rk3399_rockchip-uboot/api/
H A Dapi.c241 if (di->state == DEV_STA_OPEN) in API_dev_open()
256 di->state = DEV_STA_OPEN; in API_dev_open()
/rk3399_rockchip-uboot/examples/api/
H A Dglue.c256 if (devices[handle].state != DEV_STA_OPEN) in dev_valid()