Searched refs:wilco_ec_get_byte_property (Results 1 – 3 of 3) sorted by relevance
104 int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id, in wilco_ec_get_byte_property() function 122 EXPORT_SYMBOL_GPL(wilco_ec_get_byte_property);
192 * wilco_ec_get_byte_property() - Retrieve a byte-size property from the EC.199 int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id,203 * wilco_ec_get_byte_property() - Store a byte-size property on the EC.
109 ret = wilco_ec_get_byte_property(ec, property_id, &raw); in wilco_charge_get_property()