prop_msg 57 drivers/platform/chrome/wilco_ec/properties.c struct wilco_ec_property_msg *prop_msg) prop_msg 65 drivers/platform/chrome/wilco_ec/properties.c put_unaligned_le32(prop_msg->property_id, rq.property_id); prop_msg 71 drivers/platform/chrome/wilco_ec/properties.c prop_msg->length = rs.length; prop_msg 72 drivers/platform/chrome/wilco_ec/properties.c memcpy(prop_msg->data, rs.data, rs.length); prop_msg 79 drivers/platform/chrome/wilco_ec/properties.c struct wilco_ec_property_msg *prop_msg) prop_msg 87 drivers/platform/chrome/wilco_ec/properties.c put_unaligned_le32(prop_msg->property_id, rq.property_id); prop_msg 88 drivers/platform/chrome/wilco_ec/properties.c rq.length = prop_msg->length; prop_msg 89 drivers/platform/chrome/wilco_ec/properties.c memcpy(rq.data, prop_msg->data, prop_msg->length); prop_msg 94 drivers/platform/chrome/wilco_ec/properties.c if (rs.length != prop_msg->length) prop_msg 157 include/linux/platform_data/wilco-ec.h struct wilco_ec_property_msg *prop_msg); prop_msg 170 include/linux/platform_data/wilco-ec.h struct wilco_ec_property_msg *prop_msg);