Home
last modified time | relevance | path

Searched refs:prop_msg (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/platform/chrome/wilco_ec/
Dproperties.c57 struct wilco_ec_property_msg *prop_msg) in wilco_ec_get_property() argument
65 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() argument
87 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()
/Linux-v5.4/include/linux/platform_data/
Dwilco-ec.h157 struct wilco_ec_property_msg *prop_msg);
170 struct wilco_ec_property_msg *prop_msg);