Home
last modified time | relevance | path

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

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