Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dcros_ec.c316 static int ec_command_inptr(struct udevice *dev, uint8_t cmd, in ec_command_inptr() function
391 len = ec_command_inptr(dev, cmd, cmd_version, dout, dout_len, in ec_command()
420 ret = ec_command_inptr(dev, EC_CMD_GET_VERSION, 0, NULL, 0, in cros_ec_read_id()
449 if (ec_command_inptr(dev, EC_CMD_GET_VERSION, 0, NULL, 0, in cros_ec_read_version()
459 if (ec_command_inptr(dev, EC_CMD_GET_BUILD_INFO, 0, NULL, 0, in cros_ec_read_build_info()
471 if (ec_command_inptr(dev, EC_CMD_GET_VERSION, 0, NULL, 0, in cros_ec_read_current_image()
564 if (ec_command_inptr(dev, EC_CMD_VBOOT_HASH, 0, &p, sizeof(p), in cros_ec_invalidate_hash()
579 if (ec_command_inptr(dev, EC_CMD_REBOOT_EC, 0, &p, sizeof(p), NULL, 0) in cros_ec_reboot()
659 if (ec_command_inptr(dev, EC_CMD_HOST_EVENT_GET_B, 0, NULL, 0, in cros_ec_get_host_events()
680 if (ec_command_inptr(dev, EC_CMD_HOST_EVENT_CLEAR_B, 0, in cros_ec_clear_host_events()
[all …]