Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/platform_data/
Dwilco-ec.h15 #define WILCO_EC_FLAG_NO_RESPONSE BIT(0) /* EC does not respond */ macro
/linux-5.19.10/drivers/platform/chrome/wilco_ec/
Dmailbox.c132 if (msg->flags & WILCO_EC_FLAG_NO_RESPONSE) { in wilco_ec_transfer()