Searched refs:prop_msg (Results 1 – 2 of 2) sorted by relevance
57 struct wilco_ec_property_msg *prop_msg) in wilco_ec_get_property() argument65 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_get_property()71 prop_msg->length = rs.length; in wilco_ec_get_property()72 memcpy(prop_msg->data, rs.data, rs.length); in wilco_ec_get_property()79 struct wilco_ec_property_msg *prop_msg) in wilco_ec_set_property() argument87 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_set_property()88 rq.length = prop_msg->length; in wilco_ec_set_property()89 memcpy(rq.data, prop_msg->data, prop_msg->length); in wilco_ec_set_property()94 if (rs.length != prop_msg->length) in wilco_ec_set_property()
157 struct wilco_ec_property_msg *prop_msg);170 struct wilco_ec_property_msg *prop_msg);