Searched refs:host_sleep_v1 (Results 1 – 4 of 4) sorted by relevance
116 if (ec_dev->host_sleep_v1) { in cros_ec_sleep_event()137 if (ret >= 0 && ec_dev->host_sleep_v1 && in cros_ec_sleep_event()
330 KUNIT_EXPECT_TRUE(test, ec_dev->host_sleep_v1); in cros_ec_proto_test_query_all_normal()1081 ec_dev->host_sleep_v1 = true; in cros_ec_proto_test_query_all_no_host_sleep()1175 KUNIT_EXPECT_FALSE(test, ec_dev->host_sleep_v1); in cros_ec_proto_test_query_all_no_host_sleep()1187 ec_dev->host_sleep_v1 = true; in cros_ec_proto_test_query_all_no_host_sleep_return0()1282 KUNIT_EXPECT_FALSE(test, ec_dev->host_sleep_v1); in cros_ec_proto_test_query_all_no_host_sleep_return0()
548 ec_dev->host_sleep_v1 = (ret == 0 && (ver_mask & EC_VER_MASK(1))); in cros_ec_query_all()
185 bool host_sleep_v1; member