Searched refs:prop_msg (Results 1 – 2 of 2) sorted by relevance
60 struct wilco_ec_property_msg *prop_msg) in wilco_ec_get_property() argument68 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_get_property()74 prop_msg->length = rs.length; in wilco_ec_get_property()75 memcpy(prop_msg->data, rs.data, rs.length); in wilco_ec_get_property()82 struct wilco_ec_property_msg *prop_msg) in wilco_ec_set_property() argument90 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_set_property()91 rq.length = prop_msg->length; in wilco_ec_set_property()92 memcpy(rq.data, prop_msg->data, prop_msg->length); in wilco_ec_set_property()97 if (rs.length != prop_msg->length) in wilco_ec_set_property()
176 struct wilco_ec_property_msg *prop_msg);189 struct wilco_ec_property_msg *prop_msg);