Searched refs:EC_MKBP_EVENT_SENSOR_FIFO (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/platform/chrome/
H A Dcros_ec_proto.c845 if (event_type == EC_MKBP_EVENT_SENSOR_FIFO) {
H A Dcros_ec_sensorhub_ring.c952 if (ec_dev->event_data.event_type != EC_MKBP_EVENT_SENSOR_FIFO)
H A Dcros_ec_proto_test.c2142 data->event_type = EC_MKBP_EVENT_SENSOR_FIFO | EC_MKBP_HAS_MORE_EVENTS;
2149 KUNIT_EXPECT_EQ(test, ec_dev->event_data.event_type, EC_MKBP_EVENT_SENSOR_FIFO);
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h3376 EC_MKBP_EVENT_SENSOR_FIFO = 2, enumerator in enum:ec_mkbp_event

Completed in 139 milliseconds