Home
last modified time | relevance | path

Searched refs:EC_HOST_EVENT_RTC (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/rtc/
Drtc-cros-ec.c274 if (host_event & EC_HOST_EVENT_MASK(EC_HOST_EVENT_RTC)) { in cros_ec_rtc_event()
/Linux-v6.1/drivers/platform/chrome/
Dcros_ec_proto.c849 if (host_event & EC_HOST_EVENT_MASK(EC_HOST_EVENT_RTC)) in cros_ec_get_next_event()
Dcros_ec_proto_test.c2242 put_unaligned_le32(EC_HOST_EVENT_MASK(EC_HOST_EVENT_RTC), &data->data.host_event); in cros_ec_proto_test_get_next_event_mkbp_event_host_event_rtc()
2363 put_unaligned_le32(EC_HOST_EVENT_MASK(EC_HOST_EVENT_RTC), in cros_ec_proto_test_get_host_event_normal()
2367 KUNIT_EXPECT_EQ(test, ret, EC_HOST_EVENT_MASK(EC_HOST_EVENT_RTC)); in cros_ec_proto_test_get_host_event_normal()
/Linux-v6.1/include/linux/platform_data/
Dcros_ec_commands.h549 EC_HOST_EVENT_RTC = 26, enumerator