Searched refs:host_sleep_v1 (Results 1 – 4 of 4) sorted by relevance
115 if (ec_dev->host_sleep_v1) { in cros_ec_sleep_event()136 if (ret >= 0 && ec_dev->host_sleep_v1 && in cros_ec_sleep_event()
329 KUNIT_EXPECT_TRUE(test, ec_dev->host_sleep_v1); in cros_ec_proto_test_query_all_normal()1080 ec_dev->host_sleep_v1 = true; in cros_ec_proto_test_query_all_no_host_sleep()1174 KUNIT_EXPECT_FALSE(test, ec_dev->host_sleep_v1); in cros_ec_proto_test_query_all_no_host_sleep()1186 ec_dev->host_sleep_v1 = true; in cros_ec_proto_test_query_all_no_host_sleep_return0()1281 KUNIT_EXPECT_FALSE(test, ec_dev->host_sleep_v1); in cros_ec_proto_test_query_all_no_host_sleep_return0()
549 ec_dev->host_sleep_v1 = (ret == 0 && (ver_mask & EC_VER_MASK(1))); in cros_ec_query_all()
165 bool host_sleep_v1; member