Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_sysfs.c138 r_ver->version_string_ro[sizeof(r_ver->version_string_ro) - 1] = '\0'; in version_show()
141 "RO version: %s\n", r_ver->version_string_ro); in version_show()
H A Dcros_ec_chardev.c83 resp->version_string_ro, resp->version_string_rw, in ec_get_version()
/OK3568_Linux_fs/u-boot/cmd/
H A Dcros_ec.c315 (int)sizeof(p->version_string_ro), in do_cros_ec()
316 p->version_string_ro); in do_cros_ec()
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dcros_ec.c376 if (maxlen > (int)sizeof(r->version_string_ro)) in cros_ec_read_id()
377 maxlen = sizeof(r->version_string_ro); in cros_ec_read_id()
381 memcpy(id, r->version_string_ro, maxlen); in cros_ec_read_id()
H A Dcros_ec_sandbox.c306 strcpy(resp->version_string_ro, "sandbox_ro"); in process_cmd()
/OK3568_Linux_fs/u-boot/include/
H A Dec_commands.h435 char version_string_ro[32]; member
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dcros_ec_commands.h980 char version_string_ro[32]; member