Home
last modified time | relevance | path

Searched refs:wilco_ec_get_byte_property (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/platform/chrome/wilco_ec/
Dproperties.c104 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);
/linux-5.19.10/include/linux/platform_data/
Dwilco-ec.h199 int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id,
/linux-5.19.10/drivers/power/supply/
Dwilco-charger.c109 ret = wilco_ec_get_byte_property(ec, property_id, &raw); in wilco_charge_get_property()