Home
last modified time | relevance | path

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

/linux/drivers/platform/chrome/wilco_ec/
A Dproperties.c60 struct wilco_ec_property_msg *prop_msg) in wilco_ec_get_property() argument
68 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() argument
90 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()
/linux/include/linux/platform_data/
A Dwilco-ec.h176 struct wilco_ec_property_msg *prop_msg);
189 struct wilco_ec_property_msg *prop_msg);

Completed in 4 milliseconds