Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_sysfs.c122 msg = kmalloc(sizeof(*msg) + EC_HOST_PARAM_SIZE, GFP_KERNEL); in version_show()
148 msg->insize = EC_HOST_PARAM_SIZE; in version_show()
155 msg->data[EC_HOST_PARAM_SIZE - 1] = '\0'; in version_show()
242 msg = kmalloc(sizeof(*msg) + EC_HOST_PARAM_SIZE, GFP_KERNEL); in kb_wake_angle_show()
279 msg = kmalloc(sizeof(*msg) + EC_HOST_PARAM_SIZE, GFP_KERNEL); in kb_wake_angle_store()
/openbmc/u-boot/include/
H A Dec_commands.h4595 #define EC_HOST_PARAM_SIZE EC_PROTO2_MAX_PARAM_SIZE macro
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h6391 #define EC_HOST_PARAM_SIZE EC_PROTO2_MAX_PARAM_SIZE macro