Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dec_commands.h199 EC_RES_IN_PROGRESS = 8, /* Accepted, command in progress */ enumerator
/rk3399_rockchip-uboot/drivers/misc/
H A Dcros_ec.c279 if (len == -EC_RES_IN_PROGRESS) { in ec_command_inptr()