Home
last modified time | relevance | path

Searched refs:cros_kunit_ec_xfer_mock (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/platform/chrome/
H A Dcros_kunit_util.c24 int cros_kunit_ec_xfer_mock(struct cros_ec_device *ec_dev, struct cros_ec_command *msg) in cros_kunit_ec_xfer_mock() function
55 return cros_kunit_ec_xfer_mock(ec_dev, msg); in cros_kunit_ec_cmd_xfer_mock()
61 return cros_kunit_ec_xfer_mock(ec_dev, msg); in cros_kunit_ec_pkt_xfer_mock()
H A Dcros_kunit_util.h31 int cros_kunit_ec_xfer_mock(struct cros_ec_device *ec_dev, struct cros_ec_command *msg);
H A Dcros_ec_proto_test.c2669 ec_dev->cmd_xfer = cros_kunit_ec_xfer_mock; in cros_ec_proto_test_init()
2670 ec_dev->pkt_xfer = cros_kunit_ec_xfer_mock; in cros_ec_proto_test_init()