Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dcros_ec.c268 static int ec_command_inptr(struct cros_ec_dev *dev, uint8_t cmd, in ec_command_inptr() function
342 len = ec_command_inptr(dev, cmd, cmd_version, dout, dout_len, in ec_command()
372 if (ec_command_inptr(dev, EC_CMD_GET_VERSION, 0, NULL, 0, in cros_ec_read_id()
397 if (ec_command_inptr(dev, EC_CMD_GET_VERSION, 0, NULL, 0, in cros_ec_read_version()
407 if (ec_command_inptr(dev, EC_CMD_GET_BUILD_INFO, 0, NULL, 0, in cros_ec_read_build_info()
419 if (ec_command_inptr(dev, EC_CMD_GET_VERSION, 0, NULL, 0, in cros_ec_read_current_image()
512 if (ec_command_inptr(dev, EC_CMD_VBOOT_HASH, 0, &p, sizeof(p), in cros_ec_invalidate_hash()
528 if (ec_command_inptr(dev, EC_CMD_REBOOT_EC, 0, &p, sizeof(p), NULL, 0) in cros_ec_reboot()
578 if (ec_command_inptr(dev, EC_CMD_HOST_EVENT_GET_B, 0, NULL, 0, in cros_ec_get_host_events()
599 if (ec_command_inptr(dev, EC_CMD_HOST_EVENT_CLEAR_B, 0, in cros_ec_clear_host_events()
[all …]