Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_proto.c71 if (msg->result == EC_RES_IN_PROGRESS) { in send_command()
145 case EC_RES_IN_PROGRESS: in cros_ec_check_result()
Dcros_ec_i2c.c120 case EC_RES_IN_PROGRESS: in cros_ec_pkt_xfer_i2c()
/Linux-v4.19/include/linux/mfd/
Dcros_ec_commands.h235 EC_RES_IN_PROGRESS = 8, /* Accepted, command in progress */ enumerator