Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_sysfs.c139 r_ver->version_string_rw[sizeof(r_ver->version_string_rw) - 1] = '\0'; in version_show()
141 count += sysfs_emit_at(buf, count, "RW version: %s\n", r_ver->version_string_rw); in version_show()
H A Dcros_ec_chardev.c83 resp->version_string_ro, resp->version_string_rw, in ec_get_version()
/openbmc/u-boot/cmd/
H A Dcros_ec.c314 (int)sizeof(p->version_string_rw), in do_cros_ec()
315 p->version_string_rw); in do_cros_ec()
/openbmc/u-boot/drivers/misc/
H A Dcros_ec_sandbox.c304 strcpy(resp->version_string_rw, "sandbox_rw"); in process_cmd()
H A Dcros_ec.c435 memcpy(id, r->version_string_rw, maxlen); in cros_ec_read_id()
/openbmc/u-boot/include/
H A Dec_commands.h852 char version_string_rw[32]; member
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h985 char version_string_rw[32]; member